OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRANSFER_COMPLETED_ACTION
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java
63
public static final String
TRANSFER_COMPLETED_ACTION
= "android.btopp.intent.action.TRANSFER_COMPLETE";
Constants.java
289
Intent intent = new Intent(BluetoothShare.
TRANSFER_COMPLETED_ACTION
);
BluetoothOppReceiver.java
221
} else if (action.equals(BluetoothShare.
TRANSFER_COMPLETED_ACTION
)) {
Completed in 251 milliseconds