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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 163 public static final String ACTION_ACCEPT = "android.btopp.intent.action.ACCEPT";
BluetoothOppReceiver.java 132 } else if (action.equals(Constants.ACTION_ACCEPT)) {
133 if (V) Log.v(TAG, "Receiver ACTION_ACCEPT");
BluetoothOppNotification.java 520 new Intent(baseIntent).setAction(Constants.ACTION_ACCEPT), 0))

Completed in 256 milliseconds