Searched defs:appInstalledHistory (Results 1 – 3 of 3) sorted by relevance
117 @NonNull List<AppInstallStatus> appInstalledHistory, in UserData()423 List<AppInstallStatus> appInstalledHistory = new java.util.ArrayList<>(); in UserData() local579 @NonNull List<AppInstallStatus> appInstalledHistory, in Builder()
43 val appInstalledHistory: List<AppInstallStatus>, constant in com.android.ondevicepersonalization.services.policyengine.data.UserData
259 val appInstalledHistory: List<AppInstallStatus> = listOf(); in testUserData() constant