Searched defs:getSubscriptionPrefs (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/
H A DFactory.java61 public abstract BuglePrefs getSubscriptionPrefs(int subId); method in class:Factory
H A DFactoryImpl.java159 public BuglePrefs getSubscriptionPrefs(int subId) { method in class:FactoryImpl
/packages/apps/Messaging/src/com/android/messaging/util/
H A DBuglePrefs.java66 public static BuglePrefs getSubscriptionPrefs(final int subId) { method in class:BuglePrefs
67 return Factory.get().getSubscriptionPrefs(subId);
/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java187 public BuglePrefs getSubscriptionPrefs(final int subId) { method in class:FakeFactory

Completed in 457 milliseconds