Searched refs:EXTRA_KEY_ALERT_TITLE (Results 1 – 3 of 3) sorted by relevance
1636 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()
639 assertEquals(title, intent.getValue().getStringExtra(Phone.EXTRA_KEY_ALERT_TITLE)); in testProcessDisconnectReason()
303 public static final String EXTRA_KEY_ALERT_TITLE = "alertTitle"; field in Phone