Home
last modified time | relevance | path

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

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