Home
last modified time | relevance | path

Searched refs:mActiveRestoreSession (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java311 ActiveRestoreSession mActiveRestoreSession; field in BackupManagerService
892 if (mActiveRestoreSession != null) { in handleMessage()
898 mActiveRestoreSession.markTimedOut(); in handleMessage()
899 post(mActiveRestoreSession.new EndRestoreRunnable( in handleMessage()
900 BackupManagerService.this, mActiveRestoreSession)); in handleMessage()
9222 if (mActiveRestoreSession != null) { in beginRestoreSession()
9226 mActiveRestoreSession = new ActiveRestoreSession(packageName, transport); in beginRestoreSession()
9229 return mActiveRestoreSession; in beginRestoreSession()
9234 if (currentSession != mActiveRestoreSession) { in clearRestoreSession()
9238 mActiveRestoreSession = null; in clearRestoreSession()