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()
356 byte[] obbBytes = "obb".getBytes(); in testBackupObb_withObbData_writesCorrectBytesToOutput()357 File obbFile = createObbFileAndWrite(obbDir, obbBytes); in testBackupObb_withObbData_writesCorrectBytesToOutput()362 assertThat(writtenBytes).isEqualTo(obbBytes); in testBackupObb_withObbData_writesCorrectBytesToOutput()
550 res.obbBytes = stats[5]; in queryExternalStatsForUser()
9215 Landroid/app/usage/ExternalStorageStats;->obbBytes:J