Searched refs:deviceSh (Results 1 – 1 of 1) sorted by relevance
31 String deviceSh = "/system/bin/sh"; in shell() local33 return new File(deviceSh).exists() ? deviceSh : desktopSh; in shell()