/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothSwitchPreferenceControllerTest.java | 51 private FooterPreference mFooterPreference; field in BluetoothSwitchPreferenceControllerTest 59 mFooterPreference = new FooterPreference(mContext); in setUp() 64 mSwitchController, mFooterPreference); in setUp() 77 assertThat(TextUtils.equals(mFooterPreference.getTitle(), text)).isTrue(); in updateText_bluetoothOffScanningOn() 86 assertThat(mFooterPreference.getTitle()).isEqualTo(BLUETOOTH_INFO_STRING); in updateText_bluetoothOffScanningOff() 95 assertThat(mFooterPreference.getTitle()).isEqualTo(BLUETOOTH_INFO_STRING); in updateText_bluetoothOnScanningOff() 104 assertThat(mFooterPreference.getTitle()).isEqualTo(BLUETOOTH_INFO_STRING); in updateText_bluetoothOnScanningOn()
|
D | BluetoothPairingDetailTest.java | 72 private FooterPreference mFooterPreference; field in BluetoothPairingDetailTest 87 mFooterPreference = new FooterPreference(mContext); in setUp() 102 doReturn(mFooterPreference).when(mFragment) in initPreferencesFromPreferenceScreen_findPreferences() 108 assertThat(mFragment.mFooterPreference).isEqualTo(mFooterPreference); in initPreferencesFromPreferenceScreen_findPreferences() 125 mFragment.mFooterPreference = mFooterPreference; in updateContent_stateOn_addDevices() 166 mFragment.mFooterPreference = mFooterPreference; in onScanningStateChanged_restartScanAfterInitialScanning()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDetailsMacAddressController.java | 35 FooterPreference mFooterPreference; field in BluetoothDetailsMacAddressController 47 mFooterPreference = mFooterPreferenceMixin.createFooterPreference(); in init() 48 mFooterPreference.setTitle(mContext.getString( in init() 54 mFooterPreference.setTitle(mContext.getString( in refresh() 60 if (mFooterPreference == null) { in getPreferenceKey() 63 return mFooterPreference.getKey(); in getPreferenceKey()
|
D | BluetoothSwitchPreferenceController.java | 47 private FooterPreference mFooterPreference; field in BluetoothSwitchPreferenceController 61 mFooterPreference = footerPreference; in BluetoothSwitchPreferenceController() 109 mFooterPreference.setTitle(text); in updateText() 111 mFooterPreference.setTitle(R.string.bluetooth_empty_list_bluetooth_off); in updateText()
|
D | BluetoothPairingDetail.java | 52 FooterPreference mFooterPreference; field in BluetoothPairingDetail 111 mFooterPreference = (FooterPreference) findPreference(KEY_FOOTER_PREF); in initPreferencesFromPreferenceScreen() 112 mFooterPreference.setSelectable(false); in initPreferencesFromPreferenceScreen() 156 updateFooterPreference(mFooterPreference); in updateContent()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothSwitchPreferenceController.java | 47 private FooterPreference mFooterPreference; field in BluetoothSwitchPreferenceController 61 mFooterPreference = footerPreference; in BluetoothSwitchPreferenceController() 109 mFooterPreference.setTitle(text); in updateText() 111 mFooterPreference.setTitle(R.string.bluetooth_empty_list_bluetooth_off); in updateText()
|
D | BluetoothPairingDetail.java | 52 FooterPreference mFooterPreference; field in BluetoothPairingDetail 111 mFooterPreference = (FooterPreference) findPreference(KEY_FOOTER_PREF); in initPreferencesFromPreferenceScreen() 112 mFooterPreference.setSelectable(false); in initPreferencesFromPreferenceScreen() 156 updateFooterPreference(mFooterPreference); in updateContent()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | BluetoothDashboardFragment.java | 51 private FooterPreference mFooterPreference; field in BluetoothDashboardFragment 78 mFooterPreference = mFooterPreferenceMixin.createFooterPreference(); in onCreate() 94 new SwitchBarController(mSwitchBar), mFooterPreference); in onActivityCreated()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/connecteddevice/ |
D | BluetoothDashboardFragment.java | 51 private FooterPreference mFooterPreference; field in BluetoothDashboardFragment 78 mFooterPreference = mFooterPreferenceMixin.createFooterPreference(); in onCreate() 94 new SwitchBarController(mSwitchBar), mFooterPreference); in onActivityCreated()
|