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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 171 public static final String ACTION_INCOMING_FILE_CONFIRM = "android.btopp.intent.action.CONFIRM";
BluetoothOppReceiver.java 113 } else if (action.equals(Constants.ACTION_INCOMING_FILE_CONFIRM)) {
114 if (V) Log.v(TAG, "Receiver ACTION_INCOMING_FILE_CONFIRM");
BluetoothOppNotification.java 513 Intent intent = new Intent(Constants.ACTION_INCOMING_FILE_CONFIRM);

Completed in 179 milliseconds