Home
last modified time | relevance | path

Searched refs:EXTRA_KEY_ALERT_TITLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1636 CharSequence title = intent.getCharSequenceExtra(EXTRA_KEY_ALERT_TITLE);
1644 resultIntent.putExtra(EXTRA_KEY_ALERT_TITLE, title);
1771 intent.putExtra(EXTRA_KEY_ALERT_TITLE, title); in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java639 assertEquals(title, intent.getValue().getStringExtra(Phone.EXTRA_KEY_ALERT_TITLE)); in testProcessDisconnectReason()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java303 public static final String EXTRA_KEY_ALERT_TITLE = "alertTitle"; field in Phone