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 143 UserInfo otherUser = um.createUser("TestUser1", UserInfo.FLAG_GUEST);
144 assertTrue(otherUser != null);
147 otherUser.id, UserHandle.getCallingUserId());
151 Settings.Secure.LOCATION_PROVIDERS_ALLOWED, "network", otherUser.id);
156 r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, otherUser.id));
159 otherUser.id, UserHandle.getCallingUserId());
160 Settings.Secure.setLocationProviderEnabledForUser(r, "network", false, otherUser.id);
162 r, Settings.Secure.LOCATION_PROVIDERS_ALLOWED, otherUser.id));
166 um.removeUser(otherUser.id);
  /system/security/keystore/
keystore.cpp     [all...]

Completed in 127 milliseconds