Searched refs:PKG_P (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 630 mHelper.setValidBubbleSent(PKG_P, UID_P); in testChannelXmlForBackup() 3261 mHelper.canShowBadge(PKG_P, UID_P); in testDumpJson_givenNullInput_postMigration() 3326 mHelper.canShowBadge(PKG_P, UID_P); in testDumpString_postPermissionMigration() 3362 mHelper.canShowBadge(PKG_P, UID_P); in testDumpString_givenNullInput() 3387 mHelper.canShowBadge(PKG_P, UID_P); in testDumpProto_postPermissionMigration() 5376 mHelper.canShowBadge(PKG_P, UID_P); in testInvalidMessageSent() 5390 mHelper.canShowBadge(PKG_P, UID_P); in testValidMessageSent() 5405 mHelper.canShowBadge(PKG_P, UID_P); in testUserDemotedInvalidMsgApp() 5423 mHelper.canShowBadge(PKG_P, UID_P); in testValidBubbleSent() 5597 mHelper.canShowBadge(PKG_P, UID_P); in testPullPackagePreferencesStats_postPermissionMigration() [all …]
|
H A D | NotificationRecordTest.java | 865 new StatusBarNotification(PKG_P, PKG_P, id1, tag1, uid, uid, n, mUser, null, uid); in testCalculateGrantableUris_PappProvided() 886 new StatusBarNotification(PKG_P, PKG_P, id1, tag1, uid, uid, n, mUser, null, uid); in testCalculateGrantableUris_PappProvided_invalidSound() 905 new StatusBarNotification(PKG_P, PKG_P, id1, tag1, uid, uid, n, mUser, null, uid); in testCalculateGrantableUris_PuserOverridden()
|
H A D | NotificationManagerServiceTest.java | 816 case PKG_P: in getApplicationInfo() 9943 when(si.getPackage()).thenReturn(PKG_P); 9984 when(si.getPackage()).thenReturn(PKG_P); 10041 StatusBarNotification sbn = new StatusBarNotification(PKG_P, PKG_P, 1, 10047 mBinderService.enqueueNotificationWithTag(PKG_P, PKG_P, nr.getSbn().getTag(), 10051 assertTrue(mBinderService.isInInvalidMsgState(PKG_P, mUid)); 10082 StatusBarNotification sbn = new StatusBarNotification(PKG_P, PKG_P, 1, 10087 mBinderService.enqueueNotificationWithTag(PKG_P, PKG_P, nr.getSbn().getTag(), 10091 assertTrue(mBinderService.isInInvalidMsgState(PKG_P, mUid)); 10096 mBinderService.enqueueNotificationWithTag(PKG_P, PKG_P, nr.getSbn().getTag(), [all …]
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
H A D | UiServiceTestCase.java | 45 protected static final String PKG_P = "com.example.p"; field in UiServiceTestCase 73 case PKG_P: in setup()
|