Searched refs:apkBytes (Results 1 – 3 of 3) sorted by relevance
40 /** @hide */ public long apkBytes; field in StorageStats163 case APP_DATA_TYPE_FILE_TYPE_APK: return apkBytes; in getAppBytesByDataType()224 this.apkBytes = in.readLong(); in StorageStats()243 dest.writeLong(apkBytes); in writeToParcel()
339 byte[] apkBytes = "apk".getBytes(); in testBackupApk_writesCorrectBytesToOutput()340 File apkFile = createApkFileAndWrite(apkBytes); in testBackupApk_writesCorrectBytesToOutput()347 assertThat(writtenBytes).isEqualTo(apkBytes); in testBackupApk_writesCorrectBytesToOutput()
603 res.apkBytes = stats.apkSize; in translate()