Home
last modified time | relevance | path

Searched refs:deviceBackup (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/system-helpers/account-helper/src/android/system/helpers/
DAccountHelper.java69 UiObject2 deviceBackup = mDevice.wait(Until.findObject(By.text(pattern)), in hasDeviceBackupAccount() local
71 if (deviceBackup!=null){ in hasDeviceBackupAccount()
72 String backupAcct = deviceBackup.getParent().getChildren().get(1).getText(); in hasDeviceBackupAccount()