Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/
DWearGrantPermissionsScreen.kt54 onLocationSwitchChanged: (Boolean) -> Unit, in WearGrantPermissionsScreen()
80 onCheckedChanged = onLocationSwitchChanged, in WearGrantPermissionsScreen()
120 onLocationSwitchChanged: (Boolean) -> Unit, in setContent()
125 WearGrantPermissionsScreen(viewModel, onButtonClicked, onLocationSwitchChanged) in setContent()
128 WearGrantPermissionsScreen(viewModel, onButtonClicked, onLocationSwitchChanged) in setContent()
DWearAppPermissionScreen.kt54 onLocationSwitchChanged: (Boolean) -> Unit, in <lambda>()
79 onLocationSwitchChanged, in <lambda>()
111 onLocationSwitchChanged: (Boolean) -> Unit, in WearAppPermissionContent()
125 onCheckedChanged = onLocationSwitchChanged, in WearAppPermissionContent()
DWearAppPermissionFragment.kt156 val onLocationSwitchChanged: (Boolean) -> Unit = { checked -> in <lambda>() constant
246 onLocationSwitchChanged, in <lambda>()
DGrantPermissionsWearViewHandler.java196 private void onLocationSwitchChanged(boolean checked) { in onLocationSwitchChanged() method in GrantPermissionsWearViewHandler
286 onLocationSwitchChanged(checked); in createView()