Searched refs:callbackForFirstSub (Results 1 – 1 of 1) sorted by relevance
7013 ServiceStateRadioStateListener callbackForFirstSub = new ServiceStateRadioStateListener( in testSetRadioPowerForMultiSimDevice() local7016 tm -> tm.registerTelephonyCallback(Runnable::run, callbackForFirstSub)); in testSetRadioPowerForMultiSimDevice()7027 turnRadioOn(callbackForFirstSub, TelephonyManager.RADIO_POWER_REASON_USER); in testSetRadioPowerForMultiSimDevice()7028 assertEquals(TelephonyManager.RADIO_POWER_ON, callbackForFirstSub.mRadioPowerState); in testSetRadioPowerForMultiSimDevice()7036 turnRadioOff(callbackForFirstSub, TelephonyManager.RADIO_POWER_REASON_NEARBY_DEVICE); in testSetRadioPowerForMultiSimDevice()7037 assertRadioOffWithReason(callbackForFirstSub, in testSetRadioPowerForMultiSimDevice()7044 turnRadioOff(callbackForFirstSub, TelephonyManager.RADIO_POWER_REASON_USER); in testSetRadioPowerForMultiSimDevice()7045 assertRadioOffWithReason(callbackForFirstSub, TelephonyManager.RADIO_POWER_REASON_USER); in testSetRadioPowerForMultiSimDevice()7051 turnRadioOn(callbackForFirstSub, TelephonyManager.RADIO_POWER_REASON_USER); in testSetRadioPowerForMultiSimDevice()7052 assertRadioOffWithReason(callbackForFirstSub, in testSetRadioPowerForMultiSimDevice()[all …]