Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java310 String mCurrentTransport; field in BackupManagerService
676 IBackupTransport transport = getTransport(mCurrentTransport); in handleMessage()
1087 mCurrentTransport = Settings.Secure.getString(context.getContentResolver(), in BackupManagerService()
1089 if ("".equals(mCurrentTransport)) { in BackupManagerService()
1090 mCurrentTransport = null; in BackupManagerService()
1092 if (DEBUG) Slog.v(TAG, "Starting with transport " + mCurrentTransport); in BackupManagerService()
4062 IBackupTransport transport = getTransport(mCurrentTransport); in run()
4497 if (!fullBackupAllowable(getTransport(mCurrentTransport))) { in beginFullBackup()
8683 if (!fullBackupAllowable(getTransport(mCurrentTransport))) { in fullTransportBackup()
8948 if (MORE_DEBUG) Slog.v(TAG, "... getCurrentTransport() returning " + mCurrentTransport); in getCurrentTransport()
[all …]