Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothNameDialogFragment.java90 .setView(createDialogView(deviceName)) in onCreateDialog()
115 private View createDialogView(String deviceName) { in createDialogView() method in BluetoothNameDialogFragment
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragment.java84 .setView(createDialogView(deviceName)) in onCreateDialog()
112 private View createDialogView(String deviceName) { in createDialogView() method in BluetoothRenameDialogFragment
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java90 .setView(createDialogView(deviceName)) in onCreateDialog()
115 private View createDialogView(String deviceName) { in createDialogView() method in BluetoothNameDialogFragment
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/
DReviewAccessibilityServicesActivity.java61 .setView(createDialogView(services)) in onCreate()
74 private @NonNull View createDialogView(List<AccessibilityServiceInfo> services) { in createDialogView() method in ReviewAccessibilityServicesActivity