Searched refs:convertBytesToInt (Results 1 – 2 of 2) sorted by relevance
32 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertBytesToInt;319 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))); in extractCompletionGoal()326 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))); in extractCompletionGoal()365 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)), in extractPerformanceGoal()366 convertBytesToInt(getCursorBlob(cursor, GOAL_MAX_COLUMN_NAME))); in extractPerformanceGoal()373 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))); in extractPerformanceGoal()
449 public static int convertBytesToInt(byte[] bytes) { in convertBytesToInt() method in StorageUtils