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

/frameworks/base/core/java/android/app/backup/
H A DBackupTransport.java40 public static final int TRANSPORT_OK = 0; field in class:BackupTransport
165 * <p>If the transport returns anything other than TRANSPORT_OK from this method,
170 * to store the data remotely -- the transport should return TRANSPORT_OK here
173 * @return One of {@link BackupTransport#TRANSPORT_OK} (OK so far) or
226 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
238 * @return one of {@link BackupTransport#TRANSPORT_OK} (OK so far),
283 * @return One of {@link BackupTransport#TRANSPORT_OK} (OK so far, call
374 * <p>After the transport returns {@link BackupTransport#TRANSPORT_OK} from this
385 * <p class="note">If the transport returns TRANSPORT_OK from this method, then the
396 * to be backed up; TRANSPORT_OK t
[all...]

Completed in 66 milliseconds