Searched refs:otherUsers (Results 1 – 4 of 4) sorted by relevance
535 View otherUsers = mContentView.findViewById(R.id.other_users_present); in loadAccountList() local537 otherUsers.setVisibility(hasOtherUsers ? View.VISIBLE : View.GONE); in loadAccountList()
534 View otherUsers = mContentView.findViewById(R.id.other_users_present); in loadAccountList() local536 otherUsers.setVisibility(hasOtherUsers ? View.VISIBLE : View.GONE); in loadAccountList()
237 PreferenceGroup otherUsers = addCategory(screen, in update() local242 addItem(otherUsers, /* titleRes */ 0, userInfo.name, userInfo.id); in update()