HomeSort by relevance Sort by last modified time
    Searched refs:RestoreSession (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 36 public class RestoreSession {
37 static final String TAG = "RestoreSession";
253 * End this restore session. After this method is called, the RestoreSession
273 RestoreSession(Context context, IRestoreSession binder) {
BackupManager.java 324 * {@link android.app.backup.RestoreSession} class for documentation on that process.
329 public RestoreSession beginRestoreSession() {
330 RestoreSession session = null;
337 session = new RestoreSession(mContext, binder);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-stubs.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 92 milliseconds