Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DWidgetPickConversationActivity.java98 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in saveConversationidPref()
104 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in getConversationIdPref()
110 final BuglePrefs prefs = Factory.get().getWidgetPrefs(); in deleteConversationIdPref()
/packages/apps/Messaging/src/com/android/messaging/
DFactory.java62 public abstract BuglePrefs getWidgetPrefs(); in getWidgetPrefs() method in Factory
DFactoryImpl.java154 public BuglePrefs getWidgetPrefs() { in getWidgetPrefs() method in FactoryImpl
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeFactory.java182 public BuglePrefs getWidgetPrefs() { in getWidgetPrefs() method in FakeFactory