Searched refs:isCurrentProfile (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java327 final boolean isCurrentProfile = mSettings.isCurrentProfile(userId);
329 Slog.d(TAG, "--- userId = "+ userId + " isCurrentProfile = " + isCurrentProfile);
331 if (mSettings.isCurrentProfile(userId)) {
1132 public boolean isCurrentProfile(@UserIdInt int userId) { method in class:TextServicesManagerService.TextServicesSettings
H A DLocationManagerService.java372 private boolean isCurrentProfile(int userId) { method in class:LocationManagerService
1038 if (!isCurrentProfile(UserHandle.getUserId(uid)) && !isUidALocationProvider(uid)) {
1369 if (isCurrentProfile(UserHandle.getUserId(record.mReceiver.mUid))) {
1408 if (isCurrentProfile(UserHandle.getUserId(record.mReceiver.mUid))) {
1432 if (isCurrentProfile(UserHandle.getUserId(record.mReceiver.mUid))) {
2270 if (!isCurrentProfile(receiverUserId) && !isUidALocationProvider(receiver.mUid)) {
H A DInputMethodManagerService.java1127 if (uid == Process.SYSTEM_UID || mSettings.isCurrentProfile(userId)) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java875 return supportsProfiles() && mUserProfiles.isCurrentProfile(nid);
934 public boolean isCurrentProfile(int userId) { method in class:ManagedServices.UserProfiles
H A DNotificationManagerService.java1606 !mUserProfiles.isCurrentProfile(userId)) {
1669 !mUserProfiles.isCurrentProfile(userId)) {
2807 mUserProfiles.isCurrentProfile(record.getUserId()))
3423 || mUserProfiles.isCurrentProfile(r.getUserId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java577 isCurrentProfile(getSendingUserId())) {
884 return isCurrentProfile(notificationUserId);
899 protected boolean isCurrentProfile(int userId) { method in class:BaseStatusBar
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java989 if (!isCurrentProfile(userId) && !hasInteractUsersFull) {
1073 private boolean isCurrentProfile(int userId) { method in class:WifiServiceImpl
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1032 public boolean isCurrentProfile(int userId) { method in class:InputMethodUtils.InputMethodSettings
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3357 if (isCurrentProfile(getSendingUserId())) {

Completed in 235 milliseconds