OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherUsers
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
MasterClear.java
281
View
otherUsers
= mContentView.findViewById(R.id.other_users_present);
283
otherUsers
.setVisibility(hasOtherUsers ? View.VISIBLE : View.GONE);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java
244
PreferenceGroup
otherUsers
= addCategory(screen,
249
addItem(
otherUsers
, /* titleRes */ 0, userInfo.name, userInfo.id);
[
all
...]
Completed in 50 milliseconds