Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DEntriesProvider.java47 public static final String METHOD_GET_DYNAMIC_SUMMARY = "getDynamicSummary"; field in EntriesProvider
157 case METHOD_GET_DYNAMIC_SUMMARY: in call()
DEntryController.java19 import static com.android.settingslib.drawer.SwitchesProvider.METHOD_GET_DYNAMIC_SUMMARY;
77 notifyChanged(context, METHOD_GET_DYNAMIC_SUMMARY); in notifySummaryChanged()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DSwitchesProviderTest.java22 import static com.android.settingslib.drawer.SwitchesProvider.METHOD_GET_DYNAMIC_SUMMARY;
262 final Bundle result = mSwitchesProvider.call(METHOD_GET_DYNAMIC_SUMMARY, "uri" , extras); in getDynamicSummary_noImplementInterface_shouldReturnNull()
277 final Bundle result = mSwitchesProvider.call(METHOD_GET_DYNAMIC_SUMMARY, "uri" , extras); in getDynamicSummary_implementInterface_shouldReturnSummary()
DEntriesProviderTest.java24 import static com.android.settingslib.drawer.EntriesProvider.METHOD_GET_DYNAMIC_SUMMARY;
307 final Bundle result = mEntriesProvider.call(METHOD_GET_DYNAMIC_SUMMARY, "uri", extras); in getDynamicSummary_noImplementInterface_shouldReturnNull()
322 final Bundle result = mEntriesProvider.call(METHOD_GET_DYNAMIC_SUMMARY, "uri", extras); in getDynamicSummary_implementInterface_shouldReturnSummary()