Searched refs:DISABLED_REASON_VERSION_LOWER (Results 1 – 7 of 7) sorted by relevance
262 public static final int DISABLED_REASON_VERSION_LOWER = 100; field in ShortcutInfo285 DISABLED_REASON_VERSION_LOWER,305 case DISABLED_REASON_VERSION_LOWER: in getDisabledReasonDebugString()331 case DISABLED_REASON_VERSION_LOWER: in getDisabledReasonForRestoreIssue()
298 KEY_DISABLED_REASON + ":" + ShortcutInfo.DISABLED_REASON_VERSION_LOWER;
159 return ShortcutInfo.DISABLED_REASON_VERSION_LOWER; in canRestoreTo()
1154 if (si.getDisabledReason() != ShortcutInfo.DISABLED_REASON_VERSION_LOWER) { in rescanPackage()2272 if ((si.getDisabledReason() == ShortcutInfo.DISABLED_REASON_VERSION_LOWER) in verifyStates()
1050 if (disabledReason >= ShortcutInfo.DISABLED_REASON_VERSION_LOWER) { in areAllWithDisabledReason()
21 import static android.content.pm.ShortcutInfo.DISABLED_REASON_VERSION_LOWER;4647 checkCanRestoreTo(DISABLED_REASON_VERSION_LOWER, spi1, false, 9, true, "sig1"); in testCanRestoreTo()5763 checkBackupAndRestore_publisherNotRestored(ShortcutInfo.DISABLED_REASON_VERSION_LOWER); in testBackupAndRestore_publisherLowerVersion()5820 case ShortcutInfo.DISABLED_REASON_VERSION_LOWER: in checkBackupAndRestore_publisherNotRestored()6456 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_VERSION_LOWER) in testBackupAndRestore_disabledShortcutsAreIgnored()
13053 field public static final int DISABLED_REASON_VERSION_LOWER = 100; // 0x64