Searched refs:transportBinder (Results 1 – 4 of 4) sorted by relevance
184 BackupTransportClient transportBinder = mock(BackupTransportClient.class); in mockTransportBinder() local186 when(transportBinder.name()).thenReturn(transport.transportName); in mockTransportBinder()187 when(transportBinder.transportDirName()).thenReturn(transport.transportDirName); in mockTransportBinder()188 when(transportBinder.configurationIntent()).thenReturn(transport.configurationIntent); in mockTransportBinder()189 when(transportBinder.currentDestinationString()) in mockTransportBinder()191 when(transportBinder.dataManagementIntent()).thenReturn(transport.dataManagementIntent); in mockTransportBinder()192 when(transportBinder.dataManagementIntentLabel()) in mockTransportBinder()197 return transportBinder; in mockTransportBinder()
157 ISipTransport transportBinder = transport.getBinder(); in createSipDelegate() local158 transportBinder.createSipDelegate(TEST_SUB_ID, new DelegateRequest(Collections.emptySet()), in createSipDelegate()168 ISipTransport transportBinder = transport.getBinder(); in destroySipDelegate() local169 transportBinder.destroySipDelegate(delegate, reason); in destroySipDelegate()
56 BackupTransportClient(IBackupTransport transportBinder) { in BackupTransportClient() argument57 mTransportBinder = transportBinder; in BackupTransportClient()
431 IBackupTransport transportBinder = IBackupTransport.Stub.asInterface(binder); in onServiceConnected() local432 BackupTransportClient transport = new BackupTransportClient(transportBinder); in onServiceConnected()