Searched defs:entity (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/ |
D | ConnectedDeviceStorage.java | 120 AssociatedDeviceKeyEntity entity = in getEncryptionKey() local 146 AssociatedDeviceKeyEntity entity = new AssociatedDeviceKeyEntity(deviceId, encryptedKey); in saveEncryptionKey() local 394 AssociatedDeviceEntity entity = new AssociatedDeviceEntity(userId, device, in addAssociatedDeviceForUser() local 406 AssociatedDeviceEntity entity = mAssociatedDeviceDatabase.getAssociatedDevice(deviceId); in updateAssociatedDeviceName() local 427 AssociatedDeviceEntity entity = mAssociatedDeviceDatabase.getAssociatedDevice(deviceId); in removeAssociatedDevice() local 455 AssociatedDeviceEntity entity = mAssociatedDeviceDatabase.getAssociatedDevice(deviceId); in updateAssociatedDeviceConnectionEnabled() local
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ViewIdGenerator.java | 71 public int getId(RawContactDelta entity, DataKind kind, ValuesDelta values, in getId() 84 private static String getMapKey(RawContactDelta entity, DataKind kind, ValuesDelta values, in getMapKey()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | AsyncQueryLiveData.java | 104 T entity = mCursor == null ? null : convertToEntity(mCursor); in run() local
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ |
D | TrustedDeviceManager.java | 235 TrustedDeviceEntity entity = new TrustedDeviceEntity(); in onEscrowTokenActivated() local 448 TrustedDeviceEntity entity = mDatabase.getTrustedDevice(device.getDeviceId()); in processUnlockMessage() local
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | RawContact.java | 86 public static RawContact createFrom(Entity entity) { in createFrom()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContact.java | 123 public static RawContact createFrom(Entity entity) { in createFrom()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1217 matcher.addURI(ContactsContract.AUTHORITY, "raw_contacts/#/entity", RAW_CONTACT_ID_ENTITY); in matcher.addURI() 1327 matcher.addURI(ContactsContract.AUTHORITY, "profile/raw_contacts/#/entity", in matcher.addURI()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 6312 Entity entity; in testContentEntityIterator() local
|