/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/ |
D | WifiStateWorkerTest.java | 76 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/ |
D | BaseModeRefreshRateVoteTest.kt | 42 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()
|
D | SupportedRefreshRatesVoteTest.kt | 45 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()
|
D | DisableRefreshRateSwitchingVoteTest.kt | 31 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()
|
D | RequestedRefreshRateVoteTest.kt | 43 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/ |
D | MediaOutputBaseDialogTest.java | 158 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/ |
D | MediaOutputBaseDialog.java | 322 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/ |
D | KeyguardStatusViewControllerWithCoroutinesTest.kt | 46 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/ |
D | MediaSessionDeviceConfig.java | 61 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/ |
D | NativeCoverageHackInstrumentationListener.java | 136 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/ |
D | IntervalRandomNoiseGenerator.java | 50 refresh(); in IntervalRandomNoiseGenerator() 80 void refresh() { in refresh() method in IntervalRandomNoiseGenerator
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManagerConstants.java | 70 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/ |
D | display_flags.aconfig | 89 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/ |
D | IntervalRandomNoiseGeneratorTest.java | 58 generator.refresh(); in assertDistribution() 100 generator.refresh(); in stickiness()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
D | VrView.java | 58 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/ |
D | BubbleProperties.kt | 34 fun refresh() method
|
D | ProdBubbleProperties.kt | 31 override fun refresh() { in refresh() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stylus/ |
D | StylusUsiPowerUI.kt | 89 fun refresh() { in refresh() method 122 refresh() in updateBatteryState() 140 refresh() in updateSuppression()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PseudoGridView.java | 162 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/ |
D | WifiStateWorker.java | 118 refresh(); in init() 125 public static void refresh() { in refresh() method in WifiStateWorker
|
/frameworks/base/core/java/android/app/contextualsearch/ |
D | flags.aconfig | 13 description: "Flag to refresh the token to the callback"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
D | MediaProjectionTaskView.kt | 82 refresh() in bindTask() 121 private fun refresh() { in refresh() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ComponentAliasResolver.java | 121 refresh(); 126 refresh(); 131 refresh(); 183 private void refresh() { in refresh() method in ComponentAliasResolver
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccCardManager.java | 292 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/ |
D | BlobStoreConfig.java | 182 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()
|