Searched refs:sendCommandBlocking (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | SyncAdapterEnumerationTests.java | 237 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getSyncAdapterTypes() 252 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getSyncAdapterPackagesForAuthorityAsUser() 262 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in requestSyncAndAwaitStatus() 275 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getSyncAdapterControlPanel() 286 final Bundle response = sendCommandBlocking(providerPackageName, in requestPeriodicSync() 297 sendCommandBlocking(providerPackageName, null /* targetPackageName */, extraData, in setSyncAutomatically() 306 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getSyncAutomatically() 317 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getIsSyncable() 328 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getPeriodicSyncs()
|
D | AppEnumerationTests.java | 429 sendCommandBlocking(sourcePackageName, targetPackageName, in startExplicitActivityWithIntent() 1011 String[] result = sendCommandBlocking( in queriesResolver_grantsVisibilityToProvider() 1485 final Bundle response = sendCommandBlocking(sourcePackageName, null /*targetPackageName*/, in getInstalledAccessibilityServices() 1492 Bundle response = sendCommandBlocking(sourcePackageName, targetPackageName, in getPackageInfo() 1499 final Bundle response = sendCommandBlocking(sourcePackageName, targetUid, in getPackagesForUid() 1505 final Bundle response = sendCommandBlocking(sourcePackageName, targetUid, in getNameForUid() 1511 final Bundle response = sendCommandBlocking(sourcePackageName, targetUid, in getNamesForUids() 1517 final Bundle response = sendCommandBlocking(sourcePackageName, targetUid, in checkSignatures() 1526 final Bundle response = sendCommandBlocking(sourcePackageName, targetUid, extra, in hasSigningCertificate() 1547 final Bundle response = sendCommandBlocking(sourcePackageName, targetPackageName, extra, in checkPackage() [all …]
|
D | InputMethodEnumerationTests.java | 108 final Bundle response = sendCommandBlocking(sourcePackage, null /* targetPackageName */, in getInputMethodList() 119 final Bundle response = sendCommandBlocking(sourcePackage, null /* targetPackageName */, in getEnabledInputMethodList() 135 final Bundle response = sendCommandBlocking(sourcePackage, null /* targetPackageName */, in getEnabledInputMethodSubtypeList()
|
D | AppEnumerationTestsBase.java | 171 Bundle sendCommandBlocking(@NonNull String sourcePackageName, in sendCommandBlocking() method 179 Bundle sendCommandBlocking(@NonNull String sourcePackageName, int targetUid, in sendCommandBlocking() method 223 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getSessionInfos()
|
D | TextServicesEnumerationTests.java | 84 final Bundle response = sendCommandBlocking(sourcePackage, null /* targetPackageName */, in getEnabledSpellCheckerInfos()
|
D | AccountManagerEnumerationTest.java | 141 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in getAuthenticatorTypes()
|
D | LauncherAppsEnumerationTests.java | 543 final Bundle response = sendCommandBlocking(sourcePackageName, null /* targetPackageName */, in isActivityEnabled() 550 final Bundle response = sendCommandBlocking(sourcePackageName, targetPackageName, in getSuspendedPackageLauncherExtras() 566 final Bundle response = sendCommandBlocking(sourcePackageName, targetPackageName, extraData, in shouldHideFromSuggestions()
|