Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibrationEffect.java30 private static final int PARCEL_TOKEN_WAVEFORM = 2; field in VibrationEffect
336 out.writeInt(PARCEL_TOKEN_WAVEFORM); in writeToParcel()
439 } else if (token == PARCEL_TOKEN_WAVEFORM) {