Searched defs:sizeInBytes (Results 1 – 10 of 10) sorted by relevance
70 public void createFilesInStorage(int sizeInBytes) { in createFilesInStorage()84 private void createFilesinStorage(int sizeInBytes, String path) throws IOException { in createFilesinStorage()
20 void createFilesInStorage(int sizeInBytes); in createFilesInStorage()
48 val sizeInBytes: Long constant120 override val sizeInBytes: Long, constant in com.android.photopicker.data.model.Media.Image194 override val sizeInBytes: Long, constant in com.android.photopicker.data.model.Media.Video
51 float sizeInBytes = 0; in getStorageForFiles() local
33 Size dimensions, long sizeInBytes, int orientation, in VideoItemData()
67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor() local
57 long sizeInBytes, in FilmstripItemData()266 public Builder withSizeInBytes(long sizeInBytes) { in withSizeInBytes()
65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor() local
139 final int sizeInBytes = 10000000; // 10 MB in testSdkDataIsAttributedToApp() local
1157 val sizeInBytes: Long = getLong(getColumnIndexOrThrow(MediaResponse.SIZE.key)) in <lambda>() constant