Home
last modified time | relevance | path

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

/frameworks/base/services/backup/java/com/android/server/backup/internal/
DPerformInitializeTask.java111 String callerLogString = "PerformInitializeTask.run()"; in run() local
117 mTransportManager.getTransportClient(transportName, callerLogString); in run()
131 IBackupTransport transport = transportClient.connectOrThrow(callerLogString); in run()
174 mTransportManager.disposeOfTransportClient(transportClient, callerLogString); in run()
177 mListener.onFinished(callerLogString); in run()
DPerformClearTask.java49 String callerLogString = "PerformClearTask.run()"; in run() local
59 transport = mTransportClient.connectOrThrow(callerLogString); in run()
75 mListener.onFinished(callerLogString); in run()
DBackupHandler.java133 String callerLogString = "BH/MSG_RUN_BACKUP"; in handleMessage() local
135 transportManager.getCurrentTransportClient(callerLogString); in handleMessage()
138 ? transportClient.connect(callerLogString) in handleMessage()
143 .disposeOfTransportClient(transportClient, callerLogString); in handleMessage()
213 transportManager.disposeOfTransportClient(transportClient, callerLogString); in handleMessage()
339 String callerLogString = "BH/MSG_RUN_GET_RESTORE_SETS"; in handleMessage() local
342 params.transportClient.connectOrThrow(callerLogString); in handleMessage()
369 params.listener.onFinished(callerLogString); in handleMessage()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java634 String callerLogString = "TransportManager.registerTransport()"; in registerTransport() local
641 transportComponent, extras, callerLogString); in registerTransport()
644 transport = transportClient.connectOrThrow(callerLogString); in registerTransport()
647 mTransportClientManager.disposeOfTransportClient(transportClient, callerLogString); in registerTransport()
665 mTransportClientManager.disposeOfTransportClient(transportClient, callerLogString); in registerTransport()
DUserBackupManagerService.java3155 String callerLogString = "BMS.updateStateForTransport()"; in updateStateForTransport() local
3157 mTransportManager.getTransportClient(newTransportName, callerLogString); in updateStateForTransport()
3160 IBackupTransport transport = transportClient.connectOrThrow(callerLogString); in updateStateForTransport()
3168 mTransportManager.disposeOfTransportClient(transportClient, callerLogString); in updateStateForTransport()
3497 String callerLogString = "BMS.isAppEligibleForBackup"; in isAppEligibleForBackup() local
3499 mTransportManager.getCurrentTransportClient(callerLogString); in isAppEligibleForBackup()
3504 mTransportManager.disposeOfTransportClient(transportClient, callerLogString); in isAppEligibleForBackup()
3519 String callerLogString = "BMS.filterAppsEligibleForBackup"; in filterAppsEligibleForBackup() local
3521 mTransportManager.getCurrentTransportClient(callerLogString); in filterAppsEligibleForBackup()
3531 mTransportManager.disposeOfTransportClient(transportClient, callerLogString); in filterAppsEligibleForBackup()
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DActiveRestoreSession.java382 String callerLogString) { in sendRestoreToHandlerLocked() argument
384 mTransportManager.getTransportClient(mTransportName, callerLogString); in sendRestoreToHandlerLocked()
397 Slog.d(TAG, callerLogString); in sendRestoreToHandlerLocked()
DPerformUnifiedRestoreTask.java888 String callerLogString = "PerformUnifiedRestoreTask$StreamFeederThread.run()"; in run() local
890 IBackupTransport transport = mTransportClient.connectOrThrow(callerLogString); in run()
983 mTransportClient.connectOrThrow(callerLogString); in run()
1043 String callerLogString = "PerformUnifiedRestoreTask.finalizeRestore()"; in finalizeRestore() local
1046 mTransportClient.connectOrThrow(callerLogString); in finalizeRestore()
1113 mListener.onFinished(callerLogString); in finalizeRestore()
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportClient.java407 String callerLogString = "TransportClient.finalize()"; in finalize() local
410 callerLogString, in finalize()
414 unbind(callerLogString); in finalize()
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
DKeyValueBackupTask.java537 String callerLogString = "KVBT.finishTask()"; in finishTask() local
544 IBackupTransport transport = mTransportClient.connectOrThrow(callerLogString); in finishTask()
591 mTaskFinishedListener.onFinished(callerLogString); in finishTask()