Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java116 (trm) -> trm.notifyCallStateChangedForAllSubscriptions( in testNotifyCallStateChangedForAllSubscriptions()
144 (trm) -> trm.notifyCallStateChanged( in testNotifyCallStateChanged()
175 (trm) -> trm.notifyServiceStateChanged( in testNotifyServiceStateChanged()
204 (trm) -> trm.notifySignalStrengthChanged( in testNotifySignalStrengthChanged()
233 (trm) -> trm.notifyMessageWaitingChanged( in testNotifyMessageWaitingChanged()
261 (trm) -> trm.notifyCallForwardingChanged( in testNotifyCallForwardingChanged()
288 (trm) -> trm.notifyDataActivityChanged( in testNotifyDataActivityChanged()
315 (trm) -> trm.notifyDataActivityChanged( in testNotifyDataActivityChangedWithSlot()
359 trm -> { in testCarrierPrivilegesCallback()
360 trm.notifyCarrierPrivilegesChanged( in testCarrierPrivilegesCallback()
[all …]
DCarrierConfigManagerTest.java695 (trm) -> trm.notifyCarrierConfigChanged(TEST_SLOT_INDEX, TEST_SUB_ID, in testCarrierConfigChangeListener()
/cts/hostsidetests/telephony/devicetest/src/android/telephony/device/cts/
DTelephonyTest.java100 (trm) -> trm.notifyCallStateChangedForAllSubscriptions( in testListenerRegistrationWithChangeEnabled()
126 (trm) -> trm.notifyCallStateChangedForAllSubscriptions( in testListenerRegistrationWithChangeDisabled()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputManagerTest.java770 TunerResourceManager trm = (TunerResourceManager) getActivity() in testGetClientPriority() local
772 int fgLivePriority = trm.getConfigPriority(TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE, in testGetClientPriority()
774 int bgLivePriority = trm.getConfigPriority(TvInputService.PRIORITY_HINT_USE_CASE_TYPE_LIVE, in testGetClientPriority()
776 int fgDefaultPriority = trm.getConfigPriority(PRIORITY_HINT_USE_CASE_TYPE_INVALID, true); in testGetClientPriority()
777 int bgDefaultPriority = trm.getConfigPriority(PRIORITY_HINT_USE_CASE_TYPE_INVALID, false); in testGetClientPriority()