Searched refs:mAvailableServices (Results 1 – 3 of 3) sorted by relevance
258 private ArrayList<Integer> mAvailableServices; field in NetworkRegistrationInfo319 mAvailableServices = (availableServices != null) in NetworkRegistrationInfo()380 mAvailableServices = new ArrayList<>(); in NetworkRegistrationInfo()381 … source.readList(mAvailableServices, Integer.class.getClassLoader(), java.lang.Integer.class); in NetworkRegistrationInfo()410 mAvailableServices = new ArrayList<>(nri.mAvailableServices); in NetworkRegistrationInfo()618 return Collections.unmodifiableList(mAvailableServices); in getAvailableServices()628 mAvailableServices = new ArrayList<>(availableServices); in setAvailableServices()836 .append(" availableServices=").append("[" + (mAvailableServices != null in toString()837 ? mAvailableServices.stream().map(type -> serviceTypeToString(type)) in toString()855 mAvailableServices, mCellIdentity, mVoiceSpecificInfo, mDataSpecificInfo, mNrState, in hashCode()[all …]
77 private List<ResolveInfo> mAvailableServices; field in NetworkScorerAppManagerTest82 mAvailableServices = new ArrayList<>(); in setUp()86 eq(PackageManager.GET_META_DATA))).thenReturn(mAvailableServices); in setUp()667 mAvailableServices.add(serviceInfo); in mockRecommendationServiceAvailable()
54005 Landroid/telephony/NetworkRegistrationState;->mAvailableServices:[I