OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usertocheck
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java
218
* Checks if the caller is in the same group as the
userToCheck
.
220
private void ensureInUserProfiles(UserHandle
userToCheck
, String message) {
221
ensureInUserProfiles(
userToCheck
.getIdentifier(), message);
[
all
...]
Completed in 55 milliseconds