Home
last modified time | relevance | path

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

/cts/tests/tests/telephony3/src/android/telephony3/cts/
DCellInfoTest.java49 private TelephonyManager mTm; field in CellInfoTest
53 return (mTm.getVoiceNetworkType() != TelephonyManager.NETWORK_TYPE_UNKNOWN in isCamped()
54 || mTm.getDataNetworkType() != TelephonyManager.NETWORK_TYPE_UNKNOWN); in isCamped()
59 mTm = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); in setUp()
79 mTm, TelephonyManager::getAllCellInfo); in testCellInfoSdk28()
94 mTm, TelephonyManager::getAllCellInfo); in testCellInfoSdk28()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalStrengthTest.java70 private TelephonyManager mTm; field in SignalStrengthTest
75 ServiceState ss = mTm.getServiceState(); in isCamped()
88 mTm = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); in setUp()
113 SignalStrength ss = mTm.getSignalStrength(); in testSignalStrength()
132 getSignalStrengthTypeForNetworkType(mTm.getDataNetworkType()); in testSignalStrength()
136 getSignalStrengthTypeForNetworkType(mTm.getVoiceNetworkType()); in testSignalStrength()
167 ServiceState ss = mTm.getServiceState(); in isUsingEnDc()
DCellInfoTest.java196 private TelephonyManager mTm; field in CellInfoTest
252 ServiceState ss = mTm.getServiceState(); in isCamped()
272 mTm = (TelephonyManager) getContext().getSystemService(Context.TELEPHONY_SERVICE); in setUp()
274 mTm.getHalVersion(TelephonyManager.HAL_SERVICE_NETWORK); in setUp()
287 mTm.requestCellInfoUpdate(mSimpleExecutor, resultsCallback); in testPhoneStateListenerCallback()
291 mTm.listen(listener, PhoneStateListener.LISTEN_CELL_INFO); in testPhoneStateListenerCallback()
305 mTm.requestCellInfoUpdate(mSimpleExecutor, resultsCallback); in testPhoneStateListenerCallback()
310 mTm.getAllCellInfo(); in testPhoneStateListenerCallback()
336 mTm.requestCellInfoUpdate(mSimpleExecutor, resultsCallback); in testCellInfo()
/cts/tests/netlegacy22.api/src/android/net/cts/legacy/api22/
DConnectivityManagerLegacyTest.java63 private TelephonyManager mTm; field in ConnectivityManagerLegacyTest
72 mTm = getContext().getSystemService(TelephonyManager.class); in setUp()
148 final ServiceState state = mTm.getServiceState(); in assertTelephonyInService()