Searched refs:mErrorPolicyManager (Results 1 – 2 of 2) sorted by relevance
135 private ErrorPolicyManager mErrorPolicyManager; field in ErrorPolicyManagerTest180 mErrorPolicyManager = spy(ErrorPolicyManager.getInstance(mMockContext, DEFAULT_SLOT_INDEX)); in setUp()181 doReturn(mTestLooper.getLooper()).when(mErrorPolicyManager).getLooper(); in setUp()182 mErrorPolicyManager.initHandler(); in setUp()188 mErrorPolicyManager.releaseInstance(); in cleanUp()245 mErrorPolicyManager in testValidCarrierConfig()253 long time = mErrorPolicyManager.reportIwlanError(apn, iwlanError); in testValidCarrierConfig()255 time = mErrorPolicyManager.reportIwlanError(apn, iwlanError); in testValidCarrierConfig()257 time = mErrorPolicyManager.reportIwlanError(apn, iwlanError); in testValidCarrierConfig()259 time = mErrorPolicyManager.reportIwlanError(apn, iwlanError); in testValidCarrierConfig()[all …]
95 @NonNull private final ErrorPolicyManager mErrorPolicyManager; field in EpdgSelector171 mErrorPolicyManager = ErrorPolicyManager.getInstance(mContext, mSlotId); in EpdgSelector()1358 if (mErrorPolicyManager.getMostRecentDataFailCause() in getValidatedServerList()1365 int index = mErrorPolicyManager.getCurrentFqdnIndex(numFqdns); in getValidatedServerList()