Searched refs:callbackForSecondSub (Results 1 – 1 of 1) sorted by relevance
6931 ServiceStateRadioStateListener callbackForSecondSub = in testSetRadioPowerForMultiSimDevice() local6935 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 …]