Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionHelper.kt42 if (context.isDisallowBluetooth()) onDeny() else onAllow() in <lambda>()
70 private fun Context.isDisallowBluetooth() = in Context() method