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

  /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);
  /system/security/keystore/
keystore.cpp 764 UserState* otherUser = getUserStateByUid(thisUid);
765 if (otherUser->getUserId() != 0) {
770 DIR* otherdir = opendir(otherUser->getUserDirName());

Completed in 80 milliseconds