Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelper.java304 int propertyArrLength = Array.getLength(property); in appendPropertyString() local
305 for (int i = 0; i < propertyArrLength; i++) { in appendPropertyString()
314 if (i != propertyArrLength - 1) { in appendPropertyString()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java1017 int propertyArrLength = Array.getLength(property); in appendPropertyString() local
1018 for (int i = 0; i < propertyArrLength; i++) { in appendPropertyString()
1027 if (i != propertyArrLength - 1) { in appendPropertyString()