Home
last modified time | relevance | path

Searched defs:getDialogTitle (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DLocalRenameDialogFragment.java61 protected int getDialogTitle() { in getDialogTitle() method in LocalRenameDialogFragment
DRemoteRenameDialogFragment.java61 protected int getDialogTitle() { in getDialogTitle() method in RemoteRenameDialogFragment
DBluetoothRenameDialogFragment.java60 protected abstract int getDialogTitle(); in getDialogTitle() method in BluetoothRenameDialogFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragmentTest.java75 protected int getDialogTitle() { in getDialogTitle() method in BluetoothNameDialogFragmentTest.TestBluetoothNameDialogFragment
/packages/apps/Settings/src/com/android/settings/bluetooth/
DLocalDeviceNameDialogFragment.java74 protected int getDialogTitle() { in getDialogTitle() method in LocalDeviceNameDialogFragment
DRemoteDeviceNameDialogFragment.java65 protected int getDialogTitle() { in getDialogTitle() method in RemoteDeviceNameDialogFragment
DBluetoothNameDialogFragment.java68 abstract protected int getDialogTitle(); in getDialogTitle() method in BluetoothNameDialogFragment
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragmentTest.java159 protected int getDialogTitle() { in getDialogTitle() method in BluetoothRenameDialogFragmentTest.TestBluetoothRenameDialogFragment
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DDialogManager.java169 private String getDialogTitle(@DialogType int type) { in getDialogTitle() method in DialogManager