Home
last modified time | relevance | path

Searched refs:obbBytes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DExternalStorageStats.java36 /** {@hide} */ public long obbBytes; field in ExternalStorageStats
102 return obbBytes; in getObbBytes()
116 this.obbBytes = in.readLong(); in ExternalStorageStats()
131 dest.writeLong(obbBytes); in writeToParcel()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/
DAppMetadataBackupWriterTest.java355 byte[] obbBytes = "obb".getBytes(); in testBackupObb_withObbData_writesCorrectBytesToOutput()
356 File obbFile = createObbFileAndWrite(obbDir, obbBytes); in testBackupObb_withObbData_writesCorrectBytesToOutput()
361 assertThat(writtenBytes).isEqualTo(obbBytes); in testBackupObb_withObbData_writesCorrectBytesToOutput()
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java406 res.obbBytes = stats[5]; in queryExternalStatsForUser()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt9224 Landroid/app/usage/ExternalStorageStats;->obbBytes:J