Searched refs:BT_SNOOP_LOG_CMD (Results 1 – 2 of 2) sorted by relevance
52 static final String BT_SNOOP_LOG_CMD = "setprop persist.bluetooth.btsnooplogmode %s"; field in Sl4aBluetoothUtil470 device.executeShellCommand(String.format(BT_SNOOP_LOG_CMD, "full")); in enableBluetoothSnoopLog()486 device.executeShellCommand(String.format(BT_SNOOP_LOG_CMD, "disabled")); in disableBluetoothSnoopLog()
19 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()