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

  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 282 final boolean isCurrentProfile = mSettings.isCurrentProfile(userId);
284 Slog.d(TAG, "--- userId = "+ userId + " isCurrentProfile = " + isCurrentProfile);
286 if (mSettings.isCurrentProfile(userId)) {
    [all...]
LocationManagerService.java 321 private boolean isCurrentProfile(int userId) {
    [all...]
InputMethodManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 584 return supportsProfiles() && mUserProfiles.isCurrentProfile(nid);
638 public boolean isCurrentProfile(int userId) {
NotificationManagerService.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 518 if (!isCurrentProfile(userId) && !hasInteractUsersFull) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 404 locationInfo.volumeInfo.profile.isCurrentProfile;
468 volumeInfo.profile.isCurrentProfile &&
  /external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js 21 * @param {!{displayName:string, isCurrentProfile:boolean}} profile Profile
137 * @return {!{displayName:string, isCurrentProfile:boolean}} Profile data.
714 if (volumeInfo.profile.isCurrentProfile &&
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 45 isCurrentProfile: true,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 687 return isCurrentProfile(notificationUserId);
690 protected boolean isCurrentProfile(int userId) {
    [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 295 milliseconds