Searched refs:connectOrThrow (Results 1 – 12 of 12) sorted by relevance
413 IBackupTransport transport = mTransportClient.connectOrThrow("KVBT.startTask()"); in startTask()544 IBackupTransport transport = mTransportClient.connectOrThrow(callerLogString); in finishTask()615 mTransportClient.connectOrThrow("KVBT.triggerTransportInitializationLocked"); in triggerTransportInitializationLocked()698 IBackupTransport transport = mTransportClient.connectOrThrow("KVBT.extractAgentData()"); in extractAgentData()857 mTransportClient.connectOrThrow("KVBT.transportPerformBackup()"); in transportPerformBackup()908 mTransportClient.connectOrThrow("KVBT.agentDoQuotaExceeded()"); in agentDoQuotaExceeded()1004 mTransportClient.connectOrThrow("KVBT.revertTask()"); in revertTask()
59 transport = mTransportClient.connectOrThrow(callerLogString); in run()
131 IBackupTransport transport = transportClient.connectOrThrow(callerLogString); in run()
342 params.transportClient.connectOrThrow(callerLogString); in handleMessage()
164 when(transportClientMock.connectOrThrow(any())).thenReturn(transportMock); in mockTransport()170 when(transportClientMock.connectOrThrow(any())) in mockTransport()
379 mTransportClient.connectOrThrow("PerformUnifiedRestoreTask.startRestore()"); in startRestore()475 mTransportClient.connectOrThrow( in dispatchNextRestore()693 mTransportClient.connectOrThrow( in initiateOneRestore()890 IBackupTransport transport = mTransportClient.connectOrThrow(callerLogString); in run()983 mTransportClient.connectOrThrow(callerLogString); in run()1046 mTransportClient.connectOrThrow(callerLogString); in finalizeRestore()
134 transportClient.connectOrThrow( in appIsRunningAndEligibleForBackupWithTransport()
644 transport = transportClient.connectOrThrow(callerLogString); in registerTransport()
3160 IBackupTransport transport = transportClient.connectOrThrow(callerLogString); in updateStateForTransport()
365 public IBackupTransport connectOrThrow(String caller) throws TransportNotAvailableException { in connectOrThrow() method
737 mTransportClient.connectOrThrow("PFTBT$SPBP.preflightFullBackup()"); in preflightFullBackup()
5069 PLcom/android/server/backup/transport/TransportClient;->connectOrThrow(Ljava/lang/String;)Lcom/andr…