Searched refs:mTransportBinder (Results 1 – 2 of 2) sorted by relevance
52 private final IBackupTransport mTransportBinder; field in BackupTransportClient57 mTransportBinder = transportBinder; in BackupTransportClient()67 mTransportBinder.name(resultFuture); in name()76 mTransportBinder.configurationIntent(resultFuture); in configurationIntent()85 mTransportBinder.currentDestinationString(resultFuture); in currentDestinationString()94 mTransportBinder.dataManagementIntent(resultFuture); in dataManagementIntent()104 mTransportBinder.dataManagementIntentLabel(resultFuture); in dataManagementIntentLabel()113 mTransportBinder.transportDirName(resultFuture); in transportDirName()123 mTransportBinder.initializeDevice(callback); in initializeDevice()136 mTransportBinder.clearBackupData(packageInfo, callback); in clearBackupData()[all …]
87 @Mock private IBackupTransport.Stub mTransportBinder; field in TransportConnectionTest122 mTransportClient = new BackupTransportClient(mTransportBinder); in setUp()159 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_callsListenerWhenConnected()174 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_whenPendingConnection_callsAllListenersWhenConnected()188 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_whenAlreadyConnected_callsListener()233 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceDisconnectedBeforeNewConnection_callsListener()246 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceDisconnectedAfterNewConnection_callsListener()248 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceDisconnectedAfterNewConnection_callsListener()299 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnectAsync_afterOnServiceConnected_logsBoundAndConnectedTransitionEvents()321 connection.onServiceConnected(mTransportComponent, mTransportBinder); in testConnect_whenConnected_returnsTransport()[all …]