HomeSort by relevance Sort by last modified time
    Searched defs:USER_TYPE_CURRENT (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/
ContactsUtils.java 28 public static final long USER_TYPE_CURRENT = 0;
65 : USER_TYPE_CURRENT;
71 return USER_TYPE_CURRENT;
78 * #USER_TYPE_CURRENT}. Please note that current user can be in work profile, where the dialer is
83 @IntDef({(int) USER_TYPE_CURRENT, (int) USER_TYPE_WORK})
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 97 public static final long USER_TYPE_CURRENT = 0;
103 * {@link #USER_TYPE_CURRENT}. Please note that current user can be in work profile, where the
108 @IntDef({(int)USER_TYPE_CURRENT, (int)USER_TYPE_WORK})
259 : USER_TYPE_CURRENT;
266 return USER_TYPE_CURRENT;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 56 public static final long USER_TYPE_CURRENT = 0;
162 userType = USER_TYPE_CURRENT;
182 info.userType = USER_TYPE_CURRENT;

Completed in 87 milliseconds