Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DShortcutHelperTest.java258 when(si.isLongLived()).thenReturn(false); in testGetValidShortcutInfo_notLongLived()
276 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_notSharingShortcut()
293 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_notEnabled()
310 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_isValid()
331 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_isValidButUserLocked()
H A DNotificationManagerServiceTest.java567 when(info.isLongLived()).thenReturn(true); in setUp()
7346 when(info.isLongLived()).thenReturn(true); in testNotificationBubbles_shortcut_stopListeningWhenNotifRemoved()
7700 when(si.isLongLived()).thenReturn(true); in testGetConversationsForPackage_hasShortcut()
7741 when(si.isLongLived()).thenReturn(false); in testGetConversationsForPackage_shortcut_notLongLived()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DShortcutHelper.java177 if (shortcutInfo == null || !shortcutInfo.isLongLived() || !shortcutInfo.isEnabled()) { in isConversationShortcut()
224 if (shortcutInfo.isLongLived() && !shortcutInfo.isCached()) { in cacheShortcut()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1767 public boolean isLongLived() { in isLongLived() method in ShortcutInfo
2346 if (isLongLived()) { in toStringInner()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2066 if (target.isLongLived() != source.isLongLived()) { in updateShortcuts()
3442 if (si.isLongLived()) { in updateCachedShortcutsInternal()
H A DShortcutPackage.java317 if (!si.isLongLived()) { in ensureNoBitmapIconIfShortcutIsLongLived()