/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | SearchViewUiTest.java | 51 device.pressBack(); in tearDown() 52 device.pressBack(); in tearDown() 53 device.pressBack(); in tearDown() 97 device.pressBack(); in testSearchView_CollapsesOnBack() 107 device.pressBack(); in testSearchView_ClearsTextOnBack() 108 device.pressBack(); in testSearchView_ClearsTextOnBack() 123 device.pressBack(); in testSearchView_ClearsSearchOnBack() 135 device.pressBack(); in testSearchView_ClearsAutoSearchOnBack() 136 device.pressBack(); in testSearchView_ClearsAutoSearchOnBack() 176 device.pressBack(); in testSearchResultsFound_ClearsOnBack() [all …]
|
D | RenameDocumentUiTest.java | 48 device.pressBack(); in testRenameEnabled_SingleSelection() 58 device.pressBack(); in testNoRenameSupport_SingleSelection() 70 device.pressBack(); in testOneHasRenameSupport_MultipleSelection() 82 device.pressBack(); in testRenameDisabled_MultipleSelection()
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/ |
D | DvrLibraryTest.java | 85 controller.pressBack(); in testCancel() 114 controller.pressBack(); in testEmptyLibrary() 116 controller.pressBack(); in testEmptyLibrary() 203 controller.pressBack(); in testScheduleRecordings() 228 controller.pressBack(); in testScheduleRecordings() 279 controller.pressBack(); in testScheduleRecordings() 321 controller.pressBack(); in testScheduleRecordings()
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
D | LiveChannelsAppTest.java | 58 controller.pressBack(); in testSettingsCancel() 70 controller.pressBack(); in testClosedCaptionsCancel() 88 controller.pressBack(); in testDisplayModeCancel() 111 controller.pressBack(); in testMultiAudioCancel() 127 controller.pressBack(); in testPinCancel()
|
D | PlayControlsRowViewTest.java | 70 controller.pressBack(); in testFocusedViewInNormalCase() 83 controller.pressBack(); in testFocusedViewWithDisabledActionForward() 89 controller.pressBack(); in testFocusedViewWithDisabledActionForward() 124 controller.pressBack(); in testKeepPausedWhileParentalControlChange() 125 controller.pressBack(); in testKeepPausedWhileParentalControlChange()
|
D | LiveChannelsTestController.java | 115 mDevice.pressBack(); in after() 118 mDevice.pressBack(); in after() 172 public void pressBack() { in pressBack() method in LiveChannelsTestController 173 mDevice.pressBack(); in pressBack()
|
D | ParentalControlsTest.java | 97 controller.pressBack(); in testRatingDependentSelect() 98 controller.pressBack(); in testRatingDependentSelect() 155 controller.pressBack(); in prepareParentalControl()
|
D | ChannelSourcesTest.java | 58 controller.pressBack(); in testSetup_cancel() 76 controller.pressBack(); in testSetupTwice_cancel()
|
D | ProgramGuideTest.java | 38 controller.pressBack(); in testCancel()
|
/packages/apps/Car/libs/car-ui-lib/tests/robotests/src/com/android/car/ui/toolbar/ |
D | ToolbarTest.java | 159 pressBack(); in registerOnBackListener_whenBackIsPressed_shouldCallListener() 170 pressBack(); in registerOnBackListener_whenAListenerReturnsTrue_shouldSuppressBack() 172 pressBack(); in registerOnBackListener_whenAListenerReturnsTrue_shouldSuppressBack() 288 pressBack(); in registerOnBackListener_whenListenerRegisteredTwice_shouldntCallListenerTwice() 304 pressBack(); in unregisterOnBackListener_previouslyRegisteredListener_shouldUnregister() 490 private void pressBack() { in pressBack() method in ToolbarTest
|
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
D | AllAppPermissionsFragment.java | 19 import static com.android.permissioncontroller.permission.ui.handheld.UtilsKt.pressBack; 117 pressBack(this); in onCreate() 153 pressBack(this); in onOptionsItemSelected() 165 pressBack(this); in updateUi()
|
D | ManageCustomPermissionsFragment.java | 20 import static com.android.permissioncontroller.permission.ui.handheld.UtilsKt.pressBack; 88 pressBack(this); in onOptionsItemSelected()
|
D | ManageStandardPermissionsFragment.java | 20 import static com.android.permissioncontroller.permission.ui.handheld.UtilsKt.pressBack; 91 pressBack(this); in onOptionsItemSelected()
|
D | AppPermissionGroupsFragment.java | 25 import static com.android.permissioncontroller.permission.ui.handheld.UtilsKt.pressBack; 171 pressBack(this); in onOptionsItemSelected() 231 pressBack(this); in updatePreferences()
|
D | AppPermissionFragment.java | 36 import static com.android.permissioncontroller.permission.ui.handheld.UtilsKt.pressBack; 310 pressBack(this); in onOptionsItemSelected() 318 pressBack(this); in setRadioButtonsState()
|
D | Utils.kt | 25 fun Fragment.pressBack() { in pressBack() method
|
/packages/apps/Settings/tests/unit/src/com/android/settings/password/ |
D | ChooseLockGenericTest.java | 185 mDevice.pressBack(); in setPassword() 206 mDevice.pressBack(); in clearPassword() 214 mDevice.pressBack(); in clearPassword()
|
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
D | ZonePickerSettingsTest.java | 82 mDevice.pressBack(); in tearDown() 83 mDevice.pressBack(); in tearDown() 138 mDevice.pressBack(); in testSelectTimeZone()
|
D | StorageWizardTest.java | 71 mDevice.pressBack(); in tearDown() 72 mDevice.pressBack(); in tearDown()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/ |
D | AppOpsSettingsTest.java | 157 mUiDevice.pressBack(); in testAppList() 173 mUiDevice.pressBack(); in testAppDetailScreenForAppOp() 197 mUiDevice.pressBack(); in testSwitchToggle()
|
/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/ |
D | ChannelZappingJankTest.java | 58 mDevice.pressBack(); in testChannelZapping() 70 mDevice.pressBack(); in warmChannelZapping()
|
D | ProgramGuideJankTest.java | 107 mDevice.pressBack(); in warmProgramGuide() 112 mDevice.pressBack(); in clearProgramGuide()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
D | LiveChannelsUiDeviceHelper.java | 66 mUiDevice.pressBack(); in assertAppStarted() 72 mUiDevice.pressBack(); in assertAppStopped()
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/sidepanel/ |
D | CustomizeChannelListFragmentTest.java | 96 controller.pressBack(); in testCustomizeChannelList_noraml() 104 controller.pressBack(); in testCustomizeChannelList_noraml()
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/ |
D | ProvisioningActivityTest.java | 25 import static androidx.test.espresso.Espresso.pressBack; 337 pressBack(); in testCancelDeviceOwner() 353 pressBack(); in testCancelDeviceOwner()
|