Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibrationEffect.java42 private static final int PARCEL_TOKEN_EFFECT = 3; field in VibrationEffect
816 out.writeInt(PARCEL_TOKEN_EFFECT); in writeToParcel()
846 } else if (token == PARCEL_TOKEN_EFFECT) {