Searched refs:obbBytes (Results 1 – 4 of 4) sorted by relevance
36 /** {@hide} */ public long obbBytes; field in ExternalStorageStats102 return obbBytes; in getObbBytes()116 this.obbBytes = in.readLong(); in ExternalStorageStats()131 dest.writeLong(obbBytes); in writeToParcel()
355 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()
406 res.obbBytes = stats[5]; in queryExternalStatsForUser()
9224 Landroid/app/usage/ExternalStorageStats;->obbBytes:J