Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibrationEffect.java29 private static final int PARCEL_TOKEN_ONE_SHOT = 1; field in VibrationEffect
224 out.writeInt(PARCEL_TOKEN_ONE_SHOT); in writeToParcel()
437 if (token == PARCEL_TOKEN_ONE_SHOT) {