Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java213 private final Map<IBinder, VibratorToken> mVibratorTokens = new ArrayMap<>(); field in InputManagerService
1398 v = mVibratorTokens.get(token); in getVibratorToken()
1407 mVibratorTokens.put(token, v); in getVibratorToken()
1482 v = mVibratorTokens.get(token); in cancelVibrate()
1493 mVibratorTokens.remove(v.mToken); in onVibratorTokenDied()