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
205 * <p>If the transport returns anything other than TRANSPORT_OK from this method,
210 * to store the data remotely -- the transport should return TRANSPORT_OK here
213 * @return One of {@link BackupTransport#TRANSPORT_OK} (OK so far) or
266 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
288 * @return one of {@link BackupTransport#TRANSPORT_OK} (OK so far),
343 * @return One of {@link BackupTransport#TRANSPORT_OK} (OK so far, call
434 * <p>After the transport returns {@link BackupTransport#TRANSPORT_OK} from this
445 * <p class="note">If the transport returns TRANSPORT_OK from this method, then the
457 * to be backed up; TRANSPORT_OK t
[all...]

Completed in 66 milliseconds