Home
last modified time | relevance | path

Searched refs:PKG_N_MR1 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java82 private final String pkg = PKG_N_MR1;
187 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testSound_default_preUpgradeUsesNotification()
200 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testSound_custom_preUpgradeUsesNotification()
214 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testSound_default_userLocked_preUpgrade()
226 StatusBarNotification sbn = getNotification(PKG_N_MR1, false /* noisy */, in testSound_noSound_preUpgrade()
252 StatusBarNotification sbn = getNotification(PKG_N_MR1, false /* noisy */, in testVibration_default_preUpgradeUsesNotification()
264 StatusBarNotification sbn = getNotification(PKG_N_MR1, false /* noisy */, in testVibration_custom_preUpgradeUsesNotification()
277 StatusBarNotification sbn = getNotification(PKG_N_MR1, false /* noisy */, in testVibration_custom_userLocked_preUpgrade()
299 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testImportance_preUpgrade()
310 StatusBarNotification sbn = getNotification(PKG_N_MR1, true /* noisy */, in testImportance_locked_preUpgrade()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiServiceTestCase.java32 protected static final String PKG_N_MR1 = "com.example.n_mr1"; field in UiServiceTestCase
57 case PKG_N_MR1: in setup()