Searched refs:bytesExpected (Results 1 – 5 of 5) sorted by relevance
35 public final long bytesExpected; field in BackupProgress42 bytesExpected = _bytesExpected; in BackupProgress()51 out.writeLong(bytesExpected); in writeToParcel()66 bytesExpected = in.readLong(); in BackupProgress()
32 const std::vector<uint8_t> bytesExpected = {0x41, 0x42, 0x43, 0x44, in TEST() local34 EXPECT_EQ(bytesExpected, bytes); in TEST()43 const std::vector<uint8_t> bytesExpected = { in TEST() local46 EXPECT_EQ(bytesExpected, bytes); in TEST()
285 + "/" + backupProgress.bytesExpected); in onUpdate()
606 field public final long bytesExpected;
2411 Landroid/app/backup/BackupProgress;->bytesExpected:J