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

  /frameworks/base/core/java/android/app/backup/
BackupManager.java 303 RestoreSession session = null;
308 session = new RestoreSession(mContext, binder);
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);
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) {
  /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/lib/
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/sdk/system_current/
android.jar 

Completed in 690 milliseconds