Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DShortcutHelperTest.java247 when(si.isLongLived()).thenReturn(false); in testGetValidShortcutInfo_notLongLived()
265 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_notSharingShortcut()
282 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_notEnabled()
299 when(si.isLongLived()).thenReturn(true); in testGetValidShortcutInfo_isValid()
DNotificationManagerServiceTest.java489 when(info.isLongLived()).thenReturn(true); in setUp()
6278 when(info.isLongLived()).thenReturn(true); in testNotificationBubbles_shortcut_stopListeningWhenNotifRemoved()
6633 when(si.isLongLived()).thenReturn(true); in testGetConversationsForPackage_hasShortcut()
6667 when(si.isLongLived()).thenReturn(false); in testGetConversationsForPackage_shortcut_notLongLived()
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java168 if (shortcutInfo == null || !shortcutInfo.isLongLived() || !shortcutInfo.isEnabled()) { in isConversationShortcut()
214 if (shortcutInfo.isLongLived() && !shortcutInfo.isCached()) { in cacheShortcut()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1716 public boolean isLongLived() { in isLongLived() method in ShortcutInfo
2293 if (isLongLived()) { in toStringInner()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1951 if (target.isLongLived() != source.isLongLived()) { in updateShortcuts()
3114 if (si.isLongLived()) { in updateCachedShortcutsInternal()
DShortcutPackage.java263 if (!si.isLongLived()) { in ensureNoBitmapIconIfShortcutIsLongLived()