HomeSort by relevance Sort by last modified time
    Searched full:otherusers (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCVSXFMAMutate.cpp 154 bool OtherUsers = false, KillsAddendSrc = false;
158 OtherUsers = true;
168 if (OtherUsers || KillsAddendSrc)
  /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 83 milliseconds