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

  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 327 final boolean isCurrentProfile = mSettings.isCurrentProfile(userId);
329 Slog.d(TAG, "--- userId = "+ userId + " isCurrentProfile = " + isCurrentProfile);
331 if (mSettings.isCurrentProfile(userId)) {
    [all...]
LocationManagerService.java 377 private boolean isCurrentProfile(int userId) {
    [all...]
InputMethodManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java     [all...]
NotificationManagerService.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 584 isCurrentProfile(getSendingUserId())) {
    [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 1094 milliseconds