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.java550 Fragment fragment = getLocationFragment(); in isShowingLocationUi()
567 .remove(getLocationFragment()) in showLocationUi()
578 showLocationUi(isInMultiWindowMode ? null : getLocationFragment()); in onMultiWindowModeChanged()
583 private Fragment getLocationFragment() { in getLocationFragment() method in InCallFragment
/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java206 inCallScreen.showLocationUi(getLocationFragment()); in onInCallScreenReady()
741 inCallScreen.showLocationUi(getLocationFragment()); in updatePrimaryDisplayInfo()
758 private Fragment getLocationFragment() { in getLocationFragment() method in CallCardPresenter
763 return callLocation.getLocationFragment(context); 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.java49 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