OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTH_CANCELLED_ACTION
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
99
public static final String
AUTH_CANCELLED_ACTION
= "com.android.bluetooth.pbap.authcancelled";
294
} else if (action.equals(
AUTH_CANCELLED_ACTION
)) {
745
deleteIntent.setAction(
AUTH_CANCELLED_ACTION
);
BluetoothPbapActivity.java
188
sendIntentToReceiver(BluetoothPbapService.
AUTH_CANCELLED_ACTION
, null, null);
Completed in 172 milliseconds