Searched defs:FullBackupEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupEntry.java19 public class FullBackupEntry implements Comparable<FullBackupEntry> { class in inherits:Comparable
24 public FullBackupEntry(String pkg, long when) { method in class:FullBackupEntry
30 public int compareTo(FullBackupEntry other) {

Completed in 33 milliseconds