HomeSort by relevance Sort by last modified time
    Searched refs:otherUsers (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 259 View otherUsers = mContentView.findViewById(R.id.other_users_present);
261 otherUsers.setVisibility(hasOtherUsers ? View.VISIBLE : View.GONE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 151 final List<UserInfo> otherUsers = getUsersExcluding(currentUser);
152 final boolean showUsers = mVolume == null && otherUsers.size() > 0;
189 for (UserInfo info : otherUsers) {

Completed in 254 milliseconds