Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DNetworkRegistrationInfo.java258 private ArrayList<Integer> mAvailableServices; field in NetworkRegistrationInfo
319 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 …]
/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/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54005 Landroid/telephony/NetworkRegistrationState;->mAvailableServices:[I