HomeSort by relevance Sort by last modified time
    Searched refs:mAvailableServices (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/
NetworkRegistrationState.java 101 private final int[] mAvailableServices;
129 mAvailableServices = availableServices;
169 mAvailableServices = source.createIntArray();
202 public int[] getAvailableServices() { return mAvailableServices; }
268 .append(" supportedServices=").append(mAvailableServices)
278 mReasonForDenial, mEmergencyOnly, mAvailableServices, mCellIdentity,
297 && (mAvailableServices == other.mAvailableServices
298 || Arrays.equals(mAvailableServices, other.mAvailableServices))
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkScorerAppManagerTest.java 78 private List<ResolveInfo> mAvailableServices;
83 mAvailableServices = new ArrayList<>();
87 eq(PackageManager.GET_META_DATA))).thenReturn(mAvailableServices);
668 mAvailableServices.add(serviceInfo);

Completed in 97 milliseconds