From: Raghu Sravan Kumar Mendu Date: Wed, 20 May 2020 06:48:28 +0000 (+0530) Subject: [TBT][bluetooth][Non-ACR][TSIX-3453, Popup doesn’t disappear after tapping on OK... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d8bcd65cd40413d631086f95679c85adee0d29f;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][bluetooth][Non-ACR][TSIX-3453, Popup doesn’t disappear after tapping on OK button at first time] Change-Id: I87e6dfa346d60f7826b716a8b215b32a316e1fd9 Signed-off-by: Raghu Sravan Kumar Mendu --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 659ddc1..4667ebe 100755 Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index b5b0826..5cd1aee 100755 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ diff --git a/tbtcoreapp/src/view/tbt-bluetooth-callback-view.c b/tbtcoreapp/src/view/tbt-bluetooth-callback-view.c old mode 100644 new mode 100755 index dbf5b4e..2819dff --- a/tbtcoreapp/src/view/tbt-bluetooth-callback-view.c +++ b/tbtcoreapp/src/view/tbt-bluetooth-callback-view.c @@ -177,7 +177,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf this->create_label = ui_utils_label_add(this->view->layout, "Create Bond: "); elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Create Bond with some device and Create Bonding callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Create Bond with some device and Create Bonding callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); char resultc[256] ={0,}; ret = bt_adapter_get_state(&this->adapter_state); @@ -216,7 +216,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf this->create_label = ui_utils_label_add(this->view->layout, "Destroy Bond: "); elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Create bond with device and destroy bond then Destroy Bonding callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Create bond with device and destroy bond then Destroy Bonding callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); char resultc[256] ={0,}; ret = bt_adapter_get_state(&this->adapter_state); @@ -258,7 +258,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf this->create_label = ui_utils_label_add(this->view->layout, "Discover Devices: "); elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Device Discovery callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Device Discovery callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); char resultc[256] ={0,}; ret = bt_adapter_set_device_discovery_state_changed_cb(Bluetooth_adapter_device_discovery_state_changed_cb_p, this); @@ -282,7 +282,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf this->create_label = ui_utils_label_add(this->view->layout, "Get Device List: "); elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Scanned callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Scanned callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); char resultc[256] ={0,}; @@ -304,7 +304,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf this->create_label = ui_utils_label_add(this->view->layout, "Set Name: "); elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Name Changed callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
Test Type One
1.Bluetooth On
2. Name Changed callback Invoked

Test Type Two
1. Bluetooth Off
2. Correct Error Message Displayed
Note:You can also refer info section"); char resultc[256] ={0,}; ret = bt_adapter_set_name_changed_cb(Bluetooth_bt_adapter_name_changed_cb_p, this); @@ -345,7 +345,7 @@ bluetooth_view *bluetooth_callback_view_add(Evas_Object *navi, tbt_info *tbt_inf { this->create_label = ui_utils_label_add(this->view->layout, "Set Name: "); elm_label_line_wrap_set(this->create_label, ELM_WRAP_WORD); - ui_utils_guide_instruction_popup_button(navi, "Instructions:
Correct Error Message Displayed

Note:You can also refer info section"); + //ui_utils_guide_instruction_popup_button(navi, "Instructions:
Correct Error Message Displayed

Note:You can also refer info section"); char resultc[256] ={0,};