Searched defs:mDestination (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBatch.java71 public final BluetoothDevice mDestination; field in class:BluetoothOppBatch
111 mDestination = adapter.getRemoteDevice(info.mDestination);
H A DBluetoothOppShareInfo.java55 public String mDestination; field in class:BluetoothOppShareInfo
80 mDestination = destination;
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperation.java55 private DocumentStack mDestination; field in class:FileOperation
66 mDestination = destination;
83 return mDestination;
91 mDestination = destination;
103 builder.append(", destination=").append(mDestination.toString());
110 out.writeParcelable(mDestination, flag);
117 mDestination = in.readParcelable(FileOperation.class.getClassLoader());
313 private DocumentStack mDestination; field in class:FileOperation.Builder
331 mDestination = destination;
338 return new CopyOperation(mSrcs, mDestination);
[all...]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
H A DFileOperationServiceTest.java385 private final DocumentStack mDestination; field in class:FileOperationServiceTest.TestFileOperation
392 mDestination = destination;
398 service, listener, id, mOpType, mDestination, mSrcs, mJobRunnable, features);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java37 private Rect mDestination = null; field in class:RenderingRequest
183 return mDestination;
187 mDestination = destination;
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
H A DStartJobTask.java72 private final Uri mDestination; field in class:StartJobTask
85 mDestination = destination;
143 String address = mDestination.getHost() + mDestination.getPath();
171 + " port=" + mDestination.getPort() + " mime=" + MIME_TYPE_PDF
175 result = mBackend.nativeStartJob(Backend.getIp(address), mDestination.getPort(),
177 mDestination.getScheme());
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java72 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION);
158 public int mDestination; field in class:DownloadInfo
379 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING;
418 pw.printPair("mDestination", mDestination);
446 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL ||
447 mDestination == Downloads.Impl.DESTINATION_FILE_URI ||
448 mDestination == Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD)

Completed in 307 milliseconds