HomeSort by relevance Sort by last modified time
    Searched refs:BackupInterface (Results 1 - 7 of 7) sorted by null

  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DefaultOsBackupImpl.java 24 import com.android.verifiedboot.storage.BackupInterface;
27 private BackupInterface[] objects;
30 objects = new BackupInterface[OsBackupInterface.TAG_MAX + 1];
38 objects[tag] = (BackupInterface)obj;
44 protected BackupInterface[] tracked() {
BackupInterface.java 19 public interface BackupInterface {
LockInterface.java 20 import com.android.verifiedboot.storage.BackupInterface;
25 public interface LockInterface extends BackupInterface {
OsBackupInterface.java 22 import com.android.verifiedboot.storage.BackupInterface;
36 * ?dds the given BackupInterface object for tracking
VersionStorage.java 22 import com.android.verifiedboot.storage.BackupInterface;
25 class VersionStorage implements BackupInterface {
JcopBackupImpl.java 82 BackupInterface[] objects = tracked();
133 BackupInterface[] objects = tracked();
CarrierLock.java 31 class CarrierLock implements LockInterface, BackupInterface {

Completed in 101 milliseconds