Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java115 public static final String EXTRA_KEY_ALERT_TITLE = "alertTitle"; field in ImsPhone
1373 CharSequence title = intent.getCharSequenceExtra(EXTRA_KEY_ALERT_TITLE);
1381 resultIntent.putExtra(EXTRA_KEY_ALERT_TITLE, title);
1468 intent.putExtra(EXTRA_KEY_ALERT_TITLE, title); in processDisconnectReason()