Home
last modified time | relevance | path

Searched defs:newUsers (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstallRequest.java194 InstallRequest(int userId, int returnCode, AndroidPackage pkg, int[] newUsers, in InstallRequest()
799 public void setNewUsers(int[] newUsers) { in setNewUsers()
DPackageMetrics.java118 final int[] newUsers = mInstallRequest.getNewUsers(); in reportInstallationStats() local
DPackageManagerService.java8031 void notifyInstantAppPackageInstalled(String packageName, int[] newUsers) { in notifyInstantAppPackageInstalled()
8032 mInstantAppRegistry.onPackageInstalled(snapshotComputer(), packageName, newUsers); in notifyInstantAppPackageInstalled() local
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp3919 std::string newUsers = toString(newUserIds); in logUserSwitch() local