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
68
public static
BluetoothOppTransferInfo
queryRecord(Context context, Uri uri) {
70
BluetoothOppTransferInfo
info = new
BluetoothOppTransferInfo
();
299
public static void retryTransfer(Context context,
BluetoothOppTransferInfo
transInfo) {
BluetoothOppIncomingFileConfirmActivity.java
72
private
BluetoothOppTransferInfo
mTransInfo;
99
mTransInfo = new
BluetoothOppTransferInfo
();
BluetoothOppTransferHistory.java
278
BluetoothOppTransferInfo
transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
BluetoothOppTransferActivity.java
77
private
BluetoothOppTransferInfo
mTransInfo;
138
mTransInfo = new
BluetoothOppTransferInfo
();
Completed in 38 milliseconds