Home
last modified time | relevance | path

Searched refs:onRefresh (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/batterystatstests/BatteryStatsViewer/src/com/android/frameworks/core/batterystatsviewer/
H A DBatteryConsumerPickerActivity.java75 mSwipeRefreshLayout.setOnRefreshListener(this::onRefresh); in onCreate()
121 private void onRefresh() { in onRefresh() method in BatteryConsumerPickerActivity
H A DBatteryStatsViewerActivity.java79 mSwipeRefreshLayout.setOnRefreshListener(this::onRefresh); in onCreate()
113 private void onRefresh() { in onRefresh() method in BatteryStatsViewerActivity
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java684 protected void onRefresh() { in onRefresh() method in GlobalActionsDialogLite
708 mNotificationShadeWindowController, this::onRefresh, mKeyguardShowing, in createDialog()