Searched refs:field_id (Results 1 – 1 of 1) sorted by relevance
748 uint32_t field_id = id; in GetAssetById() local749 if (field_id > COMMON_PHOTOS_OFFSET) { in GetAssetById()750 field_id = id - COMMON_PHOTOS_OFFSET; in GetAssetById()752 vector<string> whereArgs = {to_string(field_id)}; in GetAssetById()