Searched refs:carrierText (Results 1 – 8 of 8) sorted by relevance
499 CharSequence carrierText = null; in getCarrierTextForSimState() local503 carrierText = text; in getCarrierTextForSimState()508 carrierText = ""; // nothing to display yet. in getCarrierTextForSimState()512 carrierText = makeCarrierStringOnEmergencyCapable( in getCarrierTextForSimState()517 carrierText = null; in getCarrierTextForSimState()521 carrierText = makeCarrierStringOnEmergencyCapable( in getCarrierTextForSimState()528 carrierText = null; in getCarrierTextForSimState()532 carrierText = makeCarrierStringOnLocked( in getCarrierTextForSimState()538 carrierText = makeCarrierStringOnLocked( in getCarrierTextForSimState()543 carrierText = makeCarrierStringOnEmergencyCapable( in getCarrierTextForSimState()[all …]
33 mView.setText(info.carrierText);
304 val latest by collectLastValue(underTest.carrierText) in carrierText_nullWhenShouldNotShow_satelliteNotAllowed()324 val latest by collectLastValue(underTest.carrierText) in carrierText_nullWhenShouldNotShow_notAllOos()346 val latest by collectLastValue(underTest.carrierText) in carrierText_nullWhenShouldNotShow_isEmergencyOnly()376 val latest by collectLastValue(underTest.carrierText) in carrierText_nullWhenShouldNotShow_apmIsEnabled()398 val latest by collectLastValue(underTest.carrierText) in carrierText_satelliteIsOn()423 val latest by collectLastValue(underTest.carrierText) in carrierText_hysteresisWhenEnablingText()457 val latest by collectLastValue(underTest.carrierText) in carrierText_deviceIsProvisioned()491 val latest by collectLastValue(underTest.carrierText) in carrierText_wifiIsActive()528 val latest by collectLastValue(underTest.carrierText) in carrierText_connectionStateUnknown_null()549 val latest by collectLastValue(underTest.carrierText) in carrierText_connectionStateOff_null()[all …]
24 override val carrierText = MutableStateFlow<String?>(null) constant in com.android.systemui.statusbar.pipeline.satellite.ui.viewmodel.FakeDeviceBasedSatelliteViewModel
135 TextView carrierText = mShadeCarrier.requireViewById(R.id.shade_carrier_text); in testCarrierNameMaxWidth_smallScreen_fromResource() local139 assertEquals(maxEms, carrierText.getMaxEms()); in testCarrierNameMaxWidth_smallScreen_fromResource()148 TextView carrierText = mShadeCarrier.requireViewById(R.id.shade_carrier_text); in testCarrierNameMaxWidth_largeScreen_maxInt() local152 assertEquals(Integer.MAX_VALUE, carrierText.getMaxEms()); in testCarrierNameMaxWidth_largeScreen_maxInt()
220 assertEquals(AIRPLANE_MODE_TEXT, captor.getValue().carrierText); in testAirplaneMode()286 assertEquals("TEST_CARRIER" + SEPARATOR + INVALID_CARD_TEXT, captor.getValue().carrierText); in testCardIOError()298 assertEquals("TEST_CARRIER", captor.getValue().carrierText); in testCardIOError()431 assertTrue("Carrier text should be empty, instead it's " + captor.getValue().carrierText, in testCarrierText_noTextOnReadySimWhenNull()432 TextUtils.isEmpty(captor.getValue().carrierText)); in testCarrierText_noTextOnReadySimWhenNull()475 assertNotEquals(AIRPLANE_MODE_TEXT, captor.getValue().carrierText); in testCarrierText_noTextOnReadySimWhenNull_airplaneMode_wifiOn()500 assertThat(captor.getValue().carrierText).isEqualTo(TEST_CARRIER); in carrierText_satelliteTextNull_isSatelliteFalse_textNotUsed()525 assertThat(captor.getValue().carrierText).isEqualTo("Satellite Test Text"); in carrierText_hasSatelliteText_isSatelliteTrue_textUsed()550 assertThat(captor.getValue().carrierText).isEqualTo("Test satellite text"); in carrierText_satelliteTextUpdates_autoTriggersCallback()562 assertThat(captor.getValue().carrierText).isEqualTo(TEST_CARRIER); in carrierText_satelliteTextUpdates_autoTriggersCallback()[all …]
385 mLogger.logUsingSatelliteText(info.carrierText); in handleUpdateCarrierInfo()386 showSingleText(info.carrierText); in handleUpdateCarrierInfo()403 String carrierText = info.listOfCarriers[i].toString().trim(); in handleUpdateCarrierInfo() local404 if (!TextUtils.isEmpty(carrierText)) { in handleUpdateCarrierInfo()407 mCarrierGroups[slot].setCarrierText(carrierText); in handleUpdateCarrierInfo()423 mLogger.logUsingNoSimView(info.carrierText); in handleUpdateCarrierInfo()424 showSingleText(info.carrierText); in handleUpdateCarrierInfo()
61 val carrierText: StateFlow<String?> in <lambda>() constant125 override val carrierText: StateFlow<String?> = constant