Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/vibrator/
DVibrationEffectSegment.java44 static final int PARCEL_TOKEN_PREBAKED = 1; field in VibrationEffectSegment
208 case PARCEL_TOKEN_PREBAKED:
DPrebakedSegment.java231 out.writeInt(PARCEL_TOKEN_PREBAKED); in writeToParcel()