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 | 428 String sourcePackageName, String targetPackageName, Intent intent) throws Exception { in startExplicitActivityWithIntent() 1399 private void assertVisible(String sourcePackageName, String targetPackageName) in assertVisible() 1405 private void assertNotVisible(String sourcePackageName, String targetPackageName) in assertNotVisible() 1414 private void assertServiceVisible(String sourcePackageName, String targetPackageName) in assertServiceVisible() 1419 private void assertServiceNotVisible(String sourcePackageName, String targetPackageName) in assertServiceNotVisible() 1424 private void assertNotQueryable(String sourcePackageName, String targetPackageName, in assertNotQueryable() 1437 private void assertQueryable(String sourcePackageName, String targetPackageName, in assertQueryable() 1451 private void assertBroadcastRestartedVisible(String sourcePackageName, in assertBroadcastRestartedVisible() 1465 private void assertBroadcastSuspendedVisible(String sourcePackageName, in assertBroadcastSuspendedVisible() 1483 private String[] getInstalledAccessibilityServices (String sourcePackageName) in getInstalledAccessibilityServices() [all …]
|
D | SyncAdapterEnumerationTests.java | 236 private String[] getSyncAdapterTypes(String sourcePackageName) throws Exception { in getSyncAdapterTypes() 247 private String[] getSyncAdapterPackagesForAuthorityAsUser(String sourcePackageName, in getSyncAdapterPackagesForAuthorityAsUser() 257 private boolean requestSyncAndAwaitStatus(String sourcePackageName, Account account, in requestSyncAndAwaitStatus() 267 private PendingIntent getSyncAdapterControlPanel(String sourcePackageName, Account account, in getSyncAdapterControlPanel() 301 private boolean getSyncAutomatically(String sourcePackageName, String targetPackageName) in getSyncAutomatically() 311 private int getIsSyncable(String sourcePackageName, Account account, String targetPackageName) in getIsSyncable() 322 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 | 375 final String sourcePackageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local 380 final String sourcePackageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local 1036 private void sendCanPackageQuery(RemoteCallback remoteCallback, String sourcePackageName, in sendCanPackageQuery() 1050 private void sendCanPackageQueries(RemoteCallback remoteCallback, String sourcePackageName, in sendCanPackageQueries()
|