Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DBarringInfo.java127 private final @BarringType int mBarringType; field in BarringInfo.BarringServiceInfo
142 mBarringType = barringType; in BarringServiceInfo()
149 return mBarringType; in getBarringType()
184 return mBarringType == BarringServiceInfo.BARRING_TYPE_UNCONDITIONAL in isBarred()
185 || (mBarringType == BarringServiceInfo.BARRING_TYPE_CONDITIONAL in isBarred()
191 return Objects.hash(mBarringType, mIsConditionallyBarred, in hashCode()
200 return mBarringType == other.mBarringType in equals()
208 mBarringType = p.readInt(); in BarringServiceInfo()
216 dest.writeInt(mBarringType); in writeToParcel()