Searched refs:mBarringType (Results 1 – 1 of 1) sorted by relevance
127 private final @BarringType int mBarringType; field in BarringInfo.BarringServiceInfo142 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()