Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DWifiEntryPreferenceTest.java133 pref.refresh(); in titleChanged_refresh_shouldUpdateTitle()
145 pref.refresh(); in summaryChanged_refresh_shouldUpdateSummary()
157 pref.refresh(); in levelChanged_refresh_shouldUpdateLevelIcon()
160 pref.refresh(); in levelChanged_refresh_shouldUpdateLevelIcon()
163 pref.refresh(); in levelChanged_refresh_shouldUpdateLevelIcon()
166 pref.refresh(); in levelChanged_refresh_shouldUpdateLevelIcon()
169 pref.refresh(); in levelChanged_refresh_shouldUpdateLevelIcon()
172 pref.refresh(); in levelChanged_refresh_shouldUpdateLevelIcon()
187 pref.refresh(); in levelChanged_showXWifiRefresh_shouldUpdateLevelIcon()
190 pref.refresh(); in levelChanged_showXWifiRefresh_shouldUpdateLevelIcon()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialogTest.java87 mMediaOutputBaseDialogImpl.refresh(); in refresh_withIconRes_iconIsVisible()
97 mMediaOutputBaseDialogImpl.refresh(); in refresh_withIconCompat_iconIsVisible()
108 mMediaOutputBaseDialogImpl.refresh(); in refresh_noIcon_iconLayoutNotVisible()
119 mMediaOutputBaseDialogImpl.refresh(); in refresh_checkTitle()
131 mMediaOutputBaseDialogImpl.refresh(); in refresh_withSubtitle_checkSubtitle()
141 mMediaOutputBaseDialogImpl.refresh(); in refresh_noSubtitle_checkSubtitle()
151 mMediaOutputBaseDialogImpl.refresh(); in refresh_inDragging_notUpdateAdapter()
160 mMediaOutputBaseDialogImpl.refresh(); in refresh_notInDragging_verifyUpdateAdapter()
/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/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManager.java166 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
173 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
186 mainDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
195 cachedDevice.refresh(); in onProfileConnectionStateChangedIfProcessed()
DCachedBluetoothDevice.java132 refresh();
357 refresh(); in connectProfile()
526 void refresh() { in refresh() method in CachedBluetoothDevice
744 refresh(); in onBondingStateChanged()
1236 refresh(); in getDrawableWithDescription()
/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/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerTest.java89 verify(mKeyguardSliceViewController).refresh(); in dozeTimeTick_updatesSlice()
95 verify(mKeyguardClockSwitchController).refresh(); in dozeTimeTick_updatesClock()
/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/packages/SystemUI/src/com/android/systemui/qs/
DPseudoGridView.java155 refresh(); in ViewGroupAdapterBridge()
158 private void refresh() { in refresh() method in PseudoGridView.ViewGroupAdapterBridge
194 refresh(); in onChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBaseDialog.java146 void refresh() { in refresh() method in MediaOutputBaseDialog
202 mMainThreadHandler.post(() -> refresh()); in onMediaChanged()
214 mMainThreadHandler.post(() -> refresh()); in onRouteChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiEntryPreference.java86 refresh(); in WifiEntryPreference()
137 public void refresh() { in refresh() method in WifiEntryPreference
158 refresh(); in onUpdated()
DAccessPointPreference.java105 refresh(); in AccessPointPreference()
234 public void refresh() { in refresh() method in AccessPointPreference
/frameworks/base/core/tests/systemproperties/src/android/os/
DPropertyInvalidatedCacheTest.java116 protected String refresh(String oldResult, Integer query) { in testRefreshSameObject()
137 protected String refresh(String oldResult, Integer query) { in testRefreshInvalidateRace()
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.h74 virtual void refresh() = 0;
150 void refresh() override;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockMessageQueue.h37 MOCK_METHOD0(refresh, void());
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DHearingAidDeviceManagerTest.java313 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_connected_subDevice_mainDeviceConnected_verifyRefresh()
338 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_connected_subDevice_mainDeviceDisconnected_switch()
362 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_disconnected_mainDevice_subDeviceConnected_switch()
396 verify(mCachedDevice1).refresh(); in onProfileConnectionStateChanged_disconnected_subDevice_verifyRefresh()
DLocalBluetoothProfileManagerTest.java250 verify(mCachedBluetoothDevice, never()).refresh(); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh()
270 verify(mCachedBluetoothDevice).refresh(); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
/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/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java108 mKeyguardSliceViewController.refresh(); in dozeTimeTick()
218 mKeyguardClockSwitchController.refresh(); in refreshTime()
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop324 # refreshRateSwitching indicates whether SurfaceFlinger should use refresh rate
326 # below that are related to refresh rate switching will only have an effect if
347 # display to a lower refresh rate. Setting this property to 0 means there is no timer.
358 # keep the display in peak refresh rate as long as display power is not in normal mode.
369 # to adjust the screen refresh rate based on that.
379 # screen refresh rate based on that.
418 # display refresh rate.
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl48 oneway void disableProfile(String callingPackage, String cardId, String iccid, boolean refresh, in disableProfile() argument
50 oneway void switchToProfile(String callingPackage, String cardId, String iccid, boolean refresh, in switchToProfile() argument
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java224 public void disableProfile(String cardId, String iccid, boolean refresh, in disableProfile() argument
228 refresh, new IDisableProfileCallback.Stub() { in disableProfile() local
255 public void switchToProfile(String cardId, String iccid, boolean refresh, in switchToProfile() argument
259 refresh, new ISwitchToProfileCallback.Stub() { in switchToProfile() local
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt60 whether to enable or disable auto-refresh in the Android compositor when

1234