Searched refs:mShortcutHelper (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ShortcutHelperTest.java | 91 ShortcutHelper mShortcutHelper; field in ShortcutHelperTest 97 mShortcutHelper = new ShortcutHelper( in setUp() 116 mShortcutHelper.maybeListenForShortcutChangesForBubbles(mNr, in addShortcutBubbleAndVerifyListener() 139 mShortcutHelper.maybeListenForShortcutChangesForBubbles(mNr, in testBubbleRemoved_listenerRemoved() 153 mShortcutHelper.maybeListenForShortcutChangesForBubbles(mNr, in testBubbleNoLongerHasBubbleMetadata_listenerRemoved() 167 mShortcutHelper.maybeListenForShortcutChangesForBubbles(mNr, in testBubbleNoLongerHasShortcutId_listenerRemoved() 188 mShortcutHelper.maybeListenForShortcutChangesForBubbles(validMock1, in testNotifNoLongerHasShortcut_listenerRemoved() 192 mShortcutHelper.maybeListenForShortcutChangesForBubbles(validMock2, in testNotifNoLongerHasShortcut_listenerRemoved() 196 mShortcutHelper.maybeListenForShortcutChangesForBubbles(validMock3, in testNotifNoLongerHasShortcut_listenerRemoved() 203 mShortcutHelper.maybeListenForShortcutChangesForBubbles(validMock2, in testNotifNoLongerHasShortcut_listenerRemoved() [all …]
|
D | BubbleExtractorTest.java | 90 ShortcutHelper mShortcutHelper; field in BubbleExtractorTest 100 mBubbleExtractor.setShortcutHelper(mShortcutHelper); in setUp() 153 when(mShortcutHelper.getValidShortcutInfo(SHORTCUT_ID, PKG, mUser)).thenReturn(answer); in setUpShortcutBubble()
|
D | NotificationManagerServiceTest.java | 390 private ShortcutHelper mShortcutHelper; field in NotificationManagerServiceTest 782 mShortcutHelper = mService.getShortcutHelper(); in initNMS() 783 mShortcutHelper.setLauncherApps(mLauncherApps); in initNMS() 784 mShortcutHelper.setShortcutServiceInternal(mShortcutServiceInternal); in initNMS() 785 mShortcutHelper.setUserManager(mUserManager); in initNMS()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | BubbleExtractor.java | 47 private ShortcutHelper mShortcutHelper; field in BubbleExtractor 74 if (mShortcutHelper == null) { in process() 133 mShortcutHelper = helper; in setShortcutHelper() 167 mShortcutHelper.getValidShortcutInfo(shortcutId, pkg, r.getUser()) != null; in canPresentAsBubble()
|
D | NotificationManagerService.java | 626 private ShortcutHelper mShortcutHelper; field in NotificationManagerService 2288 return mShortcutHelper; in getShortcutHelper() 2293 mShortcutHelper = helper; in setShortcutHelper() 2678 if (mShortcutHelper != null) { in onDestroy() 2679 mShortcutHelper.destroy(); in onDestroy() 2916 mShortcutHelper = new ShortcutHelper(launcherApps, mShortcutListener, getLocalService( 2920 bubbsExtractor.setShortcutHelper(mShortcutHelper); 4428 if (mShortcutHelper == null) { 4431 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo( 4484 if (mShortcutHelper == null) { [all …]
|