Home
last modified time | relevance | path

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

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