Home
last modified time | relevance | path

Searched refs:UserCallIntentProcessor (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java58 public class UserCallIntentProcessor { class
64 public UserCallIntentProcessor(Context context, UserHandle userHandle, in UserCallIntentProcessor() method in UserCallIntentProcessor
113 UserCallIntentProcessor.class.getCanonicalName(), mFeatureFlags)) { in processOutgoingCallIntent()
DUserCallIntentProcessorFactory.java23 UserCallIntentProcessor create(Context context, UserHandle userHandle); in create()
DUserCallActivity.java83 new UserCallIntentProcessor(this, userHandle, featureFlags) in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java48 import com.android.server.telecom.components.UserCallIntentProcessor;
489 public UserCallIntentProcessor create(Context context, in TelecomSystem()
491 return new UserCallIntentProcessor(context, userHandle, featureFlags); in TelecomSystem()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java102 import com.android.server.telecom.components.UserCallIntentProcessor;
807 new UserCallIntentProcessor(localAppContext, userHandle, mFeatureFlags).processIntent( in startOutgoingPhoneCallWaitForBroadcaster()
DTelecomServiceImplTest.java96 import com.android.server.telecom.components.UserCallIntentProcessor;
197 @Mock private UserCallIntentProcessor mUserCallIntentProcessor;
251 public UserCallIntentProcessor create(Context context, UserHandle userHandle) { in setUp()