Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DFactory.java68 public abstract PhoneUtils getPhoneUtils(int subId); in getPhoneUtils() method in Factory
H A DFactoryImpl.java199 public PhoneUtils getPhoneUtils(int subId) { in getPhoneUtils() method in FactoryImpl
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DPhoneUtils.java641 return Factory.get().getPhoneUtils(ParticipantData.DEFAULT_SELF_SUB_ID); in getDefault()
652 return Factory.get().getPhoneUtils(subId); in get()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/
H A DFakeFactory.java214 public PhoneUtils getPhoneUtils(final int subId) { in getPhoneUtils() method in FakeFactory