Searched refs:deviceBackup (Results 1 – 1 of 1) sorted by relevance
69 UiObject2 deviceBackup = mDevice.wait(Until.findObject(By.text(pattern)), in hasDeviceBackupAccount() local71 if (deviceBackup!=null){ in hasDeviceBackupAccount()72 String backupAcct = deviceBackup.getParent().getChildren().get(1).getText(); in hasDeviceBackupAccount()