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
170 * <p>If the transport returns anything other than TRANSPORT_OK from this method,
175 * to store the data remotely -- the transport should return TRANSPORT_OK here
178 * @return One of {@link BackupTransport#TRANSPORT_OK} (OK so far) or
231 * {@link #TRANSPORT_OK}, {@link #finishBackup} will then be called to ensure the data
240 * @return one of {@link BackupTransport#TRANSPORT_OK} (OK so far),
293 * @return One of {@link BackupTransport#TRANSPORT_OK} (OK so far, call
384 * <p>After the transport returns {@link BackupTransport#TRANSPORT_OK} from this
395 * <p class="note">If the transport returns TRANSPORT_OK from this method, then the
407 * to be backed up; TRANSPORT_OK t
[all...]

Completed in 55 milliseconds