Searched refs:isLongLived (Results 1 – 6 of 6) sorted by relevance
247 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()
489 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()
168 if (shortcutInfo == null || !shortcutInfo.isLongLived() || !shortcutInfo.isEnabled()) { in isConversationShortcut()214 if (shortcutInfo.isLongLived() && !shortcutInfo.isCached()) { in cacheShortcut()
1716 public boolean isLongLived() { in isLongLived() method in ShortcutInfo2293 if (isLongLived()) { in toStringInner()
1951 if (target.isLongLived() != source.isLongLived()) { in updateShortcuts()3114 if (si.isLongLived()) { in updateCachedShortcutsInternal()
263 if (!si.isLongLived()) { in ensureNoBitmapIconIfShortcutIsLongLived()