Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotifyingAppTest.java45 public void testPackage() { in testPackage() method in NotifyingAppTest
H A DNotificationManagerServiceTest.java7235 final String testPackage = "testPackageName"; in testAllowForegroundCustomToasts() local
7258 final String testPackage = "testPackageName"; in testDisallowBackgroundCustomToasts() local
7278 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameCustomToast() local
7308 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() local
7332 final String testPackage = "testPackageName"; in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() local
7367 final String testPackage = "testPackageName"; in testAllowForegroundTextToasts() local
7387 final String testPackage = "testPackageName"; in testAllowBackgroundTextToasts() local
7407 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameTextToast() local
7438 final String testPackage = "testPackageName"; in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() local
7461 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() local
[all …]
H A DManagedServicesTest.java387 String testPackage = "user.test.package"; in testReadXml_onlyRestoresForTargetUser() local
409 String testPackage = "user.test.package"; in testReadXml_restoresUserSet() local
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderDeathRecipientTest.java74 private IBinder getNewRemoteBinder(String testPackage) throws InterruptedException { in getNewRemoteBinder()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
H A DCustomizeActivityAnimationTest.java191 final String testPackage = "TestPackage"; in testLoadCustomAnimation() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java6982 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_adminNotAllowed() local
6995 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_settingOff() local
7008 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_bothAllowed() local
7022 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_requiresPermission() local
7031 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_samePackageAndSameUser_noPermissionRequired() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DWebViewUpdateServiceTest.java515 String testPackage = "testFallback"; in testFallbackPackageEnabling() local