Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DBuildInfoUtil.java54 return isEmulator() || isSupportedDebugDevice(context) || isSupportedDebugDeviceExcludeCar( in isSupportedBenchOrEmulator()
62 private static boolean isSupportedDebugDevice(Context context) { in isSupportedDebugDevice() method in BuildInfoUtil
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DBuildInfoUtil.java54 return isEmulator() || isSupportedDebugDevice(context) || isSupportedDebugDeviceExcludeCar( in isSupportedBenchOrEmulator()
62 private static boolean isSupportedDebugDevice(Context context) { in isSupportedDebugDevice() method in BuildInfoUtil