Searched defs:sourcePackageName (Results 1 – 7 of 7) sorted by relevance
| /cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
| D | AppEnumerationTestsBase.java | 99 Result sendCommand(@NonNull String sourcePackageName, @Nullable String targetPackageName, in sendCommand() 171 Bundle sendCommandBlocking(@NonNull String sourcePackageName, in sendCommandBlocking() 179 Bundle sendCommandBlocking(@NonNull String sourcePackageName, int targetUid, in sendCommandBlocking() 187 void assertVisible(String sourcePackageName, String targetPackageName, in assertVisible() 196 void assertNotVisible(String sourcePackageName, String targetPackageName, in assertNotVisible() 205 void assertVisible(String sourcePackageName, String targetPackageName, in assertVisible() argument 212 void assertNotVisible(String sourcePackageName, String targetPackageName, in assertNotVisible() argument 219 Integer[] getSessionInfos(String action, String sourcePackageName, int sessionId) in getSessionInfos()
|
| D | AppEnumerationTests.java | 420 String sourcePackageName, String targetPackageName, Intent intent) throws Exception { in startExplicitActivityWithIntent() 1373 private void assertVisible(String sourcePackageName, String targetPackageName) in assertVisible() 1379 private void assertNotVisible(String sourcePackageName, String targetPackageName) in assertNotVisible() 1388 private void assertServiceVisible(String sourcePackageName, String targetPackageName) in assertServiceVisible() 1393 private void assertServiceNotVisible(String sourcePackageName, String targetPackageName) in assertServiceNotVisible() 1398 private void assertNotQueryable(String sourcePackageName, String targetPackageName, in assertNotQueryable() 1411 private void assertQueryable(String sourcePackageName, String targetPackageName, in assertQueryable() 1425 private void assertBroadcastRestartedVisible(String sourcePackageName, in assertBroadcastRestartedVisible() 1439 private void assertBroadcastSuspendedVisible(String sourcePackageName, in assertBroadcastSuspendedVisible() 1457 private String[] getInstalledAccessibilityServices (String sourcePackageName) in getInstalledAccessibilityServices() [all …]
|
| D | SyncAdapterEnumerationTests.java | 234 private String[] getSyncAdapterTypes(String sourcePackageName) throws Exception { in getSyncAdapterTypes() 245 private String[] getSyncAdapterPackagesForAuthorityAsUser(String sourcePackageName, in getSyncAdapterPackagesForAuthorityAsUser() 255 private boolean requestSyncAndAwaitStatus(String sourcePackageName, Account account, in requestSyncAndAwaitStatus() 265 private PendingIntent getSyncAdapterControlPanel(String sourcePackageName, Account account, in getSyncAdapterControlPanel() 299 private boolean getSyncAutomatically(String sourcePackageName, String targetPackageName) in getSyncAutomatically() 309 private int getIsSyncable(String sourcePackageName, Account account, String targetPackageName) in getIsSyncable() 320 private String[] getPeriodicSyncs(String sourcePackageName, Account account, in getPeriodicSyncs()
|
| D | LauncherAppsEnumerationTests.java | 518 private Result sendCommandAndWaitForLauncherAppsCallback(String sourcePackageName, in sendCommandAndWaitForLauncherAppsCallback() 529 private Result sendCommandAndWaitForLauncherAppsSessionCallback(String sourcePackageName, in sendCommandAndWaitForLauncherAppsSessionCallback() 539 private boolean isActivityEnabled(String sourcePackageName, ComponentName componentName) in isActivityEnabled() 548 private Bundle getSuspendedPackageLauncherExtras(String sourcePackageName, in getSuspendedPackageLauncherExtras() 562 private boolean shouldHideFromSuggestions(String sourcePackageName, String targetPackageName) in shouldHideFromSuggestions()
|
| D | MediaSessionEnumerationTests.java | 66 private boolean isTrustedForMediaControl(String sourcePackageName, in isTrustedForMediaControl()
|
| D | AccountManagerEnumerationTest.java | 140 private String[] getAuthenticatorTypes(String sourcePackageName) throws Exception { in getAuthenticatorTypes()
|
| /cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/ |
| D | TestActivity.java | 368 final String sourcePackageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local 373 final String sourcePackageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local 1011 private void sendCanPackageQuery(RemoteCallback remoteCallback, String sourcePackageName, in sendCanPackageQuery() 1025 private void sendCanPackageQueries(RemoteCallback remoteCallback, String sourcePackageName, in sendCanPackageQueries()
|