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.java515 Fragment fragment = getLocationFragment(); in isShowingLocationUi()
532 .remove(getLocationFragment()) in showLocationUi()
543 showLocationUi(isInMultiWindowMode ? null : getLocationFragment()); in onMultiWindowModeChanged()
547 private Fragment getLocationFragment() { in getLocationFragment() method in InCallFragment
/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java756 mInCallScreen.showLocationUi(getLocationFragment()); in updatePrimaryDisplayInfo()
773 private Fragment getLocationFragment() { in getLocationFragment() method in CallCardPresenter
804 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