Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotifyingAppTest.java45 public void testPackage() { in testPackage() method in NotifyingAppTest
DNotificationManagerServiceTest.java7171 final String testPackage = "testPackageName"; in testAllowForegroundCustomToasts() local
7194 final String testPackage = "testPackageName"; in testDisallowBackgroundCustomToasts() local
7214 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameCustomToast() local
7244 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() local
7268 final String testPackage = "testPackageName"; in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() local
7303 final String testPackage = "testPackageName"; in testAllowForegroundTextToasts() local
7323 final String testPackage = "testPackageName"; in testAllowBackgroundTextToasts() local
7343 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameTextToast() local
7374 final String testPackage = "testPackageName"; in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() local
7397 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() local
[all …]
DManagedServicesTest.java387 String testPackage = "user.test.package"; in testReadXml_onlyRestoresForTargetUser() local
409 String testPackage = "user.test.package"; in testReadXml_restoresUserSet() local
/frameworks/base/core/tests/coretests/src/android/os/
DBinderDeathRecipientTest.java74 private IBinder getNewRemoteBinder(String testPackage) throws InterruptedException { in getNewRemoteBinder()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/back/
DCustomizeActivityAnimationTest.java191 final String testPackage = "TestPackage"; in testLoadCustomAnimation() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
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
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DWebViewUpdateServiceTest.java515 String testPackage = "testFallback"; in testFallbackPackageEnabling() local