Searched refs:mFooterPreference (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDetailsMacAddressController.java34 FooterPreference mFooterPreference; field in class:BluetoothDetailsMacAddressController
46 mFooterPreference = mFooterPreferenceMixin.createFooterPreference();
47 mFooterPreference.setTitle(mContext.getString(
57 if (mFooterPreference == null) {
60 return mFooterPreference.getKey();
H A DBluetoothPairingDetail.java50 FooterPreference mFooterPreference; field in class:BluetoothPairingDetail
109 mFooterPreference = (FooterPreference) findPreference(KEY_FOOTER_PREF);
110 mFooterPreference.setSelectable(false);
154 updateFooterPreference(mFooterPreference);
H A DBluetoothSwitchPreferenceController.java53 private FooterPreference mFooterPreference; field in class:BluetoothSwitchPreferenceController
70 mFooterPreference = footerPreference;
121 mFooterPreference.setTitle(text);
123 mFooterPreference.setTitle(R.string.bluetooth_empty_list_bluetooth_off);
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothSwitchPreferenceControllerTest.java56 private FooterPreference mFooterPreference; field in class:BluetoothSwitchPreferenceControllerTest
64 mFooterPreference = new FooterPreference(mContext);
69 mSwitchController, mFooterPreference);
82 assertThat(mFooterPreference.getTitle()).isEqualTo(text);
91 assertThat(mFooterPreference.getTitle()).isEqualTo(BLUETOOTH_INFO_STRING);
101 assertThat(mFooterPreference.getTitle()).isEqualTo(BLUETOOTH_INFO_STRING);
110 assertThat(mFooterPreference.getTitle()).isEqualTo(BLUETOOTH_INFO_STRING);
H A DBluetoothPairingDetailTest.java64 private FooterPreference mFooterPreference; field in class:BluetoothPairingDetailTest
76 mFooterPreference = new FooterPreference(mContext);
88 doReturn(mFooterPreference).when(mFragment)
94 assertThat(mFragment.mFooterPreference).isEqualTo(mFooterPreference);
111 mFragment.mFooterPreference = mFooterPreference;
151 mFragment.mFooterPreference = mFooterPreference;
/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DBluetoothDashboardFragment.java52 private FooterPreference mFooterPreference; field in class:BluetoothDashboardFragment
79 mFooterPreference = mFooterPreferenceMixin.createFooterPreference();
95 new SwitchBarController(mSwitchBar), mFooterPreference);

Completed in 365 milliseconds