Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java63 …public static final String TRANSFER_COMPLETED_ACTION = "android.btopp.intent.action.TRANSFER_COMPL… field in BluetoothShare
DConstants.java300 Intent intent = new Intent(BluetoothShare.TRANSFER_COMPLETED_ACTION); in sendIntentIfCompleted()
DBluetoothOppReceiver.java189 } else if (action.equals(BluetoothShare.TRANSFER_COMPLETED_ACTION)) { in onReceive()