Searched refs:EXTRA_KEY_ALERT_TITLE (Results 1 – 3 of 3) sorted by relevance
1733 CharSequence title = intent.getCharSequenceExtra(EXTRA_KEY_ALERT_TITLE);1741 resultIntent.putExtra(EXTRA_KEY_ALERT_TITLE, title);1868 intent.putExtra(EXTRA_KEY_ALERT_TITLE, title); in processWfcDisconnectForNotification()
642 assertEquals(title, intent.getValue().getStringExtra(Phone.EXTRA_KEY_ALERT_TITLE)); in testProcessDisconnectReason()
345 public static final String EXTRA_KEY_ALERT_TITLE = "alertTitle"; field in Phone