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.java315 ApplicationInfo targetUserAppInfo = getAppInfoForUser(packageName, in addSystemApps() local
317 if (targetUserAppInfo == null in addSystemApps()
318 || (targetUserAppInfo.flags&ApplicationInfo.FLAG_INSTALLED) == 0) { in addSystemApps()