HomeSort by relevance Sort by last modified time
    Searched refs:tickerText (Results 1 - 16 of 16) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 122 String tickerText = getString(R.string.imcoming_message_ticker_text, message);
125 Notification notif = new Notification(R.drawable.stat_sample, tickerText,
175 String tickerText = getString(R.string.imcoming_message_ticker_text, message);
178 Notification notif = new Notification(R.drawable.stat_sample, tickerText,
StatusBarNotifications.java 198 String tickerText = showTicker ? getString(textId) : null;
201 Notification notification = new Notification(moodId, tickerText,
225 notif.tickerText = text;
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 33 private static final String TICKER_TEXT = "tickerText";
57 assertEquals(TICKER_TEXT, mNotification.tickerText);
77 mNotification.tickerText = TICKER_TEXT;
103 assertEquals(mNotification.tickerText, result.tickerText);
131 mNotification.tickerText = null;
136 assertNull(result.tickerText);
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 320 notification.tickerText = message;
399 return TextUtils.equals(firstNotification.tickerText, secondNotification.tickerText);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 533 mNotification.tickerText = text;
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 4326 milliseconds