Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/vibrator/
H A DVibrationEffectSegment.java44 static final int PARCEL_TOKEN_PRIMITIVE = 2; field in VibrationEffectSegment
105 case PARCEL_TOKEN_PRIMITIVE:
H A DPrimitiveSegment.java105 dest.writeInt(PARCEL_TOKEN_PRIMITIVE); in writeToParcel()