Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotifyingAppTest.java45 public void testPackage() { in testPackage() method in NotifyingAppTest
DNotificationManagerServiceTest.java5088 final String testPackage = "testPackageName"; in testAllowForegroundCustomToasts() local
5112 final String testPackage = "testPackageName"; in testDisallowBackgroundCustomToasts() local
5132 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameCustomToast() local
5161 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForCustomToastWhenInForeground() local
5184 final String testPackage = "testPackageName"; in testCustomToastPostedWhileInForeground_blockedIfAppGoesToBackground() local
5218 final String testPackage = "testPackageName"; in testAllowForegroundTextToasts() local
5238 final String testPackage = "testPackageName"; in testAllowBackgroundTextToasts() local
5258 final String testPackage = "testPackageName"; in testDontCallShowToastAgainOnTheSameTextToast() local
5288 final String testPackage = "testPackageName"; in testToastRateLimiterCanPreventShowCallForTextToast_whenInBackground() local
5310 final String testPackage = "testPackageName"; in testToastRateLimiterWontPreventShowCallForTextToast_whenInForeground() local
[all …]
DManagedServicesTest.java364 String testPackage = "user.test.package"; in testReadXml_onlyRestoresForTargetUser() local
385 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/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java6739 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_settingOff() local
6752 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_bothAllowed() local
6765 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_requiresPermission() local
6774 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