/cts/tests/tests/app/src/android/app/cts/ |
NotificationManagerTest.java | 66 + "find a way to get ticker from status bar") 85 + "to get ticker from status bar") 105 + "get ticker from status bar")
|
/frameworks/base/services/java/com/android/server/status/ |
TickerView.java | 26 Ticker mTicker;
|
Ticker.java | 39 abstract class Ticker { 141 Ticker(Context context, StatusBarView sb) { 142 mTickerView = sb.findViewById(R.id.ticker);
|
StatusBarService.java | 205 // ticker 206 private Ticker mTicker; 274 mTickerView = sb.findViewById(R.id.ticker); 692 // Show the ticker if one is requested, and the text is different 693 // than the currently displayed ticker. Also don't do this 696 // run a ticker without being attached will crash! [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 161 // In this sample, we'll use the same text for the ticker and the expanded notification 164 // choose the ticker text 190 // In this sample, we'll use the same text for the ticker and the expanded notification 216 // In this sample, we'll use the same text for the ticker and the expanded notification 221 text, // the text to display in the ticker
|
NotifyingService.java | 95 // In this sample, we'll use the same text for the ticker and the expanded notification 100 // it is distracting to show the ticker text every time it changes. We strongly suggest
|
AlarmService_Service.java | 99 // In this sample, we'll use the same text for the ticker and the expanded notification
|
IncomingMessage.java | 90 // The ticker text, this uses a formatted string so our message could be localized
|
LocalService.java | 97 // In this sample, we'll use the same text for the ticker and the expanded notification
|
MessengerService.java | 149 // In this sample, we'll use the same text for the ticker and the expanded notification
|
ForegroundService.java | 156 // In this sample, we'll use the same text for the ticker and the expanded notification
|
/frameworks/base/core/java/android/app/ |
StatusBarManager.java | 39 * Flag for {@link #disable} to hide notification icons and scrolling ticker text. 50 * Flag for {@link #disable} to hide only the scrolling ticker. Note that
|
/packages/providers/ContactsProvider/res/values/ |
strings.xml | 26 <!-- Ticker for the notification shown when updating contacts fails because of memory shortage -->
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessagingNotification.java | 226 public MmsSmsDeliveryInfo(CharSequence ticker, long timeMillis) { 227 mTicker = ticker; 248 CharSequence ticker, long timeMillis, String title, int count) { 252 mTicker = ticker; 261 (isNew? mTicker : null), // only display the ticker if the message is new 414 CharSequence ticker = buildTickerMessage( local 418 clickIntent, body, iconResourceId, ticker, timeMillis, 456 CharSequence ticker, 467 Notification notification = new Notification(iconRes, ticker, timeMillis);
|
/frameworks/base/core/res/res/layout/ |
status_bar.xml | 52 <LinearLayout android:id="@+id/ticker"
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
StatusBarTest.java | 65 new Test("Disable Ticker") {
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
index.jd | 72 (with an optional ticker-text message) and an expanded message in the "Notifications" window.
|
notifications.jd | 32 (with an optional ticker-text message) and an expanded message in the "Notifications" window. 152 <li>A ticker-text message for the status bar</li> 165 CharSequence tickerText = "Hello"; // ticker-text
|
/external/v8/src/ |
log.cc | 183 // Ticker used to provide ticks to the profiler and the sliding state 186 class Ticker: public Sampler { 188 explicit Ticker(int interval): 191 ~Ticker() { if (IsActive()) Stop(); } 325 Ticker* Logger::ticker_ = NULL; [all...] |
log.h | 72 class Ticker; 340 static Ticker* ticker_;
|
/frameworks/base/location/java/com/android/internal/location/ |
GpsNetInitiatedHandler.java | 422 String ticker = String.format("Position request! ReqId: [%s] ClientName: [%s]", local 425 return ticker;
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_wimppoll.c | 295 /* Restart ticker here so other thread can not interfere
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
AlarmReceiver.java | 138 // Use the alarm's label or the default label as the ticker text and
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmReceiver.java | 138 // Use the alarm's label or the default label as the ticker text and
|
/packages/apps/AlarmClock/res/values/ |
strings.xml | 196 <!-- Text to display in the notification ticker and label -->
|