Searched refs:flattenLongList (Results 1 – 5 of 5) sorted by relevance
165 StorageUtils.flattenLongList(List.of(APP_PACKAGE_ID, APP_PACKAGE_ID_2)), in testGetPreMigrationPriority_priorityReadFromDatabased()166 StorageUtils.flattenLongList(List.of(APP_PACKAGE_ID_3, APP_PACKAGE_ID_4))); in testGetPreMigrationPriority_priorityReadFromDatabased()203 StorageUtils.flattenLongList( in verifyPreMigrationPriorityWrite()
198 contentValues.put(PRIORITY_ORDER_COLUMN_NAME, StorageUtils.flattenLongList(priorityList)); in getContentValuesFor()
19 import static com.android.server.healthconnect.storage.utils.StorageUtils.flattenLongList;1897 .equalsIgnoreCase(flattenLongList(mPriorityOrder)); in matches()1903 + flattenLongList(mPriorityOrder) in toString()1954 String flattened = flattenLongList(priorityListForCategory); in setupPriorityList()
292 public static String flattenLongList(List<Long> values) { in flattenLongList() method in StorageUtils
370 APP_ID_PRIORITY_ORDER_COLUMN_NAME, StorageUtils.flattenLongList(priorityList)); in getContentValuesFor()