OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_COMPLETE_HIDE
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java
174
public static final String
ACTION_COMPLETE_HIDE
= "android.btopp.intent.action.HIDE_COMPLETE";
BluetoothOppNotification.java
426
intent = new Intent(Constants.
ACTION_COMPLETE_HIDE
);
478
intent = new Intent(Constants.
ACTION_COMPLETE_HIDE
);
BluetoothOppReceiver.java
217
} else if (action.equals(Constants.
ACTION_COMPLETE_HIDE
)) {
218
if (V) Log.v(TAG, "Receiver
ACTION_COMPLETE_HIDE
");
Completed in 39 milliseconds