Searched refs:PKG_O (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 2915 mHelper.clearData(PKG_O, UID_O); in testClearData() 3260 mHelper.canShowBadge(PKG_O, UID_O); in testDumpJson_givenNullInput_postMigration() 3287 mHelper.canShowBadge(PKG_O, UID_O); in testDumpBansJson_postPermissionMigration() 3944 pm.packageName = PKG_O; in testUpdateNotificationChannel_fixedPermission() 4060 pm.packageName = PKG_O; in testUpdateFixedImportance_multiUser() 4083 pm.packageName = PKG_O; in testUpdateFixedImportance_channelDoesNotExistYet() 4156 toRemove.add(PKG_O); in testUpdateDefaultApps_remove() 4186 toRemove.add(PKG_O); in testUpdateDefaultApps_addAndRemove() 4272 pm.packageName = PKG_O; in testUpdateFixedImportance_thenDefaultAppsRemoves() 4280 toRemove.add(PKG_O); in testUpdateFixedImportance_thenDefaultAppsRemoves() [all …]
|
H A D | NotificationRecordTest.java | 99 private final String mPkg = PKG_O; 308 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testSound_default_upgradeUsesChannel() 414 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testImportance_upgrade() 463 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLights_upgrade_defaultLights() 479 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLights_upgrade() 488 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLights_upgrade_noLight() 498 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLogMaker() 528 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLogMakerImportanceApp() 922 new StatusBarNotification(PKG_O, PKG_O, id1, tag1, uid, uid, n, mUser, null, uid); in testCalculateGrantableUris_prePappProvided() 1091 PKG_O, record.getKey(), bundle, "", record.getUserId()); in testIgnoreImportanceAdjustmentsForFixedRecords() [all …]
|
H A D | ZenModeHelperTest.java | 310 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testZenOff_NoMuteApplied() 323 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testZenOn_NotificationApplied() 344 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testZenOn_StarredCallers_CallTypesBlocked() 364 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testZenOn_AllCallers_CallTypesAllowed() 383 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testZenOn_AllowAlarmsMedia_NoAlarmMediaMuteApplied() 395 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testZenOn_DisallowAlarmsMedia_AlarmMediaMuteApplied() 408 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testTotalSilence() 427 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testAlarmsOnly_alarmMediaMuteNotApplied() 447 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testAlarmsOnly_callsMuteApplied() 461 mZenModeHelper.setPriorityOnlyDndExemptPackages(new String[] {PKG_O}); in testAlarmsOnly_allZenConfigToggledCannotBypass_alarmMuteNotApplied() [all …]
|
H A D | NotificationManagerServiceTest.java | 604 mService.setStringArrayResourceValue(PKG_O); in setUp() 701 PKG_O, new ParceledListSlice(Arrays.asList(mTestNotificationChannel))); in setUp() 813 case PKG_O: in getApplicationInfo() 10062 StatusBarNotification sbn = new StatusBarNotification(PKG_O, PKG_O, 1, 10068 mBinderService.enqueueNotificationWithTag(PKG_O, PKG_O, nr.getSbn().getTag(), 10074 assertTrue(mBinderService.isInInvalidMsgState(PKG_O, mUid));
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
H A D | UiServiceTestCase.java | 44 protected static final String PKG_O = "com.example.o"; field in UiServiceTestCase 71 case PKG_O: in setup()
|