Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 154) sorted by relevance

1234567

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java125 mClearDefaultsPreference.refresh(); in onResume()
128 mEnableDisablePreference.refresh(); in onResume()
166 mUninstallPreference.refresh(); in onActivityResult()
403 mClearDataPreference.refresh(); in clearData()
412 mClearDataPreference.refresh(); in dataCleared()
432 mClearCachePreference.refresh(); in clearCache()
441 mClearCachePreference.refresh(); in cacheCleared()
450 mForceStopPreference.refresh(); in onRunningStateChanged()
479 mAppStoragePreference.refresh(); in onPackageSizeChanged()
480 mClearDataPreference.refresh(); in onPackageSizeChanged()
[all …]
DNotificationsPreference.java43 refresh(); in NotificationsPreference()
52 refresh(); in setEntry()
55 public void refresh() { in refresh() method in NotificationsPreference
DClearDataPreference.java35 refresh(); in ClearDataPreference()
39 public void refresh() { in refresh() method in ClearDataPreference
49 refresh(); in setClearingData()
DClearCachePreference.java35 refresh(); in ClearCachePreference()
39 public void refresh() { in refresh() method in ClearCachePreference
49 refresh(); in setClearingCache()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java66 refresh();
112 private void refresh() { in refresh() method in StorageSummaryFragment
169 volPreference.refresh(themedContext, mStorageManager, volumeInfo); in refresh()
209 volPreference.refresh(themedContext, mStorageManager, volumeInfo); in refresh()
240 private void refresh(Context context, StorageManager storageManager, in refresh() method in StorageSummaryFragment.VolPreference
300 refresh(); in onStorageStateChanged()
305 refresh(); in onVolumeStateChanged()
310 refresh(); in onVolumeRecordChanged()
315 refresh(); in onVolumeForgotten()
320 refresh(); in onDiskScanned()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
DUsbDetailsFunctionsControllerTest.java110 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_allAllowed_shouldCreatePrefs()
124 mDetailsFunctionsController.refresh(false, UsbManager.FUNCTION_NONE, in displayRefresh_disconnected_shouldDisable()
136 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_onlyMidiAllowed_shouldCreateOnlyMidiPref()
148 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_MTP, POWER_ROLE_SINK, in displayRefresh_mtpEnabled_shouldCheckSwitches()
161 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in onClickMtp_noneEnabled_shouldEnableMtp()
170 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_MTP, POWER_ROLE_SINK, in onClickMtp_noneEnabled_shouldEnableMtp()
179 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_PTP, POWER_ROLE_SINK, in onClickMtp_ptpEnabled_shouldEnableMtp()
188 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_MTP, POWER_ROLE_SINK, in onClickMtp_ptpEnabled_shouldEnableMtp()
200 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_MTP, POWER_ROLE_SINK, in onClickNone_mtpEnabled_shouldDisableMtp()
209 mDetailsFunctionsController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in onClickNone_mtpEnabled_shouldDisableMtp()
DUsbDetailsPowerRoleControllerTest.java104 mDetailsPowerRoleController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_sink_shouldUncheck()
116 mDetailsPowerRoleController.refresh(true, UsbManager.FUNCTION_NONE, in displayRefresh_source_shouldCheck()
128 mDetailsPowerRoleController.refresh(false, UsbManager.FUNCTION_NONE, in displayRefresh_disconnected_shouldDisable()
141 mDetailsPowerRoleController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_notSupported_shouldRemove()
186 mDetailsPowerRoleController.refresh(false /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_success_shouldClearSubtext()
188 mDetailsPowerRoleController.refresh(true /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_success_shouldClearSubtext()
204 mDetailsPowerRoleController.refresh(false /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_failed_shouldShowFailureText()
206 mDetailsPowerRoleController.refresh(true /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_failed_shouldShowFailureText()
225 mDetailsPowerRoleController.refresh(false /* connected */, UsbManager.FUNCTION_NONE, in onClickDevice_timedOut_shouldShowFailureText()
DUsbDetailsDataRoleControllerTest.java100 mDetailsDataRoleController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_deviceRole_shouldCheckDevice()
113 mDetailsDataRoleController.refresh(true, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_hostRole_shouldCheckHost()
126 mDetailsDataRoleController.refresh(false, UsbManager.FUNCTION_NONE, POWER_ROLE_SINK, in displayRefresh_disconnected_shouldDisable()
170 mDetailsDataRoleController.refresh(false /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_success_shouldClearSubtext()
172 mDetailsDataRoleController.refresh(true /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_success_shouldClearSubtext()
188 mDetailsDataRoleController.refresh(false /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_failed_shouldShowFailureText()
190 mDetailsDataRoleController.refresh(true /* connected */, UsbManager.FUNCTION_NONE, in onClickDeviceAndRefresh_failed_shouldShowFailureText()
209 mDetailsDataRoleController.refresh(false /* connected */, UsbManager.FUNCTION_NONE, in onClickDevice_timedOut_shouldShowFailureText()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsControllerEventsTest.java47 verify(controller, times(1)).refresh(); in pauseResumeEvents()
50 verify(controller, times(1)).refresh(); in pauseResumeEvents()
54 verify(controller, times(2)).refresh(); in pauseResumeEvents()
76 protected void refresh() {} in refresh() method in BluetoothDetailsControllerEventsTest.TestController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/nfc/
DPaymentBackend.java68 refresh(); in PaymentBackend()
77 refresh(); in onResume()
80 public void refresh() { in refresh() method in PaymentBackend
170 refresh(); in setDefaultPaymentApp()
183 refresh(); in register()
/packages/apps/Settings/src/com/android/settings/nfc/
DPaymentBackend.java68 refresh(); in PaymentBackend()
77 refresh(); in onResume()
80 public void refresh() { in refresh() method in PaymentBackend
170 refresh(); in setDefaultPaymentApp()
183 refresh(); in register()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DMissingStorageFragment.java59 refresh(); in onResume()
73 private void refresh() { in refresh() method in MissingStorageFragment
90 refresh(); in onVolumeForgotten()
97 refresh(); in onVolumeRecordChanged()
/packages/apps/Email/tests/src/com/android/email/provider/
DPolicyTests.java78 account1.refresh(mMockContext); in testGetAccountIdWithPolicyKey()
79 account2.refresh(mMockContext); in testGetAccountIdWithPolicyKey()
98 account.refresh(mMockContext); in testSetAndClearAccountPolicy()
109 account.refresh(mMockContext); in testSetAndClearAccountPolicy()
113 account.refresh(mMockContext); in testSetAndClearAccountPolicy()
/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java101 refresh(); in goodmorning()
128 refresh(); in onReceiveAsync()
154 refresh(); in onReceiveAsync()
158 private void refresh() { in refresh() method in ProtipWidget
167 refresh(); in setIcon()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsController.java61 refresh(); in onResume()
71 refresh(); in onDeviceAttributesChanged()
91 protected abstract void refresh(); in refresh() method in BluetoothDetailsController
DBluetoothDetailsProfilesController.java74 refresh(); in init()
254 refresh(); in onServiceConnected()
259 refresh(); in onServiceDisconnected()
267 protected void refresh() { in refresh() method in BluetoothDetailsProfilesController
DAdvancedBluetoothDetailsHeaderController.java80 refresh();
105 refresh(); in displayPreference()
147 void refresh() { in refresh() method in AdvancedBluetoothDetailsHeaderController
275 refresh(); in onDeviceAttributesChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDetailsController.java61 refresh(); in onResume()
71 refresh(); in onDeviceAttributesChanged()
91 protected abstract void refresh(); in refresh() method in BluetoothDetailsController
/packages/apps/Settings/src/com/android/settings/wifi/
DConnectedAccessPointPreference.java50 public void refresh() { in refresh() method in ConnectedAccessPointPreference
51 super.refresh(); in refresh()
88 refresh(); in setCaptivePortal()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DConnectedAccessPointPreference.java49 public void refresh() { in refresh() method in ConnectedAccessPointPreference
50 super.refresh(); in refresh()
87 refresh(); in setCaptivePortal()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DInputsFragment.java82 refresh(); in onResume()
98 private void refresh() { in refresh() method in InputsFragment
122 inputPref.refresh(info); in refresh()
197 public void refresh(TvInputInfo inputInfo) { in refresh() method in InputsFragment.InputPreference
DSecurityFragment.java149 refresh(); in onResume()
189 private void refresh() { in refresh() method in SecurityFragment
398 refresh(); in pinFragmentDone()
412 refresh(); in addRestrictedUser()
438 refresh(); in onRestrictedUserCreated()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/storagevolumes/
DStorageVolumesFragment.java72 refresh(); in onResume()
84 private void refresh() { in refresh() method in StorageVolumesFragment
98 refresh();
/packages/apps/Contacts/tests/src/com/android/contacts/
DDynamicShortcutsTests.java79 sut.refresh(); in test_refresh_doesntCrash()
180 sut.refresh(); in test_refresh_setsDynamicShortcutsToStrequentContacts()
207 sut.refresh(); in test_refresh_skipsContactsWithNullName()
227 4l, null, null)), mock(ShortcutManager.class)).refresh(); in test_refresh_skipsContactsWithNullName()
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/
DJobSchedulerWrapper.java87 public synchronized void refresh() { in refresh() method in JobSchedulerWrapper
102 refresh(); in start()
160 refresh(); in scheduleAJob()

1234567