Searched refs:TRANSFER_COMPLETED_ACTION (Results 1 – 3 of 3) sorted by relevance
63 …public static final String TRANSFER_COMPLETED_ACTION = "android.btopp.intent.action.TRANSFER_COMPL… field in BluetoothShare
300 Intent intent = new Intent(BluetoothShare.TRANSFER_COMPLETED_ACTION); in sendIntentIfCompleted()
189 } else if (action.equals(BluetoothShare.TRANSFER_COMPLETED_ACTION)) { in onReceive()