Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionPreferenceGroup.java49 updateText(); in AppDeletionPreferenceGroup()
78 updateText(); in onAppRebuild()
119 updateText(); in onPreferenceChange()
129 updateText(); in onPreferenceChange()
149 private void updateText() { in updateText() method in AppDeletionPreferenceGroup
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothSwitchPreferenceController.java64 updateText(mSwitch.isChecked()); in BluetoothSwitchPreferenceController()
78 updateText(mSwitch.isChecked()); in onStart()
89 updateText(isChecked); in onSwitchToggled()
102 @VisibleForTesting void updateText(boolean isChecked) { in updateText() method in BluetoothSwitchPreferenceController
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceController.java67 updateText(mSwitch.isChecked()); in BluetoothSwitchPreferenceController()
83 updateText(mSwitch.isChecked()); in onStart()
95 updateText(isChecked); in onSwitchToggled()
108 @VisibleForTesting void updateText(boolean isChecked) { in updateText() method in BluetoothSwitchPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceControllerTest.java75 mController.updateText(false); in updateText_bluetoothOffScanningOn()
88 mController.updateText(false); in updateText_bluetoothOffScanningOff()
97 mController.updateText(true); in updateText_bluetoothOnScanningOff()
106 mController.updateText(true); in updateText_bluetoothOnScanningOn()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java191 updateText(addressLine1, address.substring(0, splitIndex).trim()); in setAddress()
192 updateText(addressLine2, address.substring(splitIndex + 1).trim()); in setAddress()
194 updateText(addressLine1, address); in setAddress()
195 updateText(addressLine2, null); in setAddress()
256 private static void updateText(TextView view, String text) { in updateText() method in LocationFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DPinDialogFragment.java392 pnp.updateText();
495 updateText();
541 updateText();
641 updateText();
648 updateText();
671 private void updateText() {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditor.java236 updateText(); in commitLocalRepresentation()
254 protected void updateText() { in updateText() method in Editor
271 updateText(); in reflectCurrentFilter()
DEditorCurves.java38 protected void updateText() { in updateText() method in EditorCurves
DBasicEditor.java54 updateText(); in reflectCurrentFilter()
DEditorColorBorder.java178 updateText(); in selectMenuItem()
DEditorDraw.java222 updateText(); in selectMenuItem()
/packages/apps/Settings/src/com/android/settings/widget/
DSwitchBar.java181 updateText(); in setTextViewLabelAndBackground()
198 updateText(); in setSummary()
201 private void updateText() { in updateText() method in SwitchBar
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSwitchBar.java173 updateText(); in setTextViewLabelAndBackground()
184 updateText(); in setSummary()
187 private void updateText() { in updateText() method in SwitchBar
/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java116 updateText(R.string.uninstall_drop_target_label); in setupUi()
120 updateText(R.string.dismiss_prediction_label); in setupUi()
124 updateText(R.string.gadget_setup_text); in setupUi()
DButtonDropTarget.java128 protected void updateText(int resId) { in updateText() method in ButtonDropTarget
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java432 updateText( in updateStreamInfo()
435 updateText( in updateStreamInfo()
438 updateText( in updateStreamInfo()
442 updateText( in updateStreamInfo()
536 private void updateText(TextView view, String text) {
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DChannelsBlockedFragment.java175 updateText(); in onUpdate()
201 private void updateText() { in updateText() method in ChannelsBlockedFragment.BlockAllItem
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java631 updateText(text, false); in setText()
635 updateText(text, true); in appendText()
651 private void updateText(String text, boolean appended) { in updateText() method in CaptionWindowLayout
/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java327 updateText(selectedGenreId, title); in setValues()
340 private void updateText(int selectedGenreId, String title) { in updateText() method in ProgramItemView