Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DVibrationEffectSegment.java45 static final int PARCEL_TOKEN_PRIMITIVE = 2; field in VibrationEffectSegment
210 case PARCEL_TOKEN_PRIMITIVE:
DPrimitiveSegment.java139 dest.writeInt(PARCEL_TOKEN_PRIMITIVE); in writeToParcel()