Searched refs:mVibratorTokens (Results 1 – 1 of 1) sorted by relevance
213 private final Map<IBinder, VibratorToken> mVibratorTokens = new ArrayMap<>(); field in InputManagerService1398 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()