Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java83 final boolean mHideManagedProfiles; field in RunningState
748 mHideManagedProfiles = mMyUserId != UserHandle.USER_OWNER; in RunningState()
842 if (mHideManagedProfiles && info.isManagedProfile()) { in addOtherUserItem()