Searched refs:mTm (Results 1 – 3 of 3) sorted by relevance
43 private TelephonyManager mTm; field in CellInfoTest47 ServiceState ss = mTm.getServiceState(); in isCamped()55 mTm = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); in setUp()68 List<CellInfo> cellInfo = mTm.getAllCellInfo(); in testCellInfoSdk28()82 List<CellInfo> newCellInfo = mTm.getAllCellInfo(); in testCellInfoSdk28()
54 private TelephonyManager mTm; field in SignalStrengthTest59 ServiceState ss = mTm.getServiceState(); in isCamped()67 mTm = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); in setUp()80 SignalStrength ss = mTm.getSignalStrength(); in testSignalStrength()91 getSignalStrengthTypeForNetworkType(mTm.getDataNetworkType()); in testSignalStrength()95 getSignalStrengthTypeForNetworkType(mTm.getNetworkType()); in testSignalStrength()125 ServiceState ss = mTm.getServiceState(); in isUsingEnDc()
157 private TelephonyManager mTm; field in CellInfoTest210 ServiceState ss = mTm.getServiceState(); in isCamped()218 mTm = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); in setUp()220 Pair<Integer, Integer> verPair = mTm.getRadioHalVersion(); in setUp()235 mTm.requestCellInfoUpdate(mSimpleExecutor, resultsCallback); in testPhoneStateListenerCallback()239 mTm.listen(listener, PhoneStateListener.LISTEN_CELL_INFO); in testPhoneStateListenerCallback()253 mTm.requestCellInfoUpdate(mSimpleExecutor, resultsCallback); in testPhoneStateListenerCallback()258 mTm.getAllCellInfo(); in testPhoneStateListenerCallback()289 mTm.requestCellInfoUpdate(mSimpleExecutor, resultsCallback); in testCellInfo()