Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DBarringInfo.java112 public @interface BarringType {} annotation in BarringInfo.BarringServiceInfo
116 android.hardware.radio.V1_5.BarringInfo.BarringType.NONE;
119 android.hardware.radio.V1_5.BarringInfo.BarringType.UNCONDITIONAL;
122 android.hardware.radio.V1_5.BarringInfo.BarringType.CONDITIONAL;
127 private final @BarringType int mBarringType;
134 public BarringServiceInfo(@BarringType int type) { in BarringServiceInfo()
140 public BarringServiceInfo(@BarringType int barringType, boolean isConditionallyBarred, in BarringServiceInfo()
148 public @BarringType int getBarringType() { in getBarringType()
282 == android.hardware.radio.V1_5.BarringInfo.BarringType.CONDITIONAL) { in create()