Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java446 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification()
512 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification()
DConstants.java157 static final String ACTION_COMPLETE_HIDE = "android.btopp.intent.action.HIDE_COMPLETE"; field in Constants
DBluetoothOppReceiver.java204 } else if (action.equals(Constants.ACTION_COMPLETE_HIDE)) { in onReceive()