Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/vibrator/
H A DVibrationEffectSegment.java43 static final int PARCEL_TOKEN_PREBAKED = 1; field in VibrationEffectSegment
103 case PARCEL_TOKEN_PREBAKED:
H A DPrebakedSegment.java163 out.writeInt(PARCEL_TOKEN_PREBAKED); in writeToParcel()