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.kt50 onLocationSwitchChanged: (Boolean) -> Unit in WearGrantPermissionsScreen()
74 onCheckedChanged = { onLocationSwitchChanged(it) }, in WearGrantPermissionsScreen()
111 onLocationSwitchChanged: (Boolean) -> Unit in setContent()
114 WearGrantPermissionsScreen(viewModel, onButtonClicked, onLocationSwitchChanged) in setContent()
DWearAppPermissionScreen.kt47 onLocationSwitchChanged: (Boolean) -> Unit, in <lambda>()
70 onLocationSwitchChanged, in <lambda>()
99 onLocationSwitchChanged: (Boolean) -> Unit, in WearAppPermissionContent()
112 onCheckedChanged = onLocationSwitchChanged, in WearAppPermissionContent()
DWearAppPermissionFragment.kt155 val onLocationSwitchChanged: (Boolean) -> Unit = { checked -> in <lambda>() constant
243 onLocationSwitchChanged, in <lambda>()
DGrantPermissionsWearViewHandler.java195 private void onLocationSwitchChanged(boolean checked) { in onLocationSwitchChanged() method in GrantPermissionsWearViewHandler
279 onLocationSwitchChanged(checked); in createView()