Searched refs:barringType (Results 1 – 4 of 4) sorted by relevance
140 public BarringServiceInfo(@BarringType int barringType, boolean isConditionallyBarred, in BarringServiceInfo() argument142 mBarringType = barringType; in BarringServiceInfo()280 if (halBarringInfo.barringType in create()294 halBarringInfo.barringType, // will always be CONDITIONAL here in create()302 halBarringInfo.barringType, false, 0, 0)); in create()
1014 @BarringInfo.BarringServiceInfo.BarringType int barringType = in handleBarringSendCommand() local1034 barringType = Integer.parseInt(getNextArgRequired()); in handleBarringSendCommand()1035 if (barringType < -1 || barringType > 2) { in handleBarringSendCommand()1070 barringType, isConditionallyBarred, 0, conditionalBarringTimeSeconds); in handleBarringSendCommand()
809 } barringType;
1298 switch (info.barringType) { in TEST_P()