Home
last modified time | relevance | path

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

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