Home
last modified time | relevance | path

Searched refs:DISABLED_REASON_VERSION_LOWER (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java270 public static final int DISABLED_REASON_VERSION_LOWER = 100; field in ShortcutInfo
299 DISABLED_REASON_VERSION_LOWER,
319 case DISABLED_REASON_VERSION_LOWER: in getDisabledReasonDebugString()
345 case DISABLED_REASON_VERSION_LOWER: in getDisabledReasonForRestoreIssue()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageInfo.java159 return ShortcutInfo.DISABLED_REASON_VERSION_LOWER; in canRestoreTo()
H A DShortcutPackage.java1176 if (si.getDisabledReason() != ShortcutInfo.DISABLED_REASON_VERSION_LOWER) { in rescanPackageIfNeeded()
2367 if ((si.getDisabledReason() == ShortcutInfo.DISABLED_REASON_VERSION_LOWER) in verifyStates()
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java1050 if (disabledReason >= ShortcutInfo.DISABLED_REASON_VERSION_LOWER) { in areAllWithDisabledReason()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java21 import static android.content.pm.ShortcutInfo.DISABLED_REASON_VERSION_LOWER;
4815 checkCanRestoreTo(DISABLED_REASON_VERSION_LOWER, spi1, false, 9, true, "sig1"); in testCanRestoreTo()
5931 checkBackupAndRestore_publisherNotRestored(ShortcutInfo.DISABLED_REASON_VERSION_LOWER); in testBackupAndRestore_publisherLowerVersion()
5988 case ShortcutInfo.DISABLED_REASON_VERSION_LOWER: in checkBackupAndRestore_publisherNotRestored()
6624 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_VERSION_LOWER) in testBackupAndRestore_disabledShortcutsAreIgnored()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13100 field public static final int DISABLED_REASON_VERSION_LOWER = 100; // 0x64