Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarderActivity.java70 public static String FORWARD_INTENT_TO_PARENT field in IntentForwarderActivity
105 if (className.equals(FORWARD_INTENT_TO_PARENT)) { in onCreate()
187 return activityInfo.name.equals(FORWARD_INTENT_TO_PARENT) in isIntentForwarderResolveInfo()
257 if (className.equals(FORWARD_INTENT_TO_PARENT)) { in findSelectedProfile()
365 Slog.wtf(TAG, FORWARD_INTENT_TO_PARENT in getProfileParent()
DChooserActivity.java1630 if (aInfo.name.equals(IntentForwarderActivity.FORWARD_INTENT_TO_PARENT)
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallIntentProcessorTest.java202 IntentForwarderActivity.FORWARD_INTENT_TO_PARENT); in resolveAsIntentForwarderActivity()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java359 .equals(IntentForwarderActivity.FORWARD_INTENT_TO_PARENT)) { in maybeRedirectToIntentForwarderForPrivate()