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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 165 public static final String ACTION_COMPLETE_HIDE = "android.btopp.intent.action.HIDE_COMPLETE";
BluetoothOppNotification.java 424 intent = new Intent(Constants.ACTION_COMPLETE_HIDE);
476 intent = new Intent(Constants.ACTION_COMPLETE_HIDE);
BluetoothOppReceiver.java 215 } else if (action.equals(Constants.ACTION_COMPLETE_HIDE)) {
216 if (V) Log.v(TAG, "Receiver ACTION_COMPLETE_HIDE");

Completed in 43 milliseconds