Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DAppPermissionViewModel.kt177 private var shouldShowLocationAccuracy: Boolean? = null in <lambda>() variable
649 if (shouldShowLocationAccuracy == null) { in <lambda>()
650 shouldShowLocationAccuracy = in <lambda>()
656 if (shouldShowLocationAccuracy == true && !deniedState.isChecked) { in <lambda>()
721 if (shouldShowLocationAccuracy == true) { in <lambda>()
1107 if (shouldShowLocationAccuracy == true && !isFineLocationChecked(newGroup)) { in <lambda>()