Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java200 public static final int DISABLED_REASON_VERSION_LOWER = 100; field in ShortcutInfo
223 DISABLED_REASON_VERSION_LOWER,
243 case DISABLED_REASON_VERSION_LOWER: in getDisabledReasonDebugString()
269 case DISABLED_REASON_VERSION_LOWER: in getDisabledReasonForRestoreIssue()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackageInfo.java158 return ShortcutInfo.DISABLED_REASON_VERSION_LOWER; in canRestoreTo()
DShortcutPackage.java772 if (si.getDisabledReason() != ShortcutInfo.DISABLED_REASON_VERSION_LOWER) { in rescanPackageIfNeeded()
1744 if ((si.getDisabledReason() == ShortcutInfo.DISABLED_REASON_VERSION_LOWER) in verifyStates()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java981 if (disabledReason >= ShortcutInfo.DISABLED_REASON_VERSION_LOWER) { in areAllWithDisabledReason()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java21 import static android.content.pm.ShortcutInfo.DISABLED_REASON_VERSION_LOWER;
4023 checkCanRestoreTo(DISABLED_REASON_VERSION_LOWER, spi1, false, 9, true, "sig1"); in testCanRestoreTo()
5139 checkBackupAndRestore_publisherNotRestored(ShortcutInfo.DISABLED_REASON_VERSION_LOWER); in testBackupAndRestore_publisherLowerVersion()
5196 case ShortcutInfo.DISABLED_REASON_VERSION_LOWER: in checkBackupAndRestore_publisherNotRestored()
5832 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_VERSION_LOWER) in testBackupAndRestore_disabledShortcutsAreIgnored()
/frameworks/base/config/
Dhiddenapi-public-dex.txt8781 Landroid/content/pm/ShortcutInfo;->DISABLED_REASON_VERSION_LOWER:I
/frameworks/base/api/
Dcurrent.txt11590 field public static final int DISABLED_REASON_VERSION_LOWER = 100; // 0x64