OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherUser
(Results
1 - 3
of
3
) 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);
/packages/apps/Settings/src/com/android/settings/
Utils.java
[
all
...]
/system/security/keystore/
keystore.cpp
[
all
...]
Completed in 157 milliseconds