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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 143 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
145 transInfo = BluetoothOppUtility.queryRecord(context, uri);
146 if (transInfo == null) {
151 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
152 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
154 BluetoothOppUtility.openReceivedFile(context, transInfo.mFileName,
155 transInfo.mFileType, transInfo.mTimeStamp, uri);
225 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
226 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData())
    [all...]
BluetoothOppTransferHistory.java 286 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
287 if (transInfo == null) {
291 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
292 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
295 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
296 transInfo.mTimeStamp, contentUri);
BluetoothOppUtility.java 299 public static void retryTransfer(Context context, BluetoothOppTransferInfo transInfo) {
301 values.put(BluetoothShare.URI, transInfo.mFileUri);
302 values.put(BluetoothShare.MIMETYPE, transInfo.mFileType);
303 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr);
308 transInfo.mDeviceName);
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.c 876 phNfc_sTransactionInfo_t transInfo;
886 transInfo.status = NFCSTATUS_SUCCESS;
891 transInfo.status = NFCSTATUS_MORE_INFORMATION;
896 transInfo.buffer = &pResponse[index];
897 transInfo.length = (length - index);
905 transInfo.status = NFCSTATUS_RF_TIMEOUT;
906 transInfo.buffer = NULL;
907 transInfo.length = 0;
914 &transInfo );
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 276 milliseconds