Searched refs:hasTelephonyRadio (Results 1 – 5 of 5) sorted by relevance
38 override var hasTelephonyRadio: Boolean = true variable in com.android.systemui.telephony.data.repository.FakeTelephonyRepository49 fun setHasTelephonyRadio(hasTelephonyRadio: Boolean) { in setHasTelephonyRadio()50 this.hasTelephonyRadio = hasTelephonyRadio in setHasTelephonyRadio()
38 val hasTelephonyRadio: Boolean = repository.hasTelephonyRadio constant
55 val hasTelephonyRadio: Boolean constant98 override val hasTelephonyRadio = constant in com.android.systemui.telephony.data.repository.TelephonyRepositoryImpl
98 void updateEmergencyCallButton(boolean isInCall, boolean hasTelephonyRadio, boolean simLocked, in updateEmergencyCallButton() argument101 if (hasTelephonyRadio) { in updateEmergencyCallButton()
75 if (telecomManager == null || !telephonyInteractor.hasTelephonyRadio) {