Searched refs:UserCallIntentProcessor (Results 1 – 6 of 6) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/components/ |
D | UserCallIntentProcessor.java | 58 public class UserCallIntentProcessor { class 64 public UserCallIntentProcessor(Context context, UserHandle userHandle, in UserCallIntentProcessor() method in UserCallIntentProcessor 113 UserCallIntentProcessor.class.getCanonicalName(), mFeatureFlags)) { in processOutgoingCallIntent()
|
D | UserCallIntentProcessorFactory.java | 23 UserCallIntentProcessor create(Context context, UserHandle userHandle); in create()
|
D | UserCallActivity.java | 83 new UserCallIntentProcessor(this, userHandle, featureFlags) in onCreate()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | TelecomSystem.java | 48 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/ |
D | TelecomSystemTest.java | 102 import com.android.server.telecom.components.UserCallIntentProcessor; 807 new UserCallIntentProcessor(localAppContext, userHandle, mFeatureFlags).processIntent( in startOutgoingPhoneCallWaitForBroadcaster()
|
D | TelecomServiceImplTest.java | 96 import com.android.server.telecom.components.UserCallIntentProcessor; 197 @Mock private UserCallIntentProcessor mUserCallIntentProcessor; 251 public UserCallIntentProcessor create(Context context, UserHandle userHandle) { in setUp()
|