HomeSort by relevance Sort by last modified time
    Searched defs:transInfo (Results 1 - 7 of 7) 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 278 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
279 if (transInfo == null) {
283 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
284 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
287 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
288 transInfo.mTimeStamp, contentUri);
  /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 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 94 milliseconds