Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DVibratorInfo.java169 int supportedPrimitivesCount = mSupportedPrimitives.size(); in equalContent() local
170 if (supportedPrimitivesCount != that.mSupportedPrimitives.size()) { in equalContent()
173 for (int i = 0; i < supportedPrimitivesCount; i++) { in equalContent()
527 int supportedPrimitivesCount = mSupportedPrimitives.size(); in getSupportedPrimitivesNames() local
528 String[] names = new String[supportedPrimitivesCount]; in getSupportedPrimitivesNames()
529 for (int i = 0; i < supportedPrimitivesCount; i++) { in getSupportedPrimitivesNames()