Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DBarringInfo.java140 public BarringServiceInfo(@BarringType int barringType, boolean isConditionallyBarred, in BarringServiceInfo() argument
142 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()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DTelephonyShellCommand.java1014 @BarringInfo.BarringServiceInfo.BarringType int barringType = in handleBarringSendCommand() local
1034 barringType = Integer.parseInt(getNextArgRequired()); in handleBarringSendCommand()
1035 if (barringType < -1 || barringType > 2) { in handleBarringSendCommand()
1070 barringType, isConditionallyBarred, 0, conditionalBarringTimeSeconds); in handleBarringSendCommand()
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal809 } barringType;
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp1298 switch (info.barringType) { in TEST_P()