Home
last modified time | relevance | path

Searched refs:mDestination (Results 1 – 15 of 15) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java55 private DocumentStack mDestination; field in FileOperation
66 mDestination = destination; in FileOperation()
83 return mDestination; in getDestination()
91 mDestination = destination; in setDestination()
103 builder.append(", destination=").append(mDestination.toString()); in appendInfoTo()
110 out.writeParcelable(mDestination, flag); in writeToParcel()
117 mDestination = in.readParcelable(FileOperation.class.getClassLoader()); in FileOperation()
313 private DocumentStack mDestination; field in FileOperation.Builder
331 mDestination = destination; in withDestination()
338 return new CopyOperation(mSrcs, mDestination); in build()
[all …]
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DRtNetlinkNeighborMessage.java80 neighMsg.mDestination = nlAttr.getValueAsInetAddress(); in parse()
152 msg.mDestination = ip; in newNewNeighborMessage()
164 private InetAddress mDestination; field in RtNetlinkNeighborMessage
172 mDestination = null; in RtNetlinkNeighborMessage()
183 return mDestination; in getDestination()
200 if (mDestination != null) { in getRequiredSpace()
202 StructNlAttr.NLA_HEADERLEN + mDestination.getAddress().length); in getRequiredSpace()
225 if (mDestination != null) { in pack()
226 packNlAttr(NDA_DST, mDestination.getAddress(), byteBuffer); in pack()
235 final String ipLiteral = (mDestination == null) ? "" : mDestination.getHostAddress(); in toString()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java50 private int mDestination; field in TestWallpaperPersister
87 mDestination = destination; in setIndividualWallpaper()
110 mDestination = WallpaperPersister.DEST_BOTH; in setIndividualWallpaperWithPosition()
169 return mDestination; in getLastDestination()
187 if (mDestination == DEST_HOME_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
191 if (mDestination == DEST_LOCK_SCREEN || mDestination == DEST_BOTH) { in finishSettingWallpaper()
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/
DStartJobTask.java72 private final Uri mDestination; field in StartJobTask
85 mDestination = destination; in StartJobTask()
143 String address = mDestination.getHost() + mDestination.getPath(); in doInBackground()
171 + " port=" + mDestination.getPort() + " mime=" + MIME_TYPE_PDF in doInBackground()
175 result = mBackend.nativeStartJob(Backend.getIp(address), mDestination.getPort(), in doInBackground()
177 mDestination.getScheme()); in doInBackground()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadInfo.java72 info.mDestination = getInt(Downloads.Impl.COLUMN_DESTINATION); in updateFromDatabase()
161 public int mDestination; field in DownloadInfo
384 return mDestination != Downloads.Impl.DESTINATION_CACHE_PARTITION_NOROAMING; in isRoamingAllowed()
423 pw.printPair("mDestination", mDestination); in dump()
451 && (mDestination == Downloads.Impl.DESTINATION_EXTERNAL || in shouldScanFile()
452 mDestination == Downloads.Impl.DESTINATION_FILE_URI || in shouldScanFile()
453 mDestination == Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD) in shouldScanFile()
DDownloadThread.java691 if (mInfo.mDestination != Downloads.Impl.DESTINATION_FILE_URI) { in finalizeDestination()
696 mContext, mInfo.mDestination); in finalizeDestination()
698 mContext, mInfo.mDestination); in finalizeDestination()
788 mInfo.mDestination); in parseOkHeaders()
DDownloadProvider.java1562 } else if ((info.mDestination == Downloads.Impl.DESTINATION_EXTERNAL in update()
1563 || info.mDestination == Downloads.Impl.DESTINATION_FILE_URI in update()
1564 || info.mDestination == Downloads.Impl in update()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java559 private final int mDestination; field in DefaultWallpaperPersister.SetWallpaperTask
578 mDestination = destination; in SetWallpaperTask()
590 mDestination = destination; in SetWallpaperTask()
615 if (mDestination == DEST_HOME_SCREEN) { in doInBackground()
617 } else if (mDestination == DEST_LOCK_SCREEN) { in doInBackground()
654 if (mDestination == DEST_HOME_SCREEN in doInBackground()
661 setImageWallpaperMetadata(mDestination, wallpaperId); in doInBackground()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBatch.java68 public final BluetoothDevice mDestination; field in BluetoothOppBatch
108 mDestination = adapter.getRemoteDevice(info.mDestination); in BluetoothOppBatch()
DBluetoothOppTransfer.java120 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive()
123 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive()
638 mDevice = mBatch.mDestination; in startConnectSession()
639 if (!mBatch.mDestination.sdpSearch(BluetoothUuid.OBEX_OBJECT_PUSH)) { in startConnectSession()
646 mConnectThread = new SocketConnectThread(mBatch.mDestination, false, false, -1); in startConnectSession()
DBluetoothOppShareInfo.java55 public String mDestination; field in BluetoothOppShareInfo
80 mDestination = destination; in BluetoothOppShareInfo()
DBluetoothOppService.java748 Log.v(TAG, "DESTINAT: " + info.mDestination); in insertShare()
859 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION); in updateShare()
DBluetoothOppObexClientSession.java401 applyRemoteDeviceQuirks(request, mInfo.mDestination, fileInfo.mFileName); in sendFile()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DRenderingRequest.java37 private Rect mDestination = null; field in RenderingRequest
183 return mDestination; in getDestination()
187 mDestination = destination; in setDestination()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
DFileOperationServiceTest.java414 private final DocumentStack mDestination; field in FileOperationServiceTest.TestFileOperation
421 mDestination = destination; in TestFileOperation()
427 service, listener, id, mOpType, mDestination, mSrcs, mJobRunnable, features); in createJob()