HomeSort by relevance Sort by last modified time
    Searched refs:TRANSFER_COMPLETED_ACTION (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 63 public static final String TRANSFER_COMPLETED_ACTION = "android.btopp.intent.action.TRANSFER_COMPLETE";
Constants.java 278 Intent intent = new Intent(BluetoothShare.TRANSFER_COMPLETED_ACTION);
BluetoothOppReceiver.java 221 } else if (action.equals(BluetoothShare.TRANSFER_COMPLETED_ACTION)) {

Completed in 126 milliseconds