Home
last modified time | relevance | path

Searched refs:FragmentUtils (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/app/list/
DOldSpeedDialFragment.java52 import com.android.dialer.common.FragmentUtils;
146 FragmentUtils.getParentUnsafe(this, HostInterface.class).getDragShadowOverlay()); in onCreateView()
199 .addOnDragDropListener(FragmentUtils.getParentUnsafe(this, OnDragDropListener.class)); in onStart()
200 FragmentUtils.getParentUnsafe(this, HostInterface.class) in onStart()
360 FragmentUtils.getParentUnsafe(this, HostInterface.class).showAllContactsTab(); in onEmptyViewActionButtonClicked()
394 FragmentUtils.getParentUnsafe(fragment, HostInterface.class) in onLoadFinished()
413 FragmentUtils.getParentUnsafe(fragment, OnPhoneNumberPickerActionListener.class) in onContactSelected()
419 FragmentUtils.getParentUnsafe(fragment, OnPhoneNumberPickerActionListener.class) in onCallNumberDirectly()
435 FragmentUtils.getParentUnsafe(fragment, OnListFragmentScrolledListener.class) in onScroll()
441 FragmentUtils.getParentUnsafe(fragment, OnListFragmentScrolledListener.class) in onScrollStateChanged()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java59 import com.android.dialer.common.FragmentUtils;
349 FragmentUtils.getParent( in setupData()
497 && FragmentUtils.getParent(this, CallLogFragmentListener.class) != null) { in fetchCalls()
498 FragmentUtils.getParentUnsafe(this, CallLogFragmentListener.class).updateTabUnreadCounts(); in fetchCalls()
591 FragmentUtils.getParentUnsafe(this, HostInterface.class).showDialpad(); in onEmptyViewActionButtonClicked()
634 if (getActivity() != null && FragmentUtils.getParent(this, HostInterface.class) != null) { in onVisible()
635 FragmentUtils.getParentUnsafe(this, HostInterface.class) in onVisible()
658 HostInterface hostInterface = FragmentUtils.getParent(this, HostInterface.class); in onShowModalAlert()
680 FragmentUtils.getParentUnsafe(this, CallLogFragmentListener.class) in showMultiSelectRemoveView()
687 FragmentUtils.getParent(this, CallLogFragmentListener.class); in showMultiSelectRemoveView()
DVisualVoicemailCallLogFragment.java35 import com.android.dialer.common.FragmentUtils;
163 if (FragmentUtils.getParent(this, CallLogFragmentListener.class) != null) { in fetchCalls()
164 FragmentUtils.getParentUnsafe(this, CallLogFragmentListener.class).updateTabUnreadCounts(); in fetchCalls()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DSmsBottomSheetFragment.java37 import com.android.dialer.common.FragmentUtils;
78 FragmentUtils.checkParent(this, SmsSheetHolder.class); in onAttach()
88 FragmentUtils.getParentUnsafe(SmsBottomSheetFragment.this, SmsSheetHolder.class) in onCreateDialog()
117 FragmentUtils.getParentUnsafe(SmsBottomSheetFragment.this, SmsSheetHolder.class) in newTextViewItem()
133 FragmentUtils.getParentUnsafe(this, SmsSheetHolder.class).smsDismissed(); in onDismiss()
DCreateCustomSmsDialogFragment.java33 import com.android.dialer.common.FragmentUtils;
62 FragmentUtils.getParentUnsafe( in onCreateDialog()
73 FragmentUtils.getParentUnsafe( in onCreateDialog()
135 FragmentUtils.getParentUnsafe(this, CreateCustomSmsHolder.class).customSmsDismissed(); in onDismiss()
DAnswerVideoCallScreen.java26 import com.android.dialer.common.FragmentUtils;
51 FragmentUtils.getParentUnsafe(fragment, VideoCallScreenDelegateFactory.class) in AnswerVideoCallScreen()
DAnswerFragment.java59 import com.android.dialer.common.FragmentUtils;
764 FragmentUtils.getParentUnsafe(this, AnswerScreenDelegateFactory.class) in onCreateView()
799 FragmentUtils.checkParent(this, InCallScreenDelegateFactory.class); in onAttach()
1145 FragmentUtils.getParentUnsafe(this, InCallScreenDelegateFactory.class) in createInCallScreenDelegate()
1197 FragmentUtils.getParentUnsafe(this, MultimediaFragment.Holder.class).updateAvatar(this); in onViewCreated()
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DFragmentUtils.java29 public class FragmentUtils { class
31 private FragmentUtils() { in FragmentUtils() method in FragmentUtils
39 FragmentUtils.sParentForTesting = parentForTesting; in setParentForTesting()
94 if (FragmentUtils.getParent(fragment, parentType) != null) { in checkParent()
/packages/apps/Dialer/java/com/android/incallui/audioroute/
DAudioRouteSelectorDialogFragment.java38 import com.android.dialer.common.FragmentUtils;
74 FragmentUtils.checkParent(this, AudioRouteSelectorPresenter.class); in onAttach()
148 FragmentUtils.getParentUnsafe( in onCancel()
170 FragmentUtils.getParentUnsafe( in initItem()
192 FragmentUtils.getParentUnsafe( in createBluetoothItem()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethod.java23 import com.android.dialer.common.FragmentUtils;
37 return FragmentUtils.getParentUnsafe(this, AnswerMethodHolder.class); in getParent()
43 FragmentUtils.checkParent(this, AnswerMethodHolder.class); in onAttach()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerFragment.java23 import com.android.dialer.common.FragmentUtils;
35 if (FragmentUtils.getParent(this, CallComposerListener.class) == null) { in onAttach()
45 return FragmentUtils.getParent(this, CallComposerListener.class); in getListener()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
DNewSearchFragment.java51 import com.android.dialer.common.FragmentUtils;
372 FragmentUtils.getParentUnsafe(this, SearchFragmentListener.class).requestingPermission(); in onEmptyViewActionButtonClicked()
441 FragmentUtils.getParentUnsafe(this, SearchFragmentListener.class).requestingPermission(); in requestLocationPermission()
533 FragmentUtils.getParentUnsafe(this, SearchFragmentListener.class).onSearchListTouch(); in onTouch()
561 FragmentUtils.getParentUnsafe(this, SearchFragmentListener.class).onCallPlacedFromSearch(); in placeCall()
573 FragmentUtils.getParentUnsafe(this, SearchFragmentListener.class).onCallPlacedFromSearch(); in placeDuoCall()
/packages/apps/Dialer/java/com/android/incallui/telecomeventui/
DInternationalCallOnWifiDialogFragment.java31 import com.android.dialer.common.FragmentUtils;
155 FragmentUtils.getParent(this, InternationalCallOnWifiDialogActivity.class); in continueCall()
174 FragmentUtils.getParent(this, InternationalCallOnWifiDialogActivity.class); in cancelCall()
/packages/apps/Dialer/java/com/android/dialer/common/
DFragmentUtils.java27 public class FragmentUtils { class
33 FragmentUtils.parentForTesting = parentForTesting; in setParentForTesting()
136 if (FragmentUtils.getParent(frag, callbackInterface) == null) { in checkParent()
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsFragment.java45 import com.android.dialer.common.FragmentUtils;
186 getContext(), header, FragmentUtils.getParent(this, OnContactSelectedListener.class)); in onCreateView()
290 FragmentUtils.getParent(this, OnContactsListScrolledListener.class); in onScrollChange()
360 FragmentUtils.getParent(this, OnContactsFragmentHiddenChangedListener.class); in onHiddenChanged()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsActivity.java19 import com.android.inputmethod.latin.utils.FragmentUtils;
52 return FragmentUtils.isValidFragment(fragmentName); in isValidFragment()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DSpellCheckerSettingsActivity.java20 import com.android.inputmethod.latin.utils.FragmentUtils;
52 return FragmentUtils.isValidFragment(fragmentName); in isValidFragment()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DSettingsActivity.java20 import com.android.inputmethod.latin.utils.FragmentUtils;
81 return FragmentUtils.isValidFragment(fragmentName); in isValidFragment()
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java48 import com.android.dialer.common.FragmentUtils;
131 FragmentUtils.getParent(this, InCallButtonUiDelegateFactory.class) in onCreate()
137 FragmentUtils.getParentUnsafe(this, InCallScreenDelegateFactory.class) in onCreate()
149 FragmentUtils.getParentUnsafe(this, RttCallScreenDelegateFactory.class) in onViewCreated()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DInCallButtonGridFragment.java28 import com.android.dialer.common.FragmentUtils;
49 buttonGridListener = FragmentUtils.getParent(this, OnButtonGridCreatedListener.class); in onCreate()
DInCallFragment.java46 import com.android.dialer.common.FragmentUtils;
135 FragmentUtils.getParent(this, InCallButtonUiDelegateFactory.class) in onCreate()
217 FragmentUtils.getParent(this, InCallScreenDelegateFactory.class).newInCallScreenDelegate(); in onViewCreated()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java87 import com.android.dialer.common.FragmentUtils;
439 return FragmentUtils.getParentUnsafe(this, HostInterface.class) in onCreateView()
776 dialpadQueryListener = FragmentUtils.getParentUnsafe(this, OnDialpadQueryChangedListener.class); in onResume()
1145 FragmentUtils.getParentUnsafe(this, DialpadListener.class).onCallPlacedFromDialpad(); in hideAndClearDialpad()
1413 && FragmentUtils.getParentUnsafe(this, HostInterface.class).shouldShowDialpadChooser(); in isPhoneInUse()
1549 FragmentUtils.getParentUnsafe(this, DialpadListener.class) in queryLastOutgoingCall()
1580 FragmentUtils.getParentUnsafe(this, DialpadListener.class).onDialpadShown(); in onHiddenChanged()
/packages/apps/Dialer/java/com/android/dialer/widget/
DMessageFragment.java37 import com.android.dialer.common.FragmentUtils;
144 return FragmentUtils.getParentUnsafe(this, Listener.class); in getListener()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java51 import com.android.dialer.common.FragmentUtils;
154 FragmentUtils.getParent(this, InCallButtonUiDelegateFactory.class) in onCreate()
259 FragmentUtils.getParentUnsafe(this, InCallScreenDelegateFactory.class) in onViewCreated()
262 FragmentUtils.getParentUnsafe(this, VideoCallScreenDelegateFactory.class) in onViewCreated()
/packages/apps/Dialer/java/com/android/incallui/sessiondata/
DMultimediaFragment.java34 import com.android.dialer.common.FragmentUtils;
224 Holder parent = FragmentUtils.getParent(this, Holder.class); in onViewCreated()

12