HomeSort by relevance Sort by last modified time
    Searched refs:isCurrentProfile (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 290 final boolean isCurrentProfile = mSettings.isCurrentProfile(userId);
292 Slog.d(TAG, "--- userId = "+ userId + " isCurrentProfile = " + isCurrentProfile);
294 if (mSettings.isCurrentProfile(userId)) {
    [all...]
LocationManagerService.java 346 private boolean isCurrentProfile(int userId) {
    [all...]
InputMethodManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 665 return supportsProfiles() && mUserProfiles.isCurrentProfile(nid);
719 public boolean isCurrentProfile(int userId) {
NotificationManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 436 isCurrentProfile(getSendingUserId())) {
729 return isCurrentProfile(notificationUserId);
744 protected boolean isCurrentProfile(int userId) {
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java     [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 323 milliseconds