OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothOppTransferInfo
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferInfo.java
39
public class
BluetoothOppTransferInfo
{
BluetoothOppReceiver.java
143
BluetoothOppTransferInfo
transInfo = new
BluetoothOppTransferInfo
();
225
BluetoothOppTransferInfo
transInfo = new
BluetoothOppTransferInfo
();
BluetoothOppUtility.java
63
public static
BluetoothOppTransferInfo
queryRecord(Context context, Uri uri) {
65
BluetoothOppTransferInfo
info = new
BluetoothOppTransferInfo
();
294
public static void retryTransfer(Context context,
BluetoothOppTransferInfo
transInfo) {
BluetoothOppIncomingFileConfirmActivity.java
72
private
BluetoothOppTransferInfo
mTransInfo;
98
mTransInfo = new
BluetoothOppTransferInfo
();
BluetoothOppTransferHistory.java
278
BluetoothOppTransferInfo
transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
BluetoothOppTransferActivity.java
77
private
BluetoothOppTransferInfo
mTransInfo;
138
mTransInfo = new
BluetoothOppTransferInfo
();
Completed in 5459 milliseconds