HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothOppTransferInfo (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferInfo.java 39 public class BluetoothOppTransferInfo {
BluetoothOppUtility.java 69 public static BluetoothOppTransferInfo queryRecord(Context context, Uri uri) {
70 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo();
84 public static void fillRecord(Context context, Cursor cursor, BluetoothOppTransferInfo info) {
320 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) {
BluetoothOppReceiver.java 150 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
227 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
BluetoothOppIncomingFileConfirmActivity.java 72 private BluetoothOppTransferInfo mTransInfo;
98 mTransInfo = new BluetoothOppTransferInfo();
BluetoothOppTransferHistory.java 286 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
BluetoothOppNotification.java 500 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo();
BluetoothOppTransferActivity.java 77 private BluetoothOppTransferInfo mTransInfo;
138 mTransInfo = new BluetoothOppTransferInfo();

Completed in 127 milliseconds