Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/storage/
DConnectedDeviceStorage.java120 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/
DViewIdGenerator.java71 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/
DAsyncQueryLiveData.java104 T entity = mCursor == null ? null : convertToEntity(mCursor); in run() local
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java235 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/
DRawContact.java86 public static RawContact createFrom(Entity entity) { in createFrom()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContact.java123 public static RawContact createFrom(Entity entity) { in createFrom()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1217 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/
DContactsProvider2Test.java6312 Entity entity; in testContentEntityIterator() local