OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isProfileOf
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/
Utils.java
674
if (
isProfileOf
(um, launchedFromUser)) {
682
if (launchedFromSettingsApp &&
isProfileOf
(um, extrasUser)) {
690
if (launchedFromSettingsApp &&
isProfileOf
(um, argumentsUser)) {
743
private static boolean
isProfileOf
(UserManager um, UserHandle otherUser) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java
206
if (
isProfileOf
(mCurrentUser, userInfo)) {
220
if (!
isProfileOf
(mCurrentUser, userInfo)) {
548
private boolean
isProfileOf
(UserInfo user, UserInfo profile) {
/frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java
613
if (!
isProfileOf
(user, profile)) {
690
private static boolean
isProfileOf
(UserInfo user, UserInfo profile) {
[
all
...]
Completed in 213 milliseconds