Searched refs:TRANSFER_COMPLETED_ACTION (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java63 public static final String TRANSFER_COMPLETED_ACTION = "android.btopp.intent.action.TRANSFER_COMPLETE"; field in class:BluetoothShare
H A DConstants.java282 Intent intent = new Intent(BluetoothShare.TRANSFER_COMPLETED_ACTION);
H A DBluetoothOppReceiver.java193 } else if (action.equals(BluetoothShare.TRANSFER_COMPLETED_ACTION)) {

Completed in 144 milliseconds