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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactsUtils.java 101 public static final long USER_TYPE_CURRENT = 0;
107 * {@link #USER_TYPE_CURRENT}. Please note that current user can be in work profile, where the
111 @IntDef({USER_TYPE_CURRENT, USER_TYPE_WORK})
269 : USER_TYPE_CURRENT;
276 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 1144 milliseconds