Home
last modified time | relevance | path

Searched refs:TelecomBroadcastIntentProcessor (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DConfirmCallDialogActivity.java20 import com.android.server.telecom.TelecomBroadcastIntentProcessor;
57 TelecomBroadcastIntentProcessor.ACTION_PROCEED_WITH_CALL, null, in showDialog()
70 TelecomBroadcastIntentProcessor.ACTION_CANCEL_CALL, null, in showDialog()
83 TelecomBroadcastIntentProcessor.ACTION_CANCEL_CALL, null, in showDialog()
H A DDisconnectedCallNotifier.java50 import com.android.server.telecom.TelecomBroadcastIntentProcessor;
321 TelecomBroadcastIntentProcessor.ACTION_DISCONNECTED_CALL_BACK_FROM_NOTIFICATION, in createCallBackPendingIntent()
335 intent.putExtra(TelecomBroadcastIntentProcessor.EXTRA_USERHANDLE, userHandle); in createTelecomPendingIntent()
368 TelecomBroadcastIntentProcessor.ACTION_DISCONNECTED_SEND_SMS_FROM_NOTIFICATION, in createSendSmsFromNotificationPendingIntent()
H A DIncomingCallNotifier.java41 import com.android.server.telecom.TelecomBroadcastIntentProcessor;
210 TelecomBroadcastIntentProcessor.ACTION_ANSWER_FROM_NOTIFICATION, null, mContext, in getNotificationBuilder()
213 TelecomBroadcastIntentProcessor.ACTION_REJECT_FROM_NOTIFICATION, null, mContext, in getNotificationBuilder()
H A DMissedCallNotifierImpl.java38 import com.android.server.telecom.TelecomBroadcastIntentProcessor;
532 TelecomBroadcastIntentProcessor.ACTION_CLEAR_MISSED_CALLS, null, userHandle); in createClearMissedCallsPendingIntent()
543 TelecomBroadcastIntentProcessor.ACTION_CALL_BACK_FROM_NOTIFICATION, handle, in createCallBackPendingIntent()
554 TelecomBroadcastIntentProcessor.ACTION_SEND_SMS_FROM_NOTIFICATION, in createSendSmsFromNotificationPendingIntent()
569 intent.putExtra(TelecomBroadcastIntentProcessor.EXTRA_USERHANDLE, userHandle); in createTelecomPendingIntent()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomBroadcastIntentProcessor.java32 public final class TelecomBroadcastIntentProcessor { class
111 public TelecomBroadcastIntentProcessor(Context context, CallsManager callsManager) { in TelecomBroadcastIntentProcessor() method in TelecomBroadcastIntentProcessor
H A DTelecomSystem.java123 private final TelecomBroadcastIntentProcessor mTelecomBroadcastIntentProcessor;
395 mTelecomBroadcastIntentProcessor = new TelecomBroadcastIntentProcessor( in TelecomSystem()
438 public TelecomBroadcastIntentProcessor getTelecomBroadcastIntentProcessor() { in getTelecomBroadcastIntentProcessor()
H A DCallsManager.java2190 TelecomBroadcastIntentProcessor.ACTION_PLACE_UNREDIRECTED_CALL,
2194 TelecomBroadcastIntentProcessor.EXTRA_REDIRECTION_OUTGOING_CALL_ID,
2208 TelecomBroadcastIntentProcessor.ACTION_PLACE_REDIRECTED_CALL, null,
2212 TelecomBroadcastIntentProcessor.EXTRA_REDIRECTION_OUTGOING_CALL_ID,
2250 TelecomBroadcastIntentProcessor.ACTION_CANCEL_REDIRECTED_CALL,
2254 TelecomBroadcastIntentProcessor.EXTRA_REDIRECTION_OUTGOING_CALL_ID, callId);
2271 if (action.equals(TelecomBroadcastIntentProcessor.ACTION_PLACE_REDIRECTED_CALL)) {
2274 TelecomBroadcastIntentProcessor.ACTION_PLACE_UNREDIRECTED_CALL)) {
2277 TelecomBroadcastIntentProcessor.ACTION_CANCEL_REDIRECTED_CALL)) {
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DMissedCallNotifierImplTest.java55 import com.android.server.telecom.TelecomBroadcastIntentProcessor;
442 TelecomBroadcastIntentProcessor.ACTION_CALL_BACK_FROM_NOTIFICATION, in notifySingleCallTestInternal()
447 TelecomBroadcastIntentProcessor.ACTION_SEND_SMS_FROM_NOTIFICATION, in notifySingleCallTestInternal()
478 TelecomBroadcastIntentProcessor.ACTION_CALL_BACK_FROM_NOTIFICATION, in testNoSmsBackAfterMissedSipCall()
483 TelecomBroadcastIntentProcessor.ACTION_SEND_SMS_FROM_NOTIFICATION, in testNoSmsBackAfterMissedSipCall()