Home
last modified time | relevance | path

Searched refs:getLocationFragment (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallFragment.java505 Fragment fragment = getLocationFragment(); in isShowingLocationUi()
522 .remove(getLocationFragment()) in showLocationUi()
533 showLocationUi(isInMultiWindowMode ? null : getLocationFragment()); in onMultiWindowModeChanged()
537 private Fragment getLocationFragment() { in getLocationFragment() method in InCallFragment
/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java767 mInCallScreen.showLocationUi(getLocationFragment()); in updatePrimaryDisplayInfo()
784 private Fragment getLocationFragment() { in getLocationFragment() method in CallCardPresenter
815 return callLocation.getLocationFragment(mContext); in getLocationFragment()
/packages/apps/Dialer/java/com/android/incallui/calllocation/
DCallLocation.java29 Fragment getLocationFragment(@NonNull Context context); in getLocationFragment() method
/packages/apps/Dialer/java/com/android/incallui/calllocation/stub/
DStubCallLocationModule.java46 public Fragment getLocationFragment(@NonNull Context context) { in getLocationFragment() method in StubCallLocationModule.StubCallLocation
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DCallLocationImpl.java46 public Fragment getLocationFragment(@NonNull Context context) { in getLocationFragment() method in CallLocationImpl