Searched refs:encodeBitmap (Results 1 – 1 of 1) sorted by relevance
651 contentValues.put(APP_ICON_COLUMN_NAME, encodeBitmap(appInfo.getIcon())); in getContentValues()695 private static byte[] encodeBitmap(@Nullable Bitmap bitmap) { in encodeBitmap() method in AppInfoHelper