Home
last modified time | relevance | path

Searched refs:getUiAutomation (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellIdentityUtils.java102 uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissions()
128 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissions()
158 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissions()
180 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissions()
202 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissions()
223 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeThrowableMethodWithShellPermissions()
243 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissionsNoReturn()
263 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeThrowableMethodWithShellPermissionsNoReturn()
284 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeThrowableMethodWithShellPermissionsNoReturn()
304 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in invokeMethodWithShellPermissionsNoReturn()
[all …]
DSystemUtil.java76 return runShellCommand(instrumentation.getUiAutomation(), cmd); in runShellCommand()
140 UiAutomation automation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in runShellCommandOrThrow()
230 final UiAutomation automan = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in runWithShellPermissionIdentity()
242 final UiAutomation automan = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in runWithShellPermissionIdentity()
252 final UiAutomation automan = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in runWithShellPermissionIdentity()
261 final UiAutomation automan = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in runWithShellPermissionIdentity()
299 final UiAutomation automan = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in callWithShellPermissionIdentity()
316 final UiAutomation automan = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in callWithShellPermissionIdentity()
/cts/tests/tests/nfc/src/android/nfc/cts/
DWalletRoleTestUtils.java132 .getUiAutomation().adoptShellPermissionIdentity(MANAGE_DEFAULT_APPLICATIONS); in getDefaultWalletRoleHolder()
137 .getUiAutomation().dropShellPermissionIdentity(); in getDefaultWalletRoleHolder()
161 .getUiAutomation().adoptShellPermissionIdentity(OBSERVE_ROLE_HOLDERS); in runWithRole()
165 .getUiAutomation().adoptShellPermissionIdentity(MANAGE_DEFAULT_APPLICATIONS); in runWithRole()
169 .getUiAutomation().adoptShellPermissionIdentity(OBSERVE_ROLE_HOLDERS); in runWithRole()
178 .getUiAutomation().dropShellPermissionIdentity(); in runWithRole()
186 .getUiAutomation().adoptShellPermissionIdentity(MANAGE_DEFAULT_APPLICATIONS); in canAssignRoleToPackage()
194 .getUiAutomation().dropShellPermissionIdentity(); in canAssignRoleToPackage()
216 .getUiAutomation().adoptShellPermissionIdentity(OBSERVE_ROLE_HOLDERS); in runWithRoleNone()
220 .getUiAutomation().adoptShellPermissionIdentity(MANAGE_ROLE_HOLDERS); in runWithRoleNone()
[all …]
DNfcUtils.java64 .getUiAutomation().adoptShellPermissionIdentity(WRITE_SECURE_SETTINGS); in enableNfc()
75 .getUiAutomation().dropShellPermissionIdentity(); in enableNfc()
107 .getUiAutomation().adoptShellPermissionIdentity(WRITE_SECURE_SETTINGS); in disableNfc()
117 .getUiAutomation().dropShellPermissionIdentity(); in disableNfc()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiLocationInfoBackgroundTest.java234 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testScanTriggerAllowedWithBackgroundLocationPermission()
236 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testScanTriggerAllowedWithBackgroundLocationPermission()
244 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testScanTriggerNotAllowedWithFineLocationPermission()
253 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testScanResultsRetrievalAllowedWithBackgroundLocationPermission()
255 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testScanResultsRetrievalAllowedWithBackgroundLocationPermission()
263 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testScanResultsRetrievalNotAllowedWithFineLocationPermission()
272 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testConnectionInfoRetrievalAllowedWithBackgroundLocationPermission()
274 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testConnectionInfoRetrievalAllowedWithBackgroundLocationPermission()
282 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testConnectionInfoRetrievalNotAllowedWithFineLocationPermission()
293 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in testTransportInfoRetrievalAllowedWithBackgroundLocationPermission()
[all …]
/cts/hostsidetests/content/test-apps/ContextCrossProfileApps/ContextCrossProfileApp/src/com/android/cts/context/
DContextCrossProfileDeviceTest.java67 InstrumentationRegistry.getInstrumentation().getUiAutomation() in tearDown()
87 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_differentUser_bindsServiceToCorrectUser()
107 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossUsersPermission_bindsService()
123 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossUsersPermission_bindsService()
139 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossProfilesPermission_bindsService()
160 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossProfilesPermission_throwsException()
181 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_sameProfileGroup_samePackage_withAcrossProfilesAppOp_bindsService()
201 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_sameProfileGroup_differentPackage_withAcrossProfilesAppOp_throwsException()
226 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_differentProfileGroup_samePackage_withAcrossUsersPermission_bindsService()
242 InstrumentationRegistry.getInstrumentation().getUiAutomation(); in testBindServiceAsUser_differentProfileGroup_differentPackage_withAcrossUsersPermission_throwsException()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DActivityCaptureCallbackTests.java61 mInstrumentation.getUiAutomation().dropShellPermissionIdentity(); in tearDown()
68 .getUiAutomation() in testScreencaptureInvokeCallback()
84 .getUiAutomation() in testScreencaptureInvokeCallbackOnAllVisibleActivities()
102 .getUiAutomation() in testScreencaptureInvokeCallbackOnOneDisplay()
119 .getUiAutomation() in testScreencaptureInvokeCallbackOnRegisteredVisibleActivities()
133 .getUiAutomation() in testScreencaptureInvokeCallbackOnVisibleOnly()
144 .getUiAutomation() in testScreencaptureUnregisterCallback()
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DUpdateOwnershipEnforcementMultiUserTest.kt146 InstrumentationRegistry.getInstrumentation().getUiAutomation() in installExistingPackage_updateOwnerIsNotTheSame_hasNoUpdateOwner()
152 InstrumentationRegistry.getInstrumentation().getUiAutomation() in installExistingPackage_updateOwnerIsNotTheSame_hasNoUpdateOwner()
178 InstrumentationRegistry.getInstrumentation().getUiAutomation() in installExistingPackage_updateOwnerIsTheSame_ownerRetained()
184 InstrumentationRegistry.getInstrumentation().getUiAutomation() in installExistingPackage_updateOwnerIsTheSame_ownerRetained()
198 InstrumentationRegistry.getInstrumentation().getUiAutomation() in installExistingPackage_noUpdateOwnerIsSet_hasNoUpdateOwner()
204 InstrumentationRegistry.getInstrumentation().getUiAutomation() in installExistingPackage_noUpdateOwnerIsSet_hasNoUpdateOwner()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java133 mUiAutomation = getInstrumentation().getUiAutomation(); in testAdoptAllShellPermissions()
173 mUiAutomation = getInstrumentation().getUiAutomation(); in testAdoptSomeShellPermissions()
208 mUiAutomation = getInstrumentation().getUiAutomation(); in testWindowContentFrameStats()
233 mUiAutomation = getInstrumentation().getUiAutomation(); in testWindowContentFrameStats_NoAnimation()
255 mUiAutomation = getInstrumentation().getUiAutomation(); in testWindowAnimationFrameStatsDoesNotCrash()
266 mUiAutomation = getInstrumentation().getUiAutomation(); in testUsingUiAutomationAfterDestroy_shouldThrowException()
278 .getUiAutomation(UiAutomation.FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES); in testDontSuppressAccessibility_canStartA11yService()
288 mUiAutomation = getInstrumentation().getUiAutomation(); in testUiAutomationWithNoFlags_shutsDownA11yService()
298 mUiAutomation = getInstrumentation().getUiAutomation( in testUiAutomationWithDontUseAccessibilityFlag_shutsDownA11yService()
309 mUiAutomation = getInstrumentation().getUiAutomation(); in testUiAutomationSuppressingA11yServices_a11yServiceStartsWhenDestroyed()
[all …]
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVisualQueryDetectionServiceBasicTest.java203 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_destroyVisualQueryDetector_activeDetectorRemoved()
236 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_testCameraOpen()
265 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_noQuery()
301 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_attentionQueryFinishedLeave()
336 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_audioVisualAttentionQueryStream()
371 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_AccessibilityAttentionQueryStream()
411 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_enableA11ySettingStreamSuccess()
449 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_disableA11ySettingStreamFailure()
483 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_attentionQueryRejectedLeave()
519 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testVisualQueryDetectionService_startRecogintion_attentionDoubleQueryFinishedLeave()
[all …]
/cts/tests/app/src/android/app/cts/fgs/bootcompleted/
DBootCompletedFgsStartTest.java176 mInstrumentation.getUiAutomation().grantRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest()
178 mInstrumentation.getUiAutomation().grantRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest()
185 mInstrumentation.getUiAutomation().revokeRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest()
187 mInstrumentation.getUiAutomation().revokeRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest()
195 mInstrumentation.getUiAutomation().revokeRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest_noPermission()
197 mInstrumentation.getUiAutomation().grantRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest_noPermission()
204 mInstrumentation.getUiAutomation().revokeRuntimePermission(TARGET_APP_CURRENT, in fgsTypeLocationAllowedStartTest_noPermission()
234 mInstrumentation.getUiAutomation().executeShellCommand( in resetFgsRestrictionEnabled()
/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceTest.java49 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testMidCallComponentEnablement()
86 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testMidCallComponentEnablement()
108 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testMidCallComponentEnablementWithNoneAvailableAtStart()
184 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testMidCallComponentEnablementWithNoneAvailableAtStart()
193 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testNullBinding()
224 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testNullBinding()
DConnectionServiceTest.java79 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testAddExistingConnection()
95 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testAddExistingConnection()
283 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testCallDirectionIncoming()
302 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testCallDirectionIncoming()
331 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testCallFilteringCompleteSignalNotInContacts()
363 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testCallFilteringCompleteSignalNotInContacts()
373 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testCallFilteringCompleteSignalInContacts()
412 InstrumentationRegistry.getInstrumentation().getUiAutomation() in testCallFilteringCompleteSignalInContacts()
509 InstrumentationRegistry.getInstrumentation().getUiAutomation()
534 InstrumentationRegistry.getInstrumentation().getUiAutomation()
[all …]
DEmergencyCallOnSimCallManagerTest.java146 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in testQueryLocationForEmergencyTryNormalCall()
168 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testQueryLocationForEmergencyTryNormalCall()
201 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in testQueryLocationForEmergencyReturnLocation()
226 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testQueryLocationForEmergencyReturnLocation()
262 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in testQueryLocationForEmergencyReturnTimeoutException()
287 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testQueryLocationForEmergencyReturnTimeoutException()
/cts/hostsidetests/media/app/ProxyMediaRouterMediaRoutingControl/src/android/media/router/cts/proxyroutingapp/
DMediaRouter2DeviceTest.java91 mInstrumentation.getUiAutomation().dropShellPermissionIdentity(); in tearDown()
111 .getUiAutomation() in getInstance_withMediaRoutingControl_flagDisabled_throwsSecurityException()
118 mInstrumentation.getUiAutomation().dropShellPermissionIdentity(); in getInstance_withMediaRoutingControl_flagDisabled_throwsSecurityException()
127 .getUiAutomation() in getInstance_withMediaRoutingControl_flagEnabled_doesNotThrow()
132 mInstrumentation.getUiAutomation().dropShellPermissionIdentity(); in getInstance_withMediaRoutingControl_flagEnabled_doesNotThrow()
154 .getUiAutomation() in getInstance_withinUser_withMediaRoutingControl_flagEnabled_returnsInstance()
164 mInstrumentation.getUiAutomation().dropShellPermissionIdentity(); in getInstance_withinUser_withMediaRoutingControl_flagEnabled_returnsInstance()
195 .getUiAutomation() in requestScan_withScreenOff_triggersScanning()
241 .getUiAutomation() in cancelScanRequest_screenOffScanning_unbindsSelfScanProvider()
287 .getUiAutomation() in cancelScanRequest_multipleTypes_unbindsSelfScanProvider()
[all …]
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DPermissionHelper.java29 mInstrumentation.getUiAutomation().adoptShellPermissionIdentity(permissions); in PermissionHelper()
34 mInstrumentation.getUiAutomation().dropShellPermissionIdentity(); in close()
/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerTest.java112 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in tearDown()
241 .getUiAutomation() in registerDataRequestObserver_defaultWssImpl_receivesUnsupportedOperationStatus()
265 .getUiAutomation() in registerDataRequestObserver_withPermission_success()
292 .getUiAutomation() in registerDataRequestObserver_withPermission_registersListenerToWearableSensingService()
306 .getUiAutomation() in registerDataRequestObserver_withPermission_canRegisterTwoObservers()
333 .getUiAutomation() in registerDataRequestObserver_withPermission_sendsPackageNameToWearableSensingService()
351 .getUiAutomation() in unregisterDataRequestObserver_defaultWssImpl_receivesUnsupportedOperationStatus()
377 .getUiAutomation() in unregisterDataRequestObserver_withPermission_unregistersObserverFromWSS()
400 .getUiAutomation() in unregisterDataRequestObserver_withPermission_receivesSuccessStatus()
430 .getUiAutomation() in unregisterDataRequestObserver_withPermission_notPreviouslyRegistered_doesNotCallWSS()
[all …]
/cts/tests/tests/nativemedia/aaudio/src/android/nativemedia/aaudio/
DAAudioTests.java68 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in enableAudioOutputPermission()
76 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in enableAudioHotwordPermission()
84 UiAutomation uiAutomation = InstrumentationRegistry.getInstrumentation().getUiAutomation(); in disablePermissions()
/cts/tests/PhotoPicker/src/android/photopicker/cts/
DPhotoPickerCloudUtils.java215 private static UiAutomation getUiAutomation() { in getUiAutomation() method in PhotoPickerCloudUtils
216 return InstrumentationRegistry.getInstrumentation().getUiAutomation(); in getUiAutomation()
221 getUiAutomation().adoptShellPermissionIdentity(READ_DEVICE_CONFIG); in readDeviceConfigProp()
225 getUiAutomation().dropShellPermissionIdentity(); in readDeviceConfigProp()
236 getUiAutomation().adoptShellPermissionIdentity(WRITE_DEVICE_CONFIG); in writeDeviceConfigProp()
242 getUiAutomation().dropShellPermissionIdentity(); in writeDeviceConfigProp()
248 getUiAutomation().adoptShellPermissionIdentity(WRITE_DEVICE_CONFIG); in deleteDeviceConfigProp()
264 getUiAutomation().dropShellPermissionIdentity(); in deleteDeviceConfigProp()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DLauncherAppsTest.java64 InstrumentationRegistry.getInstrumentation().getUiAutomation() in tearDown()
91 InstrumentationRegistry.getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in shortcutIconDrawable_currentToOtherProfile_withUsersFullPermission_isNotNull()
107 InstrumentationRegistry.getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
115 InstrumentationRegistry.getInstrumentation().getUiAutomation() in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
117 InstrumentationRegistry.getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in shortcutIconDrawable_currentToOtherProfile_withoutUsersFullPermission_isNull()
/cts/tests/tests/soundtrigger/src/android/soundtrigger/cts/
DSoundTriggerManagerTest.java100 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity(); in setup()
104 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in setup()
109 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity(); in tearDown()
130 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in tearDown()
196 .getUiAutomation() in getSoundTriggerPermissions()
206 .getUiAutomation() in testStartRecognitionFails_whenMissingRecordPermission()
217 .getUiAutomation() in testStartRecognitionFails_whenMissingHotwordPermission()
299 .getUiAutomation() in testAttachThrows_whenMissingRecordPermission()
309 .getUiAutomation() in testAttachThrows_whenMissingCaptureHotwordPermission()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DSpatializerTest.java60 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in tearDown()
111 getInstrumentation().getUiAutomation() in testSupportedDevices()
129 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testSupportedDevices()
170 getInstrumentation().getUiAutomation() in testHeadTrackingListener()
251 getInstrumentation().getUiAutomation() in testSpatializerOutput()
300 getInstrumentation().getUiAutomation() in testExercisePose()
426 getInstrumentation().getUiAutomation() in testSpatializerDisabling()
438 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testSpatializerDisabling()
473 getInstrumentation().getUiAutomation().adoptShellPermissionIdentity( in testHeadTrackerAvailable()
476 getInstrumentation().getUiAutomation().dropShellPermissionIdentity(); in testHeadTrackerAvailable()
[all …]
/cts/hostsidetests/multiuser/app/src/com/android/cts/multiuser/
DUserManagerAppTest.java44 InstrumentationRegistry.getInstrumentation().getUiAutomation() in getPreviousForegroundUserReturnsExpected()
50 InstrumentationRegistry.getInstrumentation().getUiAutomation() in getPreviousForegroundUserReturnsExpected()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java91 InstrumentationRegistry.getInstrumentation().getUiAutomation() in setUp()
104 InstrumentationRegistry.getInstrumentation().getUiAutomation().grantRuntimePermission( in setUp()
113 InstrumentationRegistry.getInstrumentation().getUiAutomation() in tearDown()
124 InstrumentationRegistry.getInstrumentation().getUiAutomation() in basicBleScan()
142 InstrumentationRegistry.getInstrumentation().getUiAutomation() in scanFilter()
171 InstrumentationRegistry.getInstrumentation().getUiAutomation() in scanFromSourceWithoutFilters()
193 InstrumentationRegistry.getInstrumentation().getUiAutomation() in scanFromSourceWithFilters()
304 InstrumentationRegistry.getInstrumentation().getUiAutomation() in batchScan()
339 InstrumentationRegistry.getInstrumentation().getUiAutomation() in startScanPendingIntent_nullnull()
363 InstrumentationRegistry.getInstrumentation().getUiAutomation() in startScanPendingIntent()
/cts/tests/tests/batteryhealth/src/android/os/cts/batteryhealth/
DBatteryHealthTest.java76 mAutomation = getInstrumentation().getUiAutomation(); in testManufacturingDate_dataInRange()
92 mAutomation = getInstrumentation().getUiAutomation(); in testFirstUsageDate_dataInRange()
108 mAutomation = getInstrumentation().getUiAutomation(); in testChargingPolicy_dataInRange()
124 mAutomation = getInstrumentation().getUiAutomation(); in testBatteryStateOfHealth_dataInRange()
145 mAutomation = getInstrumentation().getUiAutomation(); in testBatterySerialNumber_dataValid()
162 mAutomation = getInstrumentation().getUiAutomation(); in testBatteryPartStatus_dataInRange()

12345678910>>...31