/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/codeprovider/src/com/android/tests/codeprovider/storagetest_1/ |
D | StorageTestSdk1ApiImpl.java | 70 public void createFilesInStorage(int sizeInBytes) { in createFilesInStorage() argument 75 createFilesinStorage(sizeInBytes, getSharedStoragePath()); in createFilesInStorage() 76 createFilesinStorage(sizeInBytes, getSharedStorageCachePath()); in createFilesInStorage() 77 createFilesinStorage(sizeInBytes, mContext.getDataDir().toString()); in createFilesInStorage() 78 createFilesinStorage(sizeInBytes, mContext.getDataDir().toString() + "/cache"); in createFilesInStorage() 84 private void createFilesinStorage(int sizeInBytes, String path) throws IOException { in createFilesinStorage() argument 85 final byte[] buffer = new byte[sizeInBytes]; in createFilesinStorage()
|
D | IStorageTestSdk1Api.aidl | 20 void createFilesInStorage(int sizeInBytes); in createFilesInStorage() argument
|
/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/ |
D | FileUtil.java | 51 float sizeInBytes = 0; in getStorageForFiles() local 55 sizeInBytes += getStorageForFiles(file.listFiles()); in getStorageForFiles() 57 sizeInBytes += file.length(); in getStorageForFiles() 60 return sizeInBytes; in getStorageForFiles()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/model/ |
D | Media.kt | 39 val sizeInBytes: Long constant 77 out.writeLong(sizeInBytes) in writeToParcel() 91 override val sizeInBytes: Long, constant in com.android.photopicker.data.model.Media.Image 136 override val sizeInBytes: Long, constant in com.android.photopicker.data.model.Media.Video
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItemData.java | 57 long sizeInBytes, in FilmstripItemData() argument 68 mSizeInBytes = sizeInBytes; in FilmstripItemData() 266 public Builder withSizeInBytes(long sizeInBytes) { in withSizeInBytes() argument 267 mSizeInBytes = sizeInBytes; in withSizeInBytes()
|
D | VideoItemData.java | 33 Size dimensions, long sizeInBytes, int orientation, in VideoItemData() argument 36 sizeInBytes, orientation, location); in VideoItemData()
|
D | VideoDataFactory.java | 67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor() local 84 sizeInBytes, in fromCursor()
|
D | PhotoDataFactory.java | 65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor() local 81 sizeInBytes, in fromCursor()
|
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/app/src/com/android/tests/sdksandbox/ |
D | SdkSandboxStorageTestApp.java | 138 final int sizeInBytes = 10000000; // 10 MB in testSdkDataIsAttributedToApp() local 139 mSdk.createFilesInStorage(sizeInBytes); in testSdkDataIsAttributedToApp() 144 long deltaAppSize = 4 * sizeInBytes; in testSdkDataIsAttributedToApp() 145 long deltaCacheSize = 2 * sizeInBytes; in testSdkDataIsAttributedToApp()
|
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/ |
D | MediaProviderClient.kt | 370 val sizeInBytes: Long = getLong(getColumnIndexOrThrow(MediaResponse.SIZE.key)) in <lambda>() constant 385 sizeInBytes = sizeInBytes, in <lambda>() 400 sizeInBytes = sizeInBytes, in <lambda>()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/model/ |
D | MediaParcelableTest.kt | 59 sizeInBytes = 1000L, in testMediaImageIsParcelable() 104 sizeInBytes = 1000L, in testMediaVideoIsParcelable()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/ |
D | TestMediaProvider.kt | 77 sizeInBytes = 10, in <lambda>() 189 mediaItem.sizeInBytes.toString(), in getMedia()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/utils/ |
D | StubProvider.kt | 75 sizeInBytes = 1000L, in getTestMediaFromStubProvider()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/paging/ |
D | FakeInMemoryMediaPagingSource.kt | 71 sizeInBytes = 1000L, in <lambda>()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/photogrid/ |
D | PhotoGridViewModelTest.kt | 72 sizeInBytes = 1000L,
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/albumgrid/ |
D | AlbumGridViewModelTest.kt | 72 sizeInBytes = 1000L,
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hal/ |
D | WifiChipAidlImplTest.java | 143 one.sizeInBytes = 54321; in testRingBufferStatus() 154 two.sizeInBytes = 300; in testRingBufferStatus()
|
D | WifiChipHidlImplTest.java | 189 one.sizeInBytes = 54321; in testRingBufferStatus() 200 two.sizeInBytes = 300; in testRingBufferStatus()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/ |
D | PreviewViewModelTest.kt | 138 sizeInBytes = 1000L, 166 sizeInBytes = 1000L,
|
D | PreviewFeatureTest.kt | 193 sizeInBytes = 1000L, 221 sizeInBytes = 1000L,
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/profileselector/ |
D | ProfileSelectorViewModelTest.kt | 113 sizeInBytes = 1000L,
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/selectionbar/ |
D | SelectionBarFeatureTest.kt | 152 sizeInBytes = 1000L,
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/cloudmedia/ |
D | MediaPreloaderTest.kt | 178 sizeInBytes = 1000L, in <lambda>()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/components/mediagrid/ |
D | MediaGridTest.kt | 169 sizeInBytes = 1000L, in <lambda>()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiChipAidlImpl.java | 1311 ans.ringBufferByteSize = h.sizeInBytes; in halToFrameworkRingBufferStatus()
|