Searched refs:kIsDebuggableProperty (Results 1 – 2 of 2) sorted by relevance
434 const std::string SnoopLogger::kIsDebuggableProperty = "ro.debuggable"; member in bluetooth::hal::SnoopLogger1398 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetMaxPacketsPerBuffer()1410 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in GetBtSnoopMode()1446 auto is_debuggable = os::GetSystemPropertyBool(kIsDebuggableProperty, false); in IsBtSnoopLogPersisted()
147 static const std::string kIsDebuggableProperty; variable