Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DMasterClear.java281 View otherUsers = mContentView.findViewById(R.id.other_users_present); in loadAccountList() local
283 otherUsers.setVisibility(hasOtherUsers ? View.VISIBLE : View.GONE); in loadAccountList()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPrivateVolumeSettings.java216 PreferenceGroup otherUsers = addCategory(screen, in update() local
221 addItem(otherUsers, /* titleRes */ 0, userInfo.name, userInfo.id); in update()