Searched refs:getShellCommandOutput (Results 1 – 1 of 1) sorted by relevance
66 public String getShellCommandOutput(String command) throws IOException { in getShellCommandOutput() method in BackupUtils114 return getShellCommandOutput("bmgr list transports") in isLocalTransportSelected()123 return getShellCommandOutput(String.format("bmgr --user %d list transports", userId)) in isLocalTransportSelectedForUser()128 return getShellCommandOutput("bmgr enabled").contains("currently enabled"); in isBackupEnabled()136 return getShellCommandOutput(String.format("bmgr --user %d enabled", userId)) in isBackupEnabledForUser()150 return getShellCommandOutput("pm list packages").contains(LOCAL_TRANSPORT_PACKAGE) in getLocalTransportName()334 return getShellCommandOutput(String.format("bmgr --user %d activated", userId)) in isBackupActivatedForUser()