Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothNameDialogFragmentTest.java33 private TestBluetoothNameDialogFragment mBluetoothNameDialogFragment;
40 mBluetoothNameDialogFragment = new TestBluetoothNameDialogFragment(); in setUp()
58 public static class TestBluetoothNameDialogFragment extends BluetoothNameDialogFragment { class in BluetoothNameDialogFragmentTest