Home
last modified time | relevance | path

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

/aosp14/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.java677 when(info.isLongLived()).thenReturn(true); in setUp()
9604 when(info.isLongLived()).thenReturn(true);
9947 when(si.isLongLived()).thenReturn(true);
9988 when(si.isLongLived()).thenReturn(false);
/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutLauncher.java161 if (si.isDynamic() || si.isLongLived() in pinShortcuts()
H A DShortcutService.java2126 if (target.isLongLived() != source.isLongLived()) {
3293 if (si.isLongLived()) {
H A DShortcutPackage.java323 if (!si.isLongLived()) { in ensureNoBitmapIconIfShortcutIsLongLived()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1888 public boolean isLongLived() { in isLongLived() method in ShortcutInfo
2572 if (isLongLived()) { in toStringInner()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskControllerTest.kt758 assertThat(isLongLived).isEqualTo(true)