Home
last modified time | relevance | path

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

/system/bt/gd/hal/
Dsnoop_logger.h40 static const std::string kIsDebuggableProperty; variable
Dsnoop_logger.cc167 const std::string SnoopLogger::kIsDebuggableProperty = "ro.debuggable"; member in bluetooth::hal::SnoopLogger
402 auto is_debuggable = os::GetSystemProperty(kIsDebuggableProperty); in GetBtSnoopMode()