Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/controls/templates/
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()
/frameworks/base/core/java/android/service/controls/actions/
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()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java101 static final int TYPE_ERROR = -1; field in TypedProperties
130 return TYPE_ERROR; in interpretType()
164 if (type == TYPE_ERROR) { in parse()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DRemoteAugmentedAutofillService.java223 logResponse(MetricsEvent.TYPE_ERROR, mComponentName.getPackageName(), in onRequestAutofillLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java773 .setType(MetricsEvent.TYPE_ERROR).setSubtype(toSubtype(biometricSourceType)) in onBiometricError()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto78 TYPE_ERROR = 15; enumerator
7303 // Type TYPE_ERROR: service timed out responding
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt40718 field public static final int TYPE_ERROR = -1; // 0xffffffff
40755 field public static final int TYPE_ERROR = -1; // 0xffffffff
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84736 Lcom/android/internal/util/TypedProperties;->TYPE_ERROR:I