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.java31 private static final int PARCEL_TOKEN_EFFECT = 3; field in VibrationEffect
413 out.writeInt(PARCEL_TOKEN_EFFECT); in writeToParcel()
441 } else if (token == PARCEL_TOKEN_EFFECT) {