Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DShortcutHelperTest.java238 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)).isNull(); in testGetValidShortcutInfo_noMatchingShortcut()
249 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)).isNull(); in testGetValidShortcutInfo_nullShortcut()
266 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)).isNull(); in testGetValidShortcutInfo_notLongLived()
284 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)).isNull(); in testGetValidShortcutInfo_notSharingShortcut()
301 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)).isNull(); in testGetValidShortcutInfo_notEnabled()
320 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)) in testGetValidShortcutInfo_isValid()
339 assertThat(mShortcutHelper.getValidShortcutInfo("a", "p", UserHandle.SYSTEM)) in testGetValidShortcutInfo_isValidButUserLocked()
346 ShortcutInfo info = mShortcutHelper.getValidShortcutInfo( in testGetValidShortcutInfo_hasGetPersonsDataFlag()
DBubbleExtractorTest.java153 when(mShortcutHelper.getValidShortcutInfo(SHORTCUT_ID, PKG, mUser)).thenReturn(answer); in setUpShortcutBubble()
/frameworks/base/services/core/java/com/android/server/notification/
DBubbleExtractor.java167 mShortcutHelper.getValidShortcutInfo(shortcutId, pkg, r.getUser()) != null; in canPresentAsBubble()
DShortcutHelper.java192 ShortcutInfo getValidShortcutInfo(String shortcutId, String packageName, UserHandle user) { in getValidShortcutInfo() method in ShortcutHelper
DNotificationManagerService.java4431 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(
4487 conversation.setShortcutInfo(mShortcutHelper.getValidShortcutInfo(
7498 ? mShortcutHelper.getValidShortcutInfo(notification.getShortcutId(), pkg, user)
/frameworks/base/services/
Dart-wear-profile16464 PLcom/android/server/notification/ShortcutHelper;->getValidShortcutInfo(Ljava/lang/String;Ljava/lan…