Home
last modified time | relevance | path

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

/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
H A DNetworkSliceSelectionAssistanceInformationTest.java65 assertEquals(si.getMappedHplmnSliceServiceType(), NetworkSliceInfo.SLICE_SERVICE_TYPE_NONE); in testNssaiWithSST()
81 assertEquals(si.getMappedHplmnSliceServiceType(), 2); in testNssaiWithSSTandMappedSST()
97 assertEquals(si.getMappedHplmnSliceServiceType(), NetworkSliceInfo.SLICE_SERVICE_TYPE_NONE); in testNssaiWithSSTandSD()
113 assertEquals(si.getMappedHplmnSliceServiceType(), 3); in testNssaiWithSSTandSDandMappedSST()
131 assertEquals(si.getMappedHplmnSliceServiceType(), 2); in testNssaiWithSSTandSDandMappedSSTandMappedSD()
/aosp12/frameworks/base/telephony/java/android/telephony/data/
H A DNetworkSliceInfo.java194 public int getMappedHplmnSliceServiceType() { in getMappedHplmnSliceServiceType() method in NetworkSliceInfo
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java1877 si.mappedHplmnSst = (byte) sliceInfo.getMappedHplmnSliceServiceType(); in convertToHalSliceInfo()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt43169 method public int getMappedHplmnSliceServiceType();