Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DWifiStateWorkerTest.java76 WifiStateWorker.refresh(); in getWifiState_wifiStateDisabling_returnWifiStateDisabling()
84 WifiStateWorker.refresh(); in getWifiState_wifiStateDisabled_returnWifiStateDisabled()
92 WifiStateWorker.refresh(); in getWifiState_wifiStateEnabling_returnWifiStateEnabling()
100 WifiStateWorker.refresh(); in getWifiState_wifiStateEnabled_returnWifiStateEnabled()
108 WifiStateWorker.refresh(); in isWifiEnabled_wifiStateDisabling_returnFalse()
116 WifiStateWorker.refresh(); in isWifiEnabled_wifiStateDisabled_returnFalse()
124 WifiStateWorker.refresh(); in isWifiEnabled_wifiStateEnabling_returnFalse()
132 WifiStateWorker.refresh(); in isWifiEnabled_wifiStateEnabled_returnTrue()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java135 mMediaOutputBaseDialogImpl.refresh(); in refresh_withIconRes_iconIsVisible()
148 mMediaOutputBaseDialogImpl.refresh(); in refresh_withIconCompat_iconIsVisible()
159 mMediaOutputBaseDialogImpl.refresh(); in refresh_noIcon_iconLayoutNotVisible()
170 mMediaOutputBaseDialogImpl.refresh(); in refresh_broadcastIconVisibilityOff_broadcastIconLayoutNotVisible()
180 mMediaOutputBaseDialogImpl.refresh(); in refresh_broadcastIconVisibilityOn_broadcastIconLayoutVisible()
191 mMediaOutputBaseDialogImpl.refresh(); in refresh_checkTitle()
203 mMediaOutputBaseDialogImpl.refresh(); in refresh_withSubtitle_checkSubtitle()
213 mMediaOutputBaseDialogImpl.refresh(); in refresh_noSubtitle_checkSubtitle()
223 mMediaOutputBaseDialogImpl.refresh(); in refresh_inDragging_notUpdateAdapter()
231 mMediaOutputBaseDialogImpl.refresh(); in refresh_inDragging_directSetRefreshingToFalse()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java293 void refresh() { in refresh() method in MediaOutputBaseDialog
294 refresh(false); in refresh()
297 void refresh(boolean deviceSetChanged) { in refresh() method in MediaOutputBaseDialog
430 refresh(); in handleLeBroadcastStartFailed()
438 refresh(); in handleLeBroadcastMetadataChanged()
443 refresh(); in handleLeBroadcastStopped()
447 refresh(); in handleLeBroadcastStopFailed()
451 refresh(); in handleLeBroadcastUpdated()
455 refresh(); in handleLeBroadcastUpdateFailed()
491 refresh(); in startLeBroadcastDialog()
[all …]
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionDeviceConfig.java61 private static void refresh(DeviceConfig.Properties properties) { in refresh() method in MediaSessionDeviceConfig
82 context.getMainExecutor(), properties -> refresh(properties)); in initialize()
83 refresh(DeviceConfig.getProperties(DeviceConfig.NAMESPACE_MEDIA)); in initialize()
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/
DNativeCoverageHackInstrumentationListener.java105 siginfo.refresh(); in maybeDumpNativeCoverage()
110 siginfo.refresh(); in maybeDumpNativeCoverage()
186 refresh(); in SignalMaskInfo()
189 public void refresh() { in refresh() method in NativeCoverageHackInstrumentationListener.SignalMaskInfo
/frameworks/base/services/core/java/com/android/server/content/
DSyncManagerConstants.java70 refresh(); in start()
76 refresh(); in onChange()
79 private void refresh() { in refresh() method in SyncManagerConstants
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManager.java197 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
204 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
220 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
229 cachedDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
DCsipDeviceManager.java238 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
245 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
258 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
273 cachedDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerStartable.kt54 stylusUsiPowerUi.refresh() in onStylusBluetoothConnected()
58 stylusUsiPowerUi.refresh() in onStylusBluetoothDisconnected()
DStylusUsiPowerUI.kt79 fun refresh() { in <lambda>() method
102 refresh() in <lambda>()
119 refresh() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
DRefreshUsersSchedulerTest.kt48 fun `pause - prevents the next refresh from happening`() = in pause - prevents the next refresh from happening()
63 fun `unpauseAndRefresh - forces the refresh even when paused`() = in unpauseAndRefresh - forces the refresh even when paused()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java58 private int refresh = 0; // 0 is no refresh else refresh = downsample field in VrView
191 refresh = 1; in onTouchEvent()
325 refresh = 0; in render()
328 refresh = downSample; in render()
452 if (refresh != 0) { in onPostExecute()
453 render(refresh); in onPostExecute()
/frameworks/base/services/core/java/com/android/server/am/
DComponentAliasResolver.java138 refresh();
143 refresh();
148 refresh();
154 BackgroundThread.getHandler().post(this::refresh);
209 private void refresh() { in refresh() method in ComponentAliasResolver
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java162 refresh(); in ViewGroupAdapterBridge()
165 private void refresh() { in refresh() method in PseudoGridView.ViewGroupAdapterBridge
201 refresh(); in onChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java90 verify(mKeyguardSliceViewController).refresh(); in dozeTimeTick_updatesSlice()
96 verify(mKeyguardClockSwitchController).refresh(); in dozeTimeTick_updatesClock()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiStateWorker.java118 refresh(); in init()
125 public static void refresh() { in refresh() method in WifiStateWorker
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/stylus/
DStylusUsiPowerStartableTest.kt112 verify(stylusUsiPowerUi, times(1)).refresh() in onStylusBluetoothConnected_refreshesNotification()
119 verify(stylusUsiPowerUi, times(1)).refresh() in onStylusBluetoothDisconnected_refreshesNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionTaskView.kt83 refresh() in bindTask()
122 private fun refresh() { in refresh() method
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java97 mKeyguardSliceViewController.refresh(); in dozeTimeTick()
195 mKeyguardClockSwitchController.refresh(); in refreshTime()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java268 public void disableProfile(String cardId, String iccid, boolean refresh, in disableProfile() argument
272 refresh, new IDisableProfileCallback.Stub() { in disableProfile() local
302 public void switchToProfile(String cardId, String iccid, boolean refresh, in switchToProfile() argument
306 TelephonyManager.DEFAULT_PORT_INDEX, refresh, in switchToProfile() local
337 boolean refresh, @NonNull @CallbackExecutor Executor executor, in switchToProfile() argument
341 portIndex, refresh, new ISwitchToProfileCallback.Stub() { in switchToProfile() local
/frameworks/base/test-mock/src/android/test/mock/
DMockContentProvider.java179 public boolean refresh(@NonNull AttributionSource attributionSource, Uri url, in refresh() method in MockContentProvider.InversionIContentProvider
181 return MockContentProvider.this.refresh(url, args); in refresh()
333 public boolean refresh(Uri url, Bundle args) { in refresh() method in MockContentProvider
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreConfig.java182 static void refresh(Properties properties) { in refresh() method in BlobStoreConfig.DeviceConfigProperties
285 properties -> DeviceConfigProperties.refresh(properties)); in initialize()
286 DeviceConfigProperties.refresh(DeviceConfig.getProperties(NAMESPACE_BLOBSTORE)); in initialize()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManagerTest.java356 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_connected_subDevice_mainDeviceConnected_verifyRefresh()
381 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_connected_subDevice_mainDeviceDisconnected_switch()
411 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch()
445 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_disconnected_subDevice_verifyRefresh()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl50 oneway void disableProfile(String callingPackage, String cardId, String iccid, boolean refresh, in disableProfile() argument
53 boolean refresh, in ISwitchToProfileCallback callback); in switchToProfile() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBaseUserSwitcherAdapterTest.kt237 fun refresh() { in <lambda>() method in com.android.systemui.statusbar.policy.BaseUserSwitcherAdapterTest
238 underTest.refresh() in <lambda>()

1234