Home
last modified time | relevance | path

Searched refs:mAvailableServices (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java207 private final ArrayList<Integer> mAvailableServices; field in NetworkRegistrationInfo
259 mAvailableServices = (availableServices != null) in NetworkRegistrationInfo()
312 mAvailableServices = new ArrayList<>(); in NetworkRegistrationInfo()
313 source.readList(mAvailableServices, Integer.class.getClassLoader()); in NetworkRegistrationInfo()
339 mAvailableServices = new ArrayList<>(nri.mAvailableServices); in NetworkRegistrationInfo()
472 return Collections.unmodifiableList(mAvailableServices); in getAvailableServices()
634 .append(" availableServices=").append("[" + (mAvailableServices != null in toString()
635 ? mAvailableServices.stream().map(type -> serviceTypeToString(type)) in toString()
649 mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, mAvailableServices, in hashCode()
670 && mAvailableServices.equals(other.mAvailableServices) in equals()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkScorerAppManagerTest.java77 private List<ResolveInfo> mAvailableServices; field in NetworkScorerAppManagerTest
82 mAvailableServices = new ArrayList<>(); in setUp()
86 eq(PackageManager.GET_META_DATA))).thenReturn(mAvailableServices); in setUp()
667 mAvailableServices.add(serviceInfo); in mockRecommendationServiceAvailable()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt68671 Landroid/telephony/NetworkRegistrationState;->mAvailableServices:[I