OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transInfo
(Results
1 - 8
of
8
) 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);
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
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 348 milliseconds