Searched defs:vibrator (Results 1 – 8 of 8) sorted by relevance
76 Vibrator vibrator = context.getSystemService(Vibrator.class); in vibrateFingerprintError() local83 Vibrator vibrator = context.getSystemService(Vibrator.class); in vibrateFingerprintSuccess() local
151 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in performAccessibilityShortcut() local
156 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in LegacyGlobalActions() local
154 Vibrator vibrator = (Vibrator) mContext.getSystemService(Context.VIBRATOR_SERVICE); in GlobalActionsDialog() local
657 Vibrator vibrator = new SystemVibrator(context); in rebootOrShutdown() local
673 VibratorService vibrator = null; in startOtherServices() local
620 Vibrator vibrator = device.getVibrator(); in updateInputDeviceVibratorsLocked() local
997 void setVibrator(Vibrator vibrator) { in setVibrator()