Home
last modified time | relevance | path

Searched refs:mTelephonyManagerShim (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DCarrierPrivilegeAuthenticatorTest.java95 @NonNull private final TelephonyManagerShimImpl mTelephonyManagerShim; field in CarrierPrivilegeAuthenticatorTest
112 super(c, deps, t, mTelephonyManagerShim, true /* requestRestrictedWifiEnabled */, in TestCarrierPrivilegeAuthenticator()
138 mTelephonyManagerShim = mock(TelephonyManagerShimImpl.class); in CarrierPrivilegeAuthenticatorTest()
148 doReturn(mTestPkg).when(mTelephonyManagerShim) in CarrierPrivilegeAuthenticatorTest()
175 verify(mTelephonyManagerShim, atLeastOnce()).addCarrierPrivilegesListener( in getCarrierPrivilegesListeners()
181 clearInvocations(mTelephonyManagerShim); in getCarrierPrivilegesListeners()
228 verify(mTelephonyManagerShim).removeCarrierPrivilegesListener(eq(listener)); in testMultiSimConfigChanged()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DCarrierPrivilegeAuthenticator.java73 private final TelephonyManagerShim mTelephonyManagerShim; field in CarrierPrivilegeAuthenticator
98 mTelephonyManagerShim = telephonyManagerShim; in CarrierPrivilegeAuthenticator()
282 return mTelephonyManagerShim.getCarrierServicePackageNameForLogicalSlot( in getCarrierServicePackageNameForLogicalSlot()
451 mTelephonyManagerShim.addCarrierPrivilegesListener(listener.mLogicalSlot, executor, in addCarrierPrivilegesListener()
461 mTelephonyManagerShim.removeCarrierPrivilegesListener(listener); in removeCarrierPrivilegesListener()