Searched refs:ACTION_COMPLETE_HIDE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java165 public static final String ACTION_COMPLETE_HIDE = "android.btopp.intent.action.HIDE_COMPLETE"; field in class:Constants
H A DBluetoothOppNotification.java412 intent = new Intent(Constants.ACTION_COMPLETE_HIDE);
461 intent = new Intent(Constants.ACTION_COMPLETE_HIDE);
H A DBluetoothOppReceiver.java215 } else if (action.equals(Constants.ACTION_COMPLETE_HIDE)) {
216 if (V) Log.v(TAG, "Receiver ACTION_COMPLETE_HIDE");

Completed in 104 milliseconds