Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DNetworkSliceInfo.java157 int mappedHplmnSliceDifferentiator, int status) { in NetworkSliceInfo() argument
160 mMappedHplmnSliceDifferentiator = mappedHplmnSliceDifferentiator; in NetworkSliceInfo()
415 int mappedHplmnSliceDifferentiator) { in setMappedHplmnSliceDifferentiator()
416 if (mappedHplmnSliceDifferentiator < MIN_SLICE_DIFFERENTIATOR in setMappedHplmnSliceDifferentiator()
417 || mappedHplmnSliceDifferentiator > MAX_SLICE_DIFFERENTIATOR) { in setMappedHplmnSliceDifferentiator()
420 this.mMappedHplmnSliceDifferentiator = mappedHplmnSliceDifferentiator; in setMappedHplmnSliceDifferentiator()