OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_CONFIRM_TIMEOUT_ACTION
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
103
if (!BluetoothPbapService.
USER_CONFIRM_TIMEOUT_ACTION
.equals(intent.getAction())) {
124
BluetoothPbapService.
USER_CONFIRM_TIMEOUT_ACTION
));
BluetoothPbapService.java
107
public static final String
USER_CONFIRM_TIMEOUT_ACTION
=
701
Intent i = new Intent(
USER_CONFIRM_TIMEOUT_ACTION
);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
76
public static final String
USER_CONFIRM_TIMEOUT_ACTION
=
579
filter.addAction(
USER_CONFIRM_TIMEOUT_ACTION
);
631
Intent timeoutIntent = new Intent(
USER_CONFIRM_TIMEOUT_ACTION
);
639
Intent timeoutIntent = new Intent(
USER_CONFIRM_TIMEOUT_ACTION
);
660
new Intent(
USER_CONFIRM_TIMEOUT_ACTION
);
740
} else if (action.equals(
USER_CONFIRM_TIMEOUT_ACTION
)){
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
75
public static final String
USER_CONFIRM_TIMEOUT_ACTION
=
611
filter.addAction(
USER_CONFIRM_TIMEOUT_ACTION
);
[
all
...]
Completed in 599 milliseconds