Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java173 private final ArrayList<Integer> mAvailableServices; field in NetworkRegistrationInfo
218 mAvailableServices = (availableServices != null) in NetworkRegistrationInfo()
272 mAvailableServices = new ArrayList<>(); in NetworkRegistrationInfo()
273 source.readList(mAvailableServices, Integer.class.getClassLoader()); in NetworkRegistrationInfo()
296 mAvailableServices = new ArrayList<>(nri.mAvailableServices); in NetworkRegistrationInfo()
389 return Collections.unmodifiableList(mAvailableServices); in getAvailableServices()
516 .append(" availableServices=").append("[" + (mAvailableServices != null in toString()
517 ? mAvailableServices.stream().map(type -> serviceTypeToString(type)) in toString()
529 mAccessNetworkTechnology, mRejectCause, mEmergencyOnly, mAvailableServices, in hashCode()
549 && 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.txt73628 Landroid/telephony/NetworkRegistrationState;->mAvailableServices:[I