Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java138 private void updateNotification(String tickerText) { in updateNotification() argument
139 if (tickerText.equals(mNotification.tickerText)) { in updateNotification()
143 tickerText = tickerText + " "; in updateNotification()
157 .setTicker(tickerText); in updateNotification()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationBuilderTest.java73 assertThat(notification.tickerText).isEqualTo("My ticker"); in build_setsTickerOnNotification()
162 assertThat(notification.tickerText).isNull(); in build_handlesNullTicker()