Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java2819 String preOPkg = PKG_N_MR1; in testBumpFGImportance_noChannelChangePreOApp() local
2822 when(mPackageManagerClient.getApplicationInfoAsUser(eq(preOPkg), anyInt(), anyInt())) in testBumpFGImportance_noChannelChangePreOApp()
2824 when(mPackageManagerClient.getPackageUidAsUser(eq(preOPkg), anyInt())) in testBumpFGImportance_noChannelChangePreOApp()
2835 StatusBarNotification sbn = new StatusBarNotification(preOPkg, preOPkg, 9, "tag", in testBumpFGImportance_noChannelChangePreOApp()
2851 sbn = new StatusBarNotification(preOPkg, preOPkg, 9, "tag", Binder.getCallingUid(), in testBumpFGImportance_noChannelChangePreOApp()
2854 mBinderService.enqueueNotificationWithTag(preOPkg, preOPkg, "tag", in testBumpFGImportance_noChannelChangePreOApp()
2861 preOPkg, mContext.getUserId(), preOPkg, NotificationChannel.DEFAULT_CHANNEL_ID); in testBumpFGImportance_noChannelChangePreOApp()