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.java170 private HashMap<IBinder, VibratorToken> mVibratorTokens = field in InputManagerService
1636 v = mVibratorTokens.get(token); in vibrate()
1645 mVibratorTokens.put(token, v); in vibrate()
1660 v = mVibratorTokens.get(token); in cancelVibrate()
1671 mVibratorTokens.remove(v.mToken); in onVibratorTokenDied()