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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 168 public static final String ACTION_DECLINE = "android.btopp.intent.action.DECLINE";
BluetoothOppReceiver.java 123 } else if (action.equals(Constants.ACTION_DECLINE)) {
124 if (V) Log.v(TAG, "Receiver ACTION_DECLINE");
BluetoothOppNotification.java 516 new Intent(baseIntent).setAction(Constants.ACTION_DECLINE), 0))

Completed in 2746 milliseconds