Searched refs:onLocationSwitchChanged (Results 1 – 4 of 4) sorted by relevance
50 onLocationSwitchChanged: (Boolean) -> Unit in WearGrantPermissionsScreen()74 onCheckedChanged = { onLocationSwitchChanged(it) }, in WearGrantPermissionsScreen()111 onLocationSwitchChanged: (Boolean) -> Unit in setContent()114 WearGrantPermissionsScreen(viewModel, onButtonClicked, onLocationSwitchChanged) in setContent()
47 onLocationSwitchChanged: (Boolean) -> Unit, in <lambda>()70 onLocationSwitchChanged, in <lambda>()99 onLocationSwitchChanged: (Boolean) -> Unit, in WearAppPermissionContent()112 onCheckedChanged = onLocationSwitchChanged, in WearAppPermissionContent()
155 val onLocationSwitchChanged: (Boolean) -> Unit = { checked -> in <lambda>() constant243 onLocationSwitchChanged, in <lambda>()
195 private void onLocationSwitchChanged(boolean checked) { in onLocationSwitchChanged() method in GrantPermissionsWearViewHandler279 onLocationSwitchChanged(checked); in createView()