Searched refs:supportedPrimitives (Results 1 – 2 of 2) sorted by relevance
111 @NonNull SparseIntArray supportedPrimitives, int primitiveDelayMax, in VibratorInfo() argument114 Preconditions.checkNotNull(supportedPrimitives); in VibratorInfo()120 mSupportedPrimitives = supportedPrimitives.clone(); in VibratorInfo()
405 if (info.supportedPrimitives.isOk()) { in vibratorGetInfo()407 for (auto& primitive : info.supportedPrimitives.value()) { in vibratorGetInfo()