HomeSort by relevance Sort by last modified time
    Searched refs:alphaLong (Results 1 - 11 of 11) sorted by null

  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 184 String alphaLong = (String) cdma.getOperatorAlphaLong();
185 assertNotNull("getOperatorAlphaLong() returns NULL!", alphaLong);
350 String alphaLong = (String) lte.getOperatorAlphaLong();
351 assertNotNull("getOperatorAlphaLong() returns NULL!", alphaLong);
480 String alphaLong = (String) wcdma.getOperatorAlphaLong();
481 assertNotNull("getOperatorAlphaLong() returns NULL!", alphaLong);
554 String alphaLong = (String) gsm.getOperatorAlphaLong();
555 assertNotNull("getOperatorAlphaLong() returns NULL!", alphaLong);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 387 cellIdentityGsm.operatorNames.alphaLong,
404 cellIdentityWcdma.operatorNames.alphaLong,
420 cellIdentityTdscdma.operatorNames.alphaLong,
438 cellIdentityLte.operatorNames.alphaLong,
454 cellIdentityCdma.operatorNames.alphaLong,
RIL.java     [all...]
RadioResponse.java     [all...]
  /hardware/interfaces/radio/1.2/
types.hal 231 string alphaLong;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java     [all...]
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
ColorTest.kt 77 @Test fun alphaLong() = assertEquals(0.20f, Color.pack(0x337f3010).alpha, 1e-2f)
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 597 assertEquals("voicelong", state.voiceOperator.alphaLong);
603 assertEquals("datalong", state.dataOperator.alphaLong);
638 assertEquals("voicelong", state.voiceOperator.alphaLong);
644 assertEquals("datalong", state.dataOperator.alphaLong);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
TelephonyMetrics.java 636 ssProto.voiceOperator.alphaLong = serviceState.getVoiceOperatorAlphaLong();
650 ssProto.dataOperator.alphaLong = serviceState.getDataOperatorAlphaLong();
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]

Completed in 2123 milliseconds