Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/syncacrossdevices/
DSyncAcrossDevicesPreferenceControllerTest.java107 mSyncAcrossDevicesPreferenceController.onFeatureAdded(preference); in testUpdatePreferenceVisibility_addFeaturePreference_shouldShowPreference()
116 mSyncAcrossDevicesPreferenceController.onFeatureAdded(preference); in testUpdatePreferenceVisibility_removeFeaturePreference_shouldHidePreference()
/packages/apps/Settings/src/com/android/settings/notification/syncacrossdevices/
DSyncAcrossDevicesFeatureCallback.java30 void onFeatureAdded(@Nullable Preference preference); in onFeatureAdded() method
DSyncAcrossDevicesPreferenceController.java69 public void onFeatureAdded(@Nullable Preference preference) { in onFeatureAdded() method in SyncAcrossDevicesPreferenceController