HomeSort by relevance Sort by last modified time
    Searched defs:TRANSPORT_OK (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/backup/
BackupTransport.java 40 public static final int TRANSPORT_OK = 0;
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 to indicate that the OS may proceed with deliverin
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 274 milliseconds