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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageAsyncLoader.java 79 public int compare(UserInfo userInfo, UserInfo otherUser) {
80 return Integer.compare(userInfo.id, otherUser.id);
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 167 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST);
168 assertTrue(otherUser != null);
171 otherUser.id, UserHandle.getCallingUserId());
177 Settings.Secure.putStringForUser(r, testKey, testValue2, otherUser.id);
180 assertEquals(testValue2, Settings.Secure.getStringForUser(r, testKey, otherUser.id));
183 otherUser.id, UserHandle.getCallingUserId());
186 um.removeUser(otherUser.id);
  /packages/apps/Settings/src/com/android/settings/
Utils.java     [all...]
  /system/security/keystore/
keystore.cpp 764 UserState* otherUser = getUserStateByUid(thisUid);
765 if (otherUser->getUserId() != 0) {
770 DIR* otherdir = opendir(otherUser->getUserDirName());

Completed in 267 milliseconds