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 104 public static final long USER_TYPE_CURRENT = 0;
110 * {@link #USER_TYPE_CURRENT}. Please note that current user can be in work profile, where the
114 @IntDef({USER_TYPE_CURRENT, USER_TYPE_WORK})
272 : USER_TYPE_CURRENT;
279 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 63 milliseconds