Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DMissedCallReceiver.java21 import static android.telecom.TelecomManager.EXTRA_NOTIFICATION_PHONE_NUMBER;
48 String phoneNumber = intent.getStringExtra(EXTRA_NOTIFICATION_PHONE_NUMBER); in onReceive()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotificationReceiver.java39 public static final String EXTRA_NOTIFICATION_PHONE_NUMBER = field in MissedCallNotificationReceiver
54 String phoneNumber = intent.getStringExtra(EXTRA_NOTIFICATION_PHONE_NUMBER); in onReceive()
H A DCallLogNotificationsService.java178 MissedCallNotificationReceiver.EXTRA_NOTIFICATION_PHONE_NUMBER), in onHandleIntent()
H A DMissedCallNotifier.java471 intent.putExtra(MissedCallNotificationReceiver.EXTRA_NOTIFICATION_PHONE_NUMBER, number); in createCallBackPendingIntent()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java271 .putExtra(TelecomManager.EXTRA_NOTIFICATION_PHONE_NUMBER, in sendNotificationThroughDefaultDialer()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java882 public static final String EXTRA_NOTIFICATION_PHONE_NUMBER = field in TelecomManager
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt40475 …field public static final String EXTRA_NOTIFICATION_PHONE_NUMBER = "android.telecom.extra.NOTIFICA…