Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 2 of 2) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DUserEntity.java53 @Index @Getter @Setter Boolean enable; field in UserEntity
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBackupUtils.java275 public boolean enableBackup(boolean enable) throws Exception { in enableBackup()
292 public boolean enableBackupForUser(boolean enable, int userId) throws IOException { in enableBackupForUser()