Home
last modified time | relevance | path

Searched defs:PKG (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGlobalSortKeyComparatorTest.java42 private final String PKG = "PKG"; field in GlobalSortKeyComparatorTest
H A DShortcutHelperTest.java66 private static final String PKG = "pkg"; field in ShortcutHelperTest
H A DRankingHelperTest.java65 private static final String PKG = "com.android.server.notification"; field in RankingHelperTest
H A DBubbleExtractorTest.java69 private static final String PKG = "com.android.server.notification"; field in BubbleExtractorTest
H A DNotificationManagerServiceTest.java330 private final String PKG = mContext.getPackageName(); field in NotificationManagerServiceTest
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DHardwarePropertiesManagerService.java137 final String PKG = getCallingPackageName(); in dump() local
/aosp14/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DStatusBarNotificationTest.java61 private static final String PKG = "com.example.o"; field in StatusBarNotificationTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java111 public static final String PKG = "com.android.systemui"; field in NotificationTestHelper