Searched refs:USER_OWNER (Results 1 – 3 of 3) sorted by relevance
50 private static final int USER_OWNER = 0; field in WifiRestrictionsCacheTest74 when(mContext.getUserId()).thenReturn(USER_OWNER); in setUp()92 when(mContext.getUserId()).thenReturn(USER_OWNER); in getInstance_sameUserId_sameInstance()102 when(mContext.getUserId()).thenReturn(USER_OWNER); in getInstance_diffUserId_diffInstance()
93 public static final @UserIdInt int USER_OWNER = 0; field in UserHandle102 public static final @NonNull UserHandle OWNER = new UserHandle(USER_OWNER);
5170 if (userId == UserHandle.USER_OWNER) {