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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 150 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
152 transInfo = BluetoothOppUtility.queryRecord(context, uri);
153 if (transInfo == null) {
158 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
159 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
161 BluetoothOppUtility.openReceivedFile(context, transInfo.mFileName,
162 transInfo.mFileType, transInfo.mTimeStamp, uri);
227 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
228 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);
  /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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
WifiNanStateManager.java 599 TransactionInfoBase transInfo = mPendingResponses.get(transactionId);
600 if (transInfo != null) {
604 return transInfo;
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /development/tools/checkstyle/
checkstyle.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 
  /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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 303 milliseconds