Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/cts/
H A DTelephonyManagerTest.java7013 ServiceStateRadioStateListener callbackForFirstSub = new ServiceStateRadioStateListener( in testSetRadioPowerForMultiSimDevice() local
7016 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 …]