Searched refs:DISABLED_REASON_BACKUP_NOT_SUPPORTED (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
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()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutPackageInfo.java | 153 return ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED; in canRestoreTo()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 18 import static android.content.pm.ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED; 4907 checkCanRestoreTo(DISABLED_REASON_BACKUP_NOT_SUPPORTED, spi1, true, 10, false, "sig1"); in testCanRestoreTo() 4908 checkCanRestoreTo(DISABLED_REASON_BACKUP_NOT_SUPPORTED, spi3, true, 10, true, "sig1"); in testCanRestoreTo() 5923 ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_success() 5963 … .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_success() 5998 ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in testBackupAndRestore_publisherNoLongerBackupTarget() 6048 case ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED: in checkBackupAndRestore_publisherNotRestored() 6100 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_publisherNotRestored() 6116 .areAllWithDisabledReason(ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_publisherNotRestored() 6336 ShortcutInfo.DISABLED_REASON_BACKUP_NOT_SUPPORTED); in checkBackupAndRestore_publisherAndLauncherNotRestored()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 13575 field public static final int DISABLED_REASON_BACKUP_NOT_SUPPORTED = 101; // 0x65
|