Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java309 ApplicationInfo targetUserAppInfo = getAppInfoForUser(packageName, in addSystemApps() local
311 if (targetUserAppInfo == null in addSystemApps()
312 || (targetUserAppInfo.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in addSystemApps()