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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 145 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
147 transInfo = BluetoothOppUtility.queryRecord(context, uri);
148 if (transInfo == null) {
153 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
154 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
156 BluetoothOppUtility.openReceivedFile(context, transInfo.mFileName,
157 transInfo.mFileType, transInfo.mTimeStamp, uri);
219 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
220 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData())
    [all...]
BluetoothOppTransferHistory.java 259 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
260 transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
261 if (transInfo == null) {
265 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
266 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
269 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
270 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 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 581 milliseconds