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
241 * {@link BackupTransport#TRANSPORT_PACKAGE_REJECTED} (to suppress backup of this
380 * {@link BackupTransport#TRANSPORT_PACKAGE_REJECTED}. In this case the system will
401 * If the transport returns {@link #TRANSPORT_PACKAGE_REJECTED} here, it must still
406 * @return TRANSPORT_PACKAGE_REJECTED to indicate that the stated application is not
421 return BackupTransport.TRANSPORT_PACKAGE_REJECTED;
436 * must recognize this case and return TRANSPORT_PACKAGE_REJECTED.
443 * TRANSPORT_PACKAGE_REJECTED if the proposed payload size is too large for
539 * is still running and the caller should retry. {@link #TRANSPORT_PACKAGE_REJECTED}

Completed in 167 milliseconds