Searched refs:AdbDevicePolicyParser (Results 1 – 3 of 3) sorted by relevance
29 public interface AdbDevicePolicyParser { interface34 static AdbDevicePolicyParser get(int sdkVersion) { in get()
34 public class AdbDevicePolicyParser27 implements AdbDevicePolicyParser {
59 private val mParser = AdbDevicePolicyParser.get(Build.VERSION.SDK_INT) in <lambda>()