Searched refs:isDisallowBluetooth (Results 1 – 1 of 1) sorted by relevance
42 if (context.isDisallowBluetooth()) onDeny() else onAllow() in <lambda>()70 private fun Context.isDisallowBluetooth() = in Context() method