Searched defs:TRANSPORT_PACKAGE_REJECTED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java49 public static final int TRANSPORT_PACKAGE_REJECTED = -1002; field in class:BackupTransport
239 * {@link BackupTransport#TRANSPORT_PACKAGE_REJECTED} (to suppress backup of this
370 * {@link BackupTransport#TRANSPORT_PACKAGE_REJECTED}. In this case the system will
391 * If the transport returns {@link #TRANSPORT_PACKAGE_REJECTED} here, it must still
395 * @return TRANSPORT_PACKAGE_REJECTED to indicate that the stated application is not
401 return BackupTransport.TRANSPORT_PACKAGE_REJECTED;
416 * must recognize this case and return TRANSPORT_PACKAGE_REJECTED.
423 * TRANSPORT_PACKAGE_REJECTED if the proposed payload size is too large for
495 * is still running and the caller should retry. {@link #TRANSPORT_PACKAGE_REJECTED}

Completed in 66 milliseconds