HomeSort by relevance Sort by last modified time
    Searched refs:CallIntentProcessor (Results 1 - 6 of 6) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallIntentProcessor.java 25 * captures call intents for individual users and forwards it to the {@link CallIntentProcessor}
28 public class CallIntentProcessor {
40 CallIntentProcessor.processOutgoingCallIntent(context, callsManager, intent);
45 CallIntentProcessor.processIncomingCallIntent(callsManager, intent);
50 CallIntentProcessor.processUnknownCallIntent(callsManager, intent);
71 public CallIntentProcessor(Context context, CallsManager callsManager) {
190 Log.w(CallIntentProcessor.class,
195 Log.w(CallIntentProcessor.class,
208 Log.d(CallIntentProcessor.class,
219 Log.w(CallIntentProcessor.class, "Rejecting unknown call due to null phone account")
    [all...]
TelecomSystem.java 99 private final CallIntentProcessor mCallIntentProcessor;
212 mCallIntentProcessor = new CallIntentProcessor(mContext, mCallsManager);
223 new CallIntentProcessor.AdapterImpl(),
250 public CallIntentProcessor getCallIntentProcessor() {
TelecomServiceImpl.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallIntentProcessor.java 19 import com.android.server.telecom.CallIntentProcessor;
45 * Handles system CALL actions and forwards them to {@link CallIntentProcessor}.
141 intent.putExtra(CallIntentProcessor.KEY_IS_PRIVILEGED_DIALER,
145 intent.putExtra(CallIntentProcessor.KEY_INITIATING_USER, mUserHandle);
180 intent.putExtra(CallIntentProcessor.KEY_IS_INCOMING_CALL, false);
UserCallActivity.java 19 import com.android.server.telecom.CallIntentProcessor;
34 * Activity that handles system CALL actions and forwards them to {@link CallIntentProcessor}.
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomServiceImplTest.java 45 import com.android.server.telecom.CallIntentProcessor;
81 public static class CallIntentProcessAdapterFake implements CallIntentProcessor.Adapter {
149 private CallIntentProcessor.Adapter mCallIntentProcessorAdapter =
559 CallIntentProcessor.KEY_IS_INCOMING_CALL, extras, false);
595 CallIntentProcessor.KEY_IS_UNKNOWN_CALL, extras, true);
    [all...]

Completed in 58 milliseconds