OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USER_CONFIRMATION_TIMEOUT_ACTION
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
69
public static final String
USER_CONFIRMATION_TIMEOUT_ACTION
= "android.btopp.intent.action.USER_CONFIRMATION_TIMEOUT";
BluetoothOppIncomingFileConfirmActivity.java
83
if (!BluetoothShare.
USER_CONFIRMATION_TIMEOUT_ACTION
.equals(intent.getAction())) {
123
BluetoothShare.
USER_CONFIRMATION_TIMEOUT_ACTION
));
BluetoothOppTransfer.java
268
Intent in = new Intent(BluetoothShare.
USER_CONFIRMATION_TIMEOUT_ACTION
);
Completed in 108 milliseconds