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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 119 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
121 transInfo = BluetoothOppUtility.queryRecord(context, uri);
122 if (transInfo == null) {
127 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
128 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
130 BluetoothOppUtility.openReceivedFile(context, transInfo.mFileName,
131 transInfo.mFileType, transInfo.mTimeStamp, uri);
193 BluetoothOppTransferInfo transInfo = new BluetoothOppTransferInfo();
194 transInfo = BluetoothOppUtility.queryRecord(context, intent.getData())
    [all...]
BluetoothOppTransferHistory.java 290 BluetoothOppTransferInfo transInfo = BluetoothOppUtility.queryRecord(this, contentUri);
291 if (transInfo == null) {
295 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
296 && BluetoothShare.isStatusSuccess(transInfo.mStatus)) {
299 BluetoothOppUtility.openReceivedFile(this, transInfo.mFileName, transInfo.mFileType,
300 transInfo.mTimeStamp, contentUri);
  /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 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 637 milliseconds