Home
last modified time | relevance | path

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

12345

/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/services/tests/displayservicetests/src/com/android/server/display/mode/
DBaseModeRefreshRateVoteTest.kt42 fun `updates summary with base mode refresh rate if not set`() { in updates summary with base mode refresh rate if not set()
51 fun `keeps summary base mode refresh rate if set`() { in keeps summary base mode refresh rate if set()
61 fun `keeps summary with base mode refresh rate if vote refresh rate is negative`() { in keeps summary with base mode refresh rate if vote refresh rate is negative()
DSupportedRefreshRatesVoteTest.kt45 fun `adds supported refresh rates if supportedModes in summary is null`() { in adds supported refresh rates if supportedModes in summary is null()
54 fun `does not add supported refresh rates if summary has empty list of refresh rates`() { in does not add supported refresh rates if summary has empty list of refresh rates()
64 fun `filters out supported refresh rates that does not match vote`() { in filters out supported refresh rates that does not match vote()
DDisableRefreshRateSwitchingVoteTest.kt31 fun `disabled refresh rate switching is not changed`( in disabled refresh rate switching is not changed()
44 fun `disables refresh rate switching if requested`() { in disables refresh rate switching if requested()
54 fun `does not disable refresh rate switching if not requested`() { in does not disable refresh rate switching if not requested()
DRequestedRefreshRateVoteTest.kt43 fun `updates requestedRefreshRates with multiple refresh rates`() { in updates requestedRefreshRates with multiple refresh rates()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java158 mMediaOutputBaseDialogImpl.refresh(); in refresh_withIconRes_iconIsVisible()
171 mMediaOutputBaseDialogImpl.refresh(); in refresh_withIconCompat_iconIsVisible()
182 mMediaOutputBaseDialogImpl.refresh(); in refresh_noIcon_iconLayoutNotVisible()
193 mMediaOutputBaseDialogImpl.refresh(); in refresh_broadcastIconVisibilityOff_broadcastIconLayoutNotVisible()
203 mMediaOutputBaseDialogImpl.refresh(); in refresh_broadcastIconVisibilityOn_broadcastIconLayoutVisible()
214 mMediaOutputBaseDialogImpl.refresh(); in refresh_checkTitle()
226 mMediaOutputBaseDialogImpl.refresh(); in refresh_withSubtitle_checkSubtitle()
236 mMediaOutputBaseDialogImpl.refresh(); in refresh_noSubtitle_checkSubtitle()
246 mMediaOutputBaseDialogImpl.refresh(); in refresh_inDragging_notUpdateAdapter()
254 mMediaOutputBaseDialogImpl.refresh(); in refresh_inDragging_directSetRefreshingToFalse()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java322 void refresh() { in refresh() method in MediaOutputBaseDialog
323 refresh(false); in refresh()
326 void refresh(boolean deviceSetChanged) { in refresh() method in MediaOutputBaseDialog
471 refresh(); in handleLeBroadcastStartFailed()
479 refresh(); in handleLeBroadcastMetadataChanged()
484 refresh(); in handleLeBroadcastStopped()
488 refresh(); in handleLeBroadcastStopFailed()
492 refresh(); in handleLeBroadcastUpdated()
496 refresh(); in handleLeBroadcastUpdateFailed()
532 refresh(); in startLeBroadcastDialog()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerWithCoroutinesTest.kt46 verify(mKeyguardSliceViewController).refresh() in <lambda>()
60 verify(mKeyguardSliceViewController, never()).refresh() in <lambda>()
65 verify(mKeyguardSliceViewController).refresh() in <lambda>()
/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.java136 siginfo.refresh(); in maybeDumpNativeCoverage()
141 siginfo.refresh(); in maybeDumpNativeCoverage()
217 refresh(); in SignalMaskInfo()
220 public void refresh() { in refresh() method in NativeCoverageHackInstrumentationListener.SignalMaskInfo
/frameworks/base/services/core/java/com/android/server/powerstats/
DIntervalRandomNoiseGenerator.java50 refresh(); in IntervalRandomNoiseGenerator()
80 void refresh() { in refresh() method in IntervalRandomNoiseGenerator
/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/services/core/java/com/android/server/display/feature/
Ddisplay_flags.aconfig89 description: "Feature limiting external display resolution and refresh rate"
97 description: "Enables synchronization of refresh rates across displays"
203 description: "Feature flag for enabling telemetry for refresh rate voting in DisplayManager"
235 … description: "Feature flag for reducing the refresh rate when the screen is idle after a timeout"
262 description: "Flag for adding physical refresh rate limit if smooth display setting is on "
273 …description: "Feature flag for DisplayManager to ignore preferred refresh rate app request. It wil…
/frameworks/base/services/tests/powerstatstests/src/com/android/server/powerstats/
DIntervalRandomNoiseGeneratorTest.java58 generator.refresh(); in assertDistribution()
100 generator.refresh(); in stickiness()
/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/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/properties/
DBubbleProperties.kt34 fun refresh() method
DProdBubbleProperties.kt31 override fun refresh() { in refresh() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/
DStylusUsiPowerUI.kt89 fun refresh() { in refresh() method
122 refresh() in updateBatteryState()
140 refresh() in updateSuppression()
/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/SettingsLib/src/com/android/settingslib/wifi/
DWifiStateWorker.java118 refresh(); in init()
125 public static void refresh() { in refresh() method in WifiStateWorker
/frameworks/base/core/java/android/app/contextualsearch/
Dflags.aconfig13 description: "Flag to refresh the token to the callback"
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DMediaProjectionTaskView.kt82 refresh() in bindTask()
121 private fun refresh() { in refresh() method
/frameworks/base/services/core/java/com/android/server/am/
DComponentAliasResolver.java121 refresh();
126 refresh();
131 refresh();
183 private void refresh() { in refresh() method in ComponentAliasResolver
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java292 public void disableProfile(String cardId, String iccid, boolean refresh, in disableProfile() argument
296 refresh, new IDisableProfileCallback.Stub() { in disableProfile() local
329 public void switchToProfile(String cardId, String iccid, boolean refresh, in switchToProfile() argument
333 TelephonyManager.DEFAULT_PORT_INDEX, refresh, in switchToProfile() local
367 boolean refresh, @NonNull @CallbackExecutor Executor executor, in switchToProfile() argument
371 portIndex, refresh, new ISwitchToProfileCallback.Stub() { in switchToProfile() local
/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()

12345