Home
last modified time | relevance | path

Searched refs:supportedPrimitivesCount (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DVibratorInfo.java158 int supportedPrimitivesCount = mSupportedPrimitives.size(); in equals() local
159 if (supportedPrimitivesCount != that.mSupportedPrimitives.size()) { in equals()
162 for (int i = 0; i < supportedPrimitivesCount; i++) { in equals()
468 int supportedPrimitivesCount = mSupportedPrimitives.size(); in getSupportedPrimitivesNames() local
469 String[] names = new String[supportedPrimitivesCount]; in getSupportedPrimitivesNames()
470 for (int i = 0; i < supportedPrimitivesCount; i++) { in getSupportedPrimitivesNames()