Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java84 private final String pkg2 = PKG_O;
239 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testSound_default_upgradeUsesChannel()
289 StatusBarNotification sbn = getNotification(PKG_O, false /* noisy */, in testVibration_custom_upgradeUsesChannel()
332 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testImportance_upgrade()
381 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLights_upgrade_defaultLights()
397 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLights_upgrade()
406 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLights_upgrade_noLight()
415 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLogmakerShortChannel()
428 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLogmakerLongChannel()
439 StatusBarNotification sbn = getNotification(PKG_O, true /* noisy */, in testLogmakerNoGroup()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiServiceTestCase.java33 protected static final String PKG_O = "com.example.o"; field in UiServiceTestCase
59 case PKG_O: in setup()