Searched defs:transfer (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferTest.java | 337 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in socketConnectThreadConstructors() local 349 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in socketConnectThreadInterrupt() local 360 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in socketConnectThreadRun_bluetoothDisabled_connectionFailed() local 377 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in oppConnectionReceiver_onReceiveWithActionAclDisconnected_sendsConnectTimeout() local 400 BluetoothOppTransfer transfer = new BluetoothOppTransfer(mContext, mBluetoothOppBatch); in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord() local
|
/packages/services/Telephony/src/com/android/phone/callcomposer/ |
D | CallComposerPictureManager.java | 142 CallComposerPictureTransfer transfer = transferFactory.create(mContext, in handleUploadToServer() local 193 CallComposerPictureTransfer transfer = transferFactory.create(mContext, in handleDownloadFromServer() local
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | AoapInterface.java | 216 private static int transfer(UsbDeviceConnection conn, @Direction int direction, int string, in transfer() method in AoapInterface
|
/packages/modules/Nfc/framework/java/android/nfc/tech/ |
D | MifareClassic.java | 526 public void transfer(int blockIndex) throws IOException { in transfer() method in MifareClassic
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 2260 void transfer(Call call, Uri number, boolean isConfirmationRequired) { in transfer() method in ConnectionServiceWrapper 2273 void transfer(Call call, Call otherCall) { in transfer() method in ConnectionServiceWrapper
|
D | Call.java | 3190 public void transfer(Uri number, boolean isConfirmationRequired) { in transfer() method in Call 3211 public void transfer(Call otherCall) { in transfer() method in Call
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 325 public void transfer(String callId, Uri number, boolean isConfirmationRequired, in transfer() method in ConnectionServiceFixture.FakeConnectionService
|