/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/dashboard/ |
H A D | CategoryManagerTest.java | 137 final String testPackage = "com.android.test"; in sortCategories_singlePackage_shouldReorderBasedOnPriority() local 183 final String testPackage = mContext.getPackageName(); in sortCategories_internalPackageTiles_shouldSkipTileForInternalPackage() local 205 final String testPackage = mContext.getPackageName(); in sortCategories_internalAndExternalPackageTiles_shouldRetainPriorityOrdering() local 231 final String testPackage = mContext.getPackageName(); in sortCategories_samePriority_internalPackageTileShouldTakePrecedence() local 255 final String testPackage = mContext.getPackageName(); in filterTiles_noDuplicate_noChange() local 282 final String testPackage = mContext.getPackageName(); in filterTiles_hasDuplicateActivityTiles_shouldOnlyKeepUniqueTiles() local 300 final String testPackage = mContext.getPackageName(); in filterTiles_hasDuplicateProviderTiles_shouldOnlyKeepUniqueTiles() local
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/defaultapps/ |
H A D | DefaultAssistantPickerEntryPreferenceControllerTest.java | 182 String testPackage = "com.test.permissions"; in performClick_permissionControllerExists_startsPermissionController() local 192 String testPackage = "com.test.permissions"; in performClick_permissionControllerExists_intentHasPackageName() local 202 String testPackage = "com.test.permissions"; in performClick_permissionControllerExists_intentHasRole() local
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotifyingAppTest.java | 45 public void testPackage() { in testPackage() method in NotifyingAppTest
|
H A D | NotificationManagerServiceTest.java | 5315 final String testPackage = "testPackageName"; in testAllowForegroundCustomToasts() local 5339 final String testPackage = "testPackageName"; in testDisallowBackgroundCustomToasts() local 5359 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameCustomToast() local 5388 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() local 5411 final String testPackage = "testPackageName"; in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() local 5445 final String testPackage = "testPackageName"; in testAllowForegroundTextToasts() local 5465 final String testPackage = "testPackageName"; in testAllowBackgroundTextToasts() local 5485 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameTextToast() local 5515 final String testPackage = "testPackageName"; in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() local 5537 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() local [all …]
|
H A D | ManagedServicesTest.java | 365 String testPackage = "user.test.package"; in testReadXml_onlyRestoresForTargetUser() local 387 String testPackage = "user.test.package"; in testReadXml_restoresUserSet() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | BinderDeathRecipientTest.java | 74 private IBinder getNewRemoteBinder(String testPackage) throws InterruptedException { in getNewRemoteBinder()
|
/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/ |
H A D | AppStateUsageStatsBridgeTest.java | 397 PackageInfo testPackage = new PackageInfo(); in addPackageToPackageManager() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 6771 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_settingOff() local 6784 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_bothAllowed() local 6797 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_requiresPermission() local 6806 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_samePackageAndSameUser_noPermissionRequired() local
|
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
H A D | LauncherInstrumentation.java | 234 final String testPackage = getContext().getPackageName(); in LauncherInstrumentation() local 534 final String testPackage = getContext().getPackageName(); in formatSystemHealthMessage() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
H A D | WebViewUpdateServiceTest.java | 515 String testPackage = "testFallback"; in testFallbackPackageEnabling() local
|