Searched refs:mTelephonyMgr (Results 1 – 2 of 2) sorted by relevance
71 private TelephonyManager mTelephonyMgr; field in RenameMobileNetworkDialogFragmentTest92 stm.setTelephonyManagerForSubscriptionId(mSubscriptionId, mTelephonyMgr); in setUp()93 when(mTelephonyMgr.createForSubscriptionId(anyInt())).thenReturn(mTelephonyMgr); in setUp()95 when(mTelephonyMgr.getServiceState()).thenReturn(mServiceState); in setUp()
211 final TelephonyManager mTelephonyMgr = TelephonyManager.from(context); in updateActivationState() local215 mTelephonyMgr.setVoiceActivationState(subId, state); in updateActivationState()216 mTelephonyMgr.setDataActivationState(subId, state); in updateActivationState()