Searched refs:DISABLED_REASON_BACKUP_NOT_SUPPORTED (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutInfo.java | 275 public static final int DISABLED_REASON_BACKUP_NOT_SUPPORTED = 101; field in ShortcutInfo 300 DISABLED_REASON_BACKUP_NOT_SUPPORTED, 321 case DISABLED_REASON_BACKUP_NOT_SUPPORTED: in getDisabledReasonDebugString() 348 case DISABLED_REASON_BACKUP_NOT_SUPPORTED: in getDisabledReasonForRestoreIssue()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutPackageInfo.java | 153 return ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED; in canRestoreTo()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 18 import static android.content.pm.ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED; 4850 checkCanRestoreTo(DISABLED_REASON_BACKUP_NOT_SUPPORTED, spi1, true, 10, false, "sig1"); in testCanRestoreTo() 4851 checkCanRestoreTo(DISABLED_REASON_BACKUP_NOT_SUPPORTED, spi3, true, 10, true, "sig1"); in testCanRestoreTo() 5866 ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_success() 5906 … .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_success() 5949 ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in testBackupAndRestore_publisherNoLongerBackupTarget() 5999 case ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED: in checkBackupAndRestore_publisherNotRestored() 6051 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_publisherNotRestored() 6067 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_publisherNotRestored() 6287 ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_publisherAndLauncherNotRestored()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 13094 field public static final int DISABLED_REASON_BACKUP_NOT_SUPPORTED = 101; // 0x65
|