Searched refs:AllVibratorsInfo (Results 1 – 2 of 2) sorted by relevance
77 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in areEffectsSupported_noVibrator_returnsAlwaysNo()91 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in areEffectsSupported_unsupportedInOneVibrator_returnsNo()103 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in areEffectsSupported_unknownInOneVibrator_returnsUnknown()117 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_supportedInAllVibrators_returnsYes()135 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_noVibrator_returnsAlwaysFalse()147 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_unsupportedInOneVibrator_returnsFalse()162 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in arePrimitivesSupported_supportedInAllVibrators_returnsTrue()179 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in getPrimitivesDurations_noVibrator_returnsAlwaysZero()191 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in getPrimitivesDurations_unsupportedInOneVibrator_returnsZero()206 SystemVibrator.AllVibratorsInfo info = new SystemVibrator.AllVibratorsInfo( in getPrimitivesDurations_supportedInAllVibrators_returnsMaxDuration()
54 private AllVibratorsInfo mVibratorInfo;78 return mVibratorInfo = new AllVibratorsInfo(vibratorInfos); in getInfo()262 public static class AllVibratorsInfo extends VibratorInfo { class in SystemVibrator265 public AllVibratorsInfo(VibratorInfo[] vibrators) { in AllVibratorsInfo() method in SystemVibrator.AllVibratorsInfo