Searched refs:mMi (Results 1 – 2 of 2) sorted by relevance
56 PhoneConfigurationManager.MockableInterface mMi; field in PhoneConfigurationManagerTest75 doReturn(rebootRequired).when(mMi).isRebootRequiredForModemConfigChange(); in setRebootRequiredForConfigSwitch()82 replaceInstance(PhoneConfigurationManager.class, "mMi", mPcm, mMi); in init()168 verify(mMi).setMultiSimProperties(2); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()169 verify(mMi).notifyPhoneFactoryOnMultiSimConfigChanged(any(), eq(2)); in testSwitchMultiSimConfig_dsdsCapable_noRebootRequired()
67 private MockableInterface mMi = new MockableInterface(); field in PhoneConfigurationManager345 return mMi.isRebootRequiredForModemConfigChange(); in isRebootRequiredForModemConfigChange()357 mMi.notifyPhoneFactoryOnMultiSimConfigChanged(mContext, numOfActiveModems); in onMultiSimConfigChanged()374 mMi.setMultiSimProperties(numOfActiveModems); in setMultiSimProperties()