Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibratorInfo.java154 int supportedPrimitivesCount = mSupportedPrimitives.size(); in equals() local
155 if (supportedPrimitivesCount != that.mSupportedPrimitives.size()) { in equals()
158 for (int i = 0; i < supportedPrimitivesCount; i++) { in equals()
461 int supportedPrimitivesCount = mSupportedPrimitives.size(); in getSupportedPrimitivesNames() local
462 String[] names = new String[supportedPrimitivesCount]; in getSupportedPrimitivesNames()
463 for (int i = 0; i < supportedPrimitivesCount; i++) { in getSupportedPrimitivesNames()