Searched refs:EXTRA_KEY_ALERT_TITLE (Results 1 – 2 of 2) sorted by relevance
1414 CharSequence title = intent.getCharSequenceExtra(EXTRA_KEY_ALERT_TITLE);1422 resultIntent.putExtra(EXTRA_KEY_ALERT_TITLE, title);1538 intent.putExtra(EXTRA_KEY_ALERT_TITLE, title); in processDisconnectReason()
260 public static final String EXTRA_KEY_ALERT_TITLE = "alertTitle"; field in Phone