Home
last modified time | relevance | path

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

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerActivity.java106 launchSettings(); in onOptionsItemSelected()
221 private void launchSettings() { in launchSettings() method in TrackerActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractor.kt96 launchSettings(deviceItem.cachedBluetoothDevice.device, dialog) in <lambda>()
128 private fun launchSettings(device: BluetoothDevice, dialog: SystemUIDialog) { in <lambda>() method in com.android.systemui.bluetooth.qsdialog.DeviceItemActionInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt270 fun launchSettings(sender: View) { in <lambda>() method
305 launchSettings(it) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt211 controller.launchSettings(View(context)) in testSettingsClickListenerNull_noCrash()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DDreamBackend.java445 public void launchSettings(Context uiContext, DreamInfo dreamInfo) { in launchSettings() method in DreamBackend