Searched refs:onLocationSwitchChanged (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/ |
D | WearGrantPermissionsScreen.kt | 54 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()
|
D | WearAppPermissionScreen.kt | 54 onLocationSwitchChanged: (Boolean) -> Unit, in <lambda>() 79 onLocationSwitchChanged, in <lambda>() 111 onLocationSwitchChanged: (Boolean) -> Unit, in WearAppPermissionContent() 125 onCheckedChanged = onLocationSwitchChanged, in WearAppPermissionContent()
|
D | WearAppPermissionFragment.kt | 156 val onLocationSwitchChanged: (Boolean) -> Unit = { checked -> in <lambda>() constant 246 onLocationSwitchChanged, in <lambda>()
|
D | GrantPermissionsWearViewHandler.java | 196 private void onLocationSwitchChanged(boolean checked) { in onLocationSwitchChanged() method in GrantPermissionsWearViewHandler 286 onLocationSwitchChanged(checked); in createView()
|