Home
last modified time | relevance | path

Searched refs:getSummaryTextInBackground (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/core/
H A DLiveDataController.java60 mData.postValue(getSummaryTextInBackground()); in initLifeCycleOwner()
79 protected abstract CharSequence getSummaryTextInBackground(); in getSummaryTextInBackground() method in LiveDataController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
H A DLiveDataControllerTest.java73 public CharSequence getSummaryTextInBackground() { in getSummaryTextInBackground() method in LiveDataControllerTest.TestPreferenceController
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DTimeSpentInAppPreferenceController.java90 protected CharSequence getSummaryTextInBackground() { in getSummaryTextInBackground() method in TimeSpentInAppPreferenceController
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
H A DTimeSpentInAppPreferenceControllerTest.java123 mController.getSummaryTextInBackground(); in getSummaryTextInBackground_shouldQueryAppFeatureProvider()