Searched refs:mVibratorTokens (Results 1 – 1 of 1) sorted by relevance
176 private HashMap<IBinder, VibratorToken> mVibratorTokens = field in InputManagerService1641 v = mVibratorTokens.get(token); in vibrate()1650 mVibratorTokens.put(token, v); in vibrate()1665 v = mVibratorTokens.get(token); in cancelVibrate()1676 mVibratorTokens.remove(v.mToken); in onVibratorTokenDied()