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.java4943 final String testPackage = "testPackageName"; in testAllowForegroundCustomToasts() local
4965 final String testPackage = "testPackageName"; in testDisallowBackgroundCustomToasts() local
4983 final String testPackage = "testPackageName"; in testAllowForegroundTextToasts() local
5001 final String testPackage = "testPackageName"; in testAllowBackgroundTextToasts() local
5019 final String testPackage = "testPackageName"; in testTextToastsCallStatusBar() local
5035 final String testPackage = "testPackageName"; in testDisallowToastsFromSuspendedPackages() local
5055 final String testPackage = "testPackageName"; in testDisallowToastsFromBlockedApps() local
5077 final String testPackage = "testPackageName"; in testAlwaysAllowSystemToasts() local
DManagedServicesTest.java330 String testPackage = "user.test.package"; in testReadXml_onlyRestoresForTargetUser() 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.java5961 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_settingOff() local
5971 final String testPackage = "TEST_PACKAGE"; in testIsPackageAllowedToAccessCalendar_bothAllowed() local
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java3105 final String testPackage = SystemProperties.get(PROP_SUB_PLAN_OWNER + "." + subId, null); in enforceSubscriptionPlanAccess() local