Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/
DUserDataAccessor.kt51 val userDataReader: UserDataReader? = in getUserData() constant
56 return userDataReader?.readUserData() in getUserData()
65 val userDataReader: UserDataReader? = in getUserDataWithAppInstall() constant
70 return userDataReader?.readUserDataWithAppInstall() in getUserDataWithAppInstall()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/policyengine/
DUserDataReaderTest.kt117 val userDataReader: UserDataReader? = chronicleManager.chronicle.getConnectionOrThrow( in testUserDataReader() constant
120 val userData: UserData = userDataReader?.readUserData() in testUserDataReader()
128 val userDataReader: UserDataReader? = chronicleManager.chronicle.getConnectionOrThrow( in testUserDataReaderWithAppInstall() constant
131 val userData: UserData = userDataReader?.readUserDataWithAppInstall() in testUserDataReaderWithAppInstall()