Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java52 static final String BT_SNOOP_LOG_CMD = "setprop persist.bluetooth.btsnooplogmode %s"; field in Sl4aBluetoothUtil
470 device.executeShellCommand(String.format(BT_SNOOP_LOG_CMD, "full")); in enableBluetoothSnoopLog()
486 device.executeShellCommand(String.format(BT_SNOOP_LOG_CMD, "disabled")); in disableBluetoothSnoopLog()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java19 import static com.android.tradefed.util.Sl4aBluetoothUtil.BT_SNOOP_LOG_CMD;
358 verify(mPrimary).executeShellCommand(String.format(BT_SNOOP_LOG_CMD, "full")); in testEnableBluetoothSnoopLog_AndroidQAndAbove()
396 verify(mPrimary).executeShellCommand(String.format(BT_SNOOP_LOG_CMD, "disabled")); in testDisableBluetoothSnoopLog_AndroidQAndAbove()