/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | CompositeKey.java | 27 private final String mDeviceId; field in CompositeKey 31 mDeviceId = deviceId; in CompositeKey() 46 return Objects.equals(mDeviceId, that.mDeviceId) in equals() 57 return mDeviceId.equals(deviceId); in matches() 62 return Objects.hash(mDeviceId, mSubKey); in hashCode() 68 getClass().getSimpleName(), mDeviceId, mSubKey); in toString() 73 return mDeviceId; in getDeviceId()
|
D | Message.java | 42 private final String mDeviceId; field in Message 160 this.mDeviceId = deviceId; in Message() 184 return mDeviceId; in getDeviceId()
|
D | ConversationNotificationInfo.java | 48 private final String mDeviceId; field in ConversationNotificationInfo 135 this.mDeviceId = deviceId; in ConversationNotificationInfo() 158 return mDeviceId; in getDeviceId()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpRoot.java | 24 final int mDeviceId; field in MtpRoot 38 mDeviceId = deviceId; in MtpRoot() 47 mDeviceId = deviceId; in MtpRoot() 60 return mDeviceId == other.mDeviceId && in equals() 70 return mDeviceId ^ mStorageId ^ mDescription.hashCode() ^ in hashCode()
|
D | Identifier.java | 26 final int mDeviceId; field in Identifier 34 mDeviceId = deviceId; in Identifier() 46 return mDeviceId == other.mDeviceId && mStorageId == other.mStorageId && in equals() 52 return Objects.hash(mDeviceId, mStorageId, mObjectHandle, mDocumentId); in hashCode() 61 builder.append(mDeviceId); in toString()
|
D | MtpDocumentsProvider.java | 253 openDevice(parentIdentifier.mDeviceId); in queryChildDocuments() 289 openDevice(identifier.mDeviceId); in openDocument() 290 final MtpDeviceRecord device = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord; in openDocument() 343 openDevice(identifier.mDeviceId); in openDocumentThumbnail() 358 openDevice(identifier.mDeviceId); in deleteDocument() 360 mMtpManager.deleteDocument(identifier.mDeviceId, identifier.mObjectHandle); in deleteDocument() 397 openDevice(parentId.mDeviceId); in createDocument() 398 record = getDeviceToolkit(parentId.mDeviceId).mDeviceRecord; in createDocument() 464 parentId.mDeviceId, infoUniqueName, pipe[1]); in createDocument() 482 parentId.mDeviceId, parentDocumentId, record.operationsSupported, in createDocument() [all …]
|
D | MtpFileWriter.java | 74 manager.getObjectInfo(identifier.mDeviceId, identifier.mObjectHandle); in flush() 77 manager.deleteDocument(identifier.mDeviceId, identifier.mObjectHandle); in flush() 87 identifier.mDeviceId, targetObjectInfo, mCacheFd); in flush() 90 identifier.mDeviceId, newObjectHandle); in flush() 95 identifier.mDeviceId, in flush()
|
D | DocumentLoader.java | 72 assert parent.mDeviceId == mDevice.deviceId; in queryChildDocuments() 280 mIdentifier.mDeviceId, mIdentifier.mStorageId, parentHandle); in loadObjectHandles() 334 mIdentifier.mDeviceId, mObjectHandles[mPosition])); in loadObjectInfoList() 363 mIdentifier.mDeviceId, in loadObjectInfoList() 378 mIdentifier.mDeviceId, in loadObjectInfoList()
|
D | PipeManager.java | 82 mIdentifier.mDeviceId, mIdentifier.mObjectHandle, mDescriptors[1]); in run() 106 mIdentifier.mDeviceId, mIdentifier.mObjectHandle)); in run()
|
D | MtpDatabase.java | 798 values.put(COLUMN_DEVICE_ID, root.mDeviceId); in getStorageDocumentValues()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunDevice.java | 32 private int mDeviceId; field in HdHomeRunDevice 44 mDeviceId = parcel.readInt(); in HdHomeRunDevice() 62 mDeviceId = deviceId; in HdHomeRunDevice() 91 return mDeviceId; in getDeviceId() 123 return String.format("[%x-%d:%s]", mDeviceId, mTunerIndex, ipAddress); in toString() 135 out.writeInt(mDeviceId); in writeToParcel()
|
D | HdHomeRunDiscover.java | 94 && deviceId != result.mDeviceId) { in findDevices() 276 int mDeviceId; field in HdHomeRunDiscover.HdHomeRunDiscoverDevice 288 && mDeviceId == o.mDeviceId; in equals() 297 result = 31 * result + mDeviceId; in hashCode() 399 result.mDeviceId = ByteBuffer.wrap(tagAndValue.second).getInt(); in receive() 400 if (DEBUG) Log.d(TAG, "Get Device ID: " + result.mDeviceId); in receive() 419 switch (result.mDeviceId >> 20) { in receive()
|
D | HdHomeRunInterface.java | 68 fetchDeviceModel(discoveredDevice.mDeviceId, discoveredDevice.mIpAddress); in scanDevices() 70 Log.e(TAG, "Fetching device model failed: " + discoveredDevice.mDeviceId); in scanDevices() 86 discoveredDevice.mDeviceId, in scanDevices()
|
D | HdHomeRunControlSocket.java | 130 mActualDeviceId = result.get(0).mDeviceId; in connectAndUpdateDeviceInfo()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowInputDevice.java | 36 private int mDeviceId; field in ShadowInputDevice 60 return mDeviceId; in getId() 71 mDeviceId = id; in setId()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/dvb/ |
D | DvbDeviceAccessor.java | 156 private final int mDeviceId; field in DvbDeviceAccessor.DvbDeviceInfoWrapper 176 mDeviceId = initDeviceId(); in DvbDeviceInfoWrapper() 200 return mDeviceId; in getDeviceId()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
D | HardwareKeyboardEventDecoder.java | 32 final int mDeviceId; field in HardwareKeyboardEventDecoder 35 mDeviceId = deviceId; in HardwareKeyboardEventDecoder()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | RadioInfo.java | 224 private TextView mDeviceId; //DeviceId is the IMEI in GSM and the MEID in CDMA field in RadioInfo 475 mDeviceId = (TextView) findViewById(R.id.imei); in onCreate() 1161 mDeviceId.setText(s); in updateProperties()
|