Searched refs:PKG_N_MR1 (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 555 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXml() 626 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForBackup() 1103 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForNonBackup_postMigration() 1189 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForBackup_postMigration() 1195 PKG_N_MR1, UID_N_MR1, true, USER_SYSTEM); in testChannelXmlForBackup_postMigration() 1277 mHelper.setShowBadge(PKG_N_MR1, UID_N_MR1, true); in testChannelXmlForBackup_postMigration_noExternal() 1283 PKG_N_MR1, UID_N_MR1, true, USER_SYSTEM); in testChannelXmlForBackup_postMigration_noExternal() 1336 PKG_N_MR1, UID_N_MR1, true, USER_SYSTEM); in testChannelXmlForBackup_postMigration_noLocalSettings() 1677 + "<package name=\"" + PKG_N_MR1 in testChannelXml_upgradeCreateDefaultChannel() 4188 toAdd.add(new Pair<>(PKG_N_MR1, UID_N_MR1)); in testUpdateDefaultApps_addAndRemove() [all …]
|
H A D | NotificationRecordTest.java | 256 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testSound_default_preUpgradeUsesNotification() 269 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testSound_custom_preUpgradeUsesNotification() 283 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testSound_default_userLocked_preUpgrade() 295 StatusBarNotification sbn = getNotification(PKG_N_MR1, false /* noisy */, in testSound_noSound_preUpgrade() 321 StatusBarNotification sbn = getNotification(PKG_N_MR1, false /* noisy */, in testVibration_default_preUpgradeUsesNotification() 381 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testImportance_preUpgrade() 392 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testImportance_locked_preUpgrade() 404 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testImportance_locked_unspecified_preUpgrade() 423 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testLights_preUpgrade_noLight() 433 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testLights_preUpgrade() [all …]
|
H A D | NotificationManagerServiceTest.java | 810 case PKG_N_MR1: in getApplicationInfo() 3166 PKG_N_MR1, ActivityManager.getCurrentUser(), PKG_N_MR1, in testDefaultChannelUpdatesApp_postMigrationToPermissions() 3170 mBinderService.updateNotificationChannelForPackage(PKG_N_MR1, mUid, defaultChannel); in testDefaultChannelUpdatesApp_postMigrationToPermissions() 3173 PKG_N_MR1, ActivityManager.getCurrentUser(), false, true); in testDefaultChannelUpdatesApp_postMigrationToPermissions() 5296 String preOPkg = PKG_N_MR1; in testBumpFGImportance_channelChangePreOApp() 9821 String[] pkgs = new String[] {PKG, PKG_N_MR1};
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
H A D | UiServiceTestCase.java | 43 protected static final String PKG_N_MR1 = "com.example.n_mr1"; field in UiServiceTestCase 69 case PKG_N_MR1: in setup()
|