Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGenericDocument.java955 int propertyArrLength = Array.getLength(property); in appendPropertyString() local
956 for (int i = 0; i < propertyArrLength; i++) { in appendPropertyString()
965 if (i != propertyArrLength - 1) { in appendPropertyString()