Home
last modified time | relevance | path

Searched refs:mTm (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/sdk28/src/android/telephony/sdk28/cts/
DCellInfoTest.java43 private TelephonyManager mTm; field in CellInfoTest
47 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()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java54 private TelephonyManager mTm; field in SignalStrengthTest
59 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()
DCellInfoTest.java157 private TelephonyManager mTm; field in CellInfoTest
210 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()