Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6931 ServiceStateRadioStateListener callbackForSecondSub = in testSetRadioPowerForMultiSimDevice() local
6935 tm -> tm.registerTelephonyCallback(Runnable::run, callbackForSecondSub)); in testSetRadioPowerForMultiSimDevice()
6943 callbackForSecondSub.waitForRadioStateIntent(TelephonyManager.RADIO_POWER_ON); in testSetRadioPowerForMultiSimDevice()
6944 assertEquals(TelephonyManager.RADIO_POWER_ON, callbackForSecondSub.mRadioPowerState); in testSetRadioPowerForMultiSimDevice()
6953 callbackForSecondSub.waitForRadioStateIntent(TelephonyManager.RADIO_POWER_OFF); in testSetRadioPowerForMultiSimDevice()
6954 assertRadioOffWithReason(secondTelephonyManager, callbackForSecondSub, in testSetRadioPowerForMultiSimDevice()
6960 callbackForSecondSub.waitForRadioStateIntent(TelephonyManager.RADIO_POWER_OFF); in testSetRadioPowerForMultiSimDevice()
6961 assertRadioOffWithReason(secondTelephonyManager, callbackForSecondSub, in testSetRadioPowerForMultiSimDevice()
6968 assertRadioOffWithReason(secondTelephonyManager, callbackForSecondSub, in testSetRadioPowerForMultiSimDevice()
6975 callbackForSecondSub.waitForRadioStateIntent(TelephonyManager.RADIO_POWER_ON); in testSetRadioPowerForMultiSimDevice()
[all …]