Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/controls/templates/
H A DControlTemplate.java69 return TYPE_ERROR;
78 TYPE_ERROR,
92 public static final @TemplateType int TYPE_ERROR = -1; field in ControlTemplate
197 int type = bundle.getInt(KEY_TEMPLATE_TYPE, TYPE_ERROR); in createTemplateFromBundle()
214 case TYPE_ERROR: in createTemplateFromBundle()
/aosp12/frameworks/base/core/java/android/service/controls/actions/
H A DControlAction.java60 TYPE_ERROR,
75 return TYPE_ERROR;
82 public static final @ActionType int TYPE_ERROR = -1; field in ControlAction
231 int type = bundle.getInt(KEY_ACTION_TYPE, TYPE_ERROR); in createActionFromBundle()
242 case TYPE_ERROR: in createActionFromBundle()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java101 static final int TYPE_ERROR = -1; field in TypedProperties
130 return TYPE_ERROR; in interpretType()
164 if (type == TYPE_ERROR) { in parse()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java223 logResponse(MetricsEvent.TYPE_ERROR, mComponentName.getPackageName(), in onRequestAutofillLocked()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java659 .setType(MetricsEvent.TYPE_ERROR).setSubtype(toSubtype(biometricSourceType)) in onBiometricError()
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto78 TYPE_ERROR = 15; enumerator
7294 // Type TYPE_ERROR: service timed out responding
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38388 field public static final int TYPE_ERROR = -1; // 0xffffffff
38425 field public static final int TYPE_ERROR = -1; // 0xffffffff
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt88702 Lcom/android/internal/util/TypedProperties;->TYPE_ERROR:I