Home
last modified time | relevance | path

Searched refs:readUserDataWithAppInstall (Results 1 – 4 of 4) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/data/
DConnections.kt27 fun readUserDataWithAppInstall(): UserData? method
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/
DUserDataAccessor.kt70 return userDataReader?.readUserDataWithAppInstall() in getUserDataWithAppInstall()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/data/impl/
DUserDataConnectionProvider.kt52 override fun readUserDataWithAppInstall(): UserData? { in readUserDataWithAppInstall() method in com.android.ondevicepersonalization.services.policyengine.data.impl.UserDataConnectionProvider.UserDataReaderImpl
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/policyengine/
DUserDataReaderTest.kt131 val userData: UserData = userDataReader?.readUserDataWithAppInstall() in testUserDataReaderWithAppInstall()