Home
last modified time | relevance | path

Searched defs:sourcePackageName (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTestsBase.java102 Result sendCommand(@NonNull String sourcePackageName, @Nullable String targetPackageName, in sendCommand()
207 Bundle sendCommandBlocking(@NonNull String sourcePackageName, in sendCommandBlocking()
215 Bundle sendCommandBlocking(@NonNull String sourcePackageName, int targetUid, in sendCommandBlocking()
223 void assertVisible(String sourcePackageName, String targetPackageName, in assertVisible()
232 void assertNotVisible(String sourcePackageName, String targetPackageName, in assertNotVisible()
241 void assertVisible(String sourcePackageName, String targetPackageName, in assertVisible() argument
248 void assertNotVisible(String sourcePackageName, String targetPackageName, in assertNotVisible() argument
255 Integer[] getSessionInfos(String action, String sourcePackageName, int sessionId) in getSessionInfos()
DAppEnumerationTests.java429 String sourcePackageName, String targetPackageName, Intent intent) throws Exception { in startExplicitActivityWithIntent()
1402 private void assertVisible(String sourcePackageName, String targetPackageName) in assertVisible()
1408 private void assertNotVisible(String sourcePackageName, String targetPackageName) in assertNotVisible()
1417 private void assertServiceVisible(String sourcePackageName, String targetPackageName) in assertServiceVisible()
1422 private void assertServiceNotVisible(String sourcePackageName, String targetPackageName) in assertServiceNotVisible()
1427 private void assertNotQueryable(String sourcePackageName, String targetPackageName, in assertNotQueryable()
1440 private void assertQueryable(String sourcePackageName, String targetPackageName, in assertQueryable()
1454 private void assertBroadcastRestartedVisible(String sourcePackageName, in assertBroadcastRestartedVisible()
1468 private void assertBroadcastSuspendedVisible(String sourcePackageName, in assertBroadcastSuspendedVisible()
1486 private String[] getInstalledAccessibilityServices (String sourcePackageName) in getInstalledAccessibilityServices()
[all …]
DSyncAdapterEnumerationTests.java236 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()
DLauncherAppsEnumerationTests.java518 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()
DMediaSessionEnumerationTests.java75 private boolean isTrustedForMediaControl(String sourcePackageName, in isTrustedForMediaControl()
DAccountManagerEnumerationTest.java140 private String[] getAuthenticatorTypes(String sourcePackageName) throws Exception { in getAuthenticatorTypes()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DTestActivity.java377 final String sourcePackageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local
382 final String sourcePackageName = intent.getStringExtra(Intent.EXTRA_PACKAGE_NAME); in handleIntent() local
1071 private void sendCanPackageQuery(RemoteCallback remoteCallback, String sourcePackageName, in sendCanPackageQuery()
1085 private void sendCanPackageQueries(RemoteCallback remoteCallback, String sourcePackageName, in sendCanPackageQueries()