Searched refs:EXTRA_NOTIFICATION_PHONE_NUMBER (Results 1 – 5 of 5) sorted by relevance
21 import static android.telecom.TelecomManager.EXTRA_NOTIFICATION_PHONE_NUMBER;48 String phoneNumber = intent.getStringExtra(EXTRA_NOTIFICATION_PHONE_NUMBER); in onReceive()
39 public static final String EXTRA_NOTIFICATION_PHONE_NUMBER = field in MissedCallNotificationReceiver54 String phoneNumber = intent.getStringExtra(EXTRA_NOTIFICATION_PHONE_NUMBER); in onReceive()
178 MissedCallNotificationReceiver.EXTRA_NOTIFICATION_PHONE_NUMBER), in onHandleIntent()
471 intent.putExtra(MissedCallNotificationReceiver.EXTRA_NOTIFICATION_PHONE_NUMBER, number); in createCallBackPendingIntent()
235 .putExtra(TelecomManager.EXTRA_NOTIFICATION_PHONE_NUMBER, in sendNotificationThroughDefaultDialer()