Searched refs:otherUsers (Results 1 – 2 of 2) sorted by relevance
281 View otherUsers = mContentView.findViewById(R.id.other_users_present); in loadAccountList() local283 otherUsers.setVisibility(hasOtherUsers ? View.VISIBLE : View.GONE); in loadAccountList()
216 PreferenceGroup otherUsers = addCategory(screen, in update() local221 addItem(otherUsers, /* titleRes */ 0, userInfo.name, userInfo.id); in update()