Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java551 TextView alertText = (TextView) mIntruderAlertView.findViewById(R.id.alertText); in addNotification() local
555 alertText.setText(notification.notification.tickerText); in addNotification()