Home
last modified time | relevance | path

Searched refs:localRowProfileId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DUtils.java324 final long localRowProfileId; in getLocalProfileGivenName() local
337 localRowProfileId = localRawProfile.getLong(0); in getLocalProfileGivenName()
347 Data.RAW_CONTACT_ID + "=" + localRowProfileId, in getLocalProfileGivenName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DUtils.java329 final long localRowProfileId; in getLocalProfileGivenName() local
342 localRowProfileId = localRawProfile.getLong(0); in getLocalProfileGivenName()
352 Data.RAW_CONTACT_ID + "=" + localRowProfileId, in getLocalProfileGivenName()