HomeSort by relevance Sort by last modified time
    Searched defs:ticker (Results 1 - 4 of 4) sorted by null

  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 394 String ticker = String.format(context.getString(R.string.gpsNotifTicker), local
397 return ticker;
  /packages/apps/Email/src/com/android/email/
NotificationController.java 156 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
167 private Notification createAccountNotification(Account account, String ticker,
177 // NOTE: the ticker is not shown for notifications in the Holo UX
186 .setTicker(ticker)
201 * @param ticker Text displayed when the notification is first shown. May be {@code null}.
207 private void showAccountNotification(Account account, String ticker, String title,
209 Notification notification = createAccountNotification(account, ticker, title, contentText,
559 String ticker = local
562 showAccountNotification(account, ticker, title, accountName, intent,
579 String ticker = mContext.getString(R.string.password_expired_ticker) local
600 String ticker = local
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 227 public MmsSmsDeliveryInfo(CharSequence ticker, long timeMillis) {
228 mTicker = ticker;
249 CharSequence ticker, long timeMillis, String title, int count) {
253 mTicker = ticker;
262 (isNew? mTicker : null), // only display the ticker if the message is new
429 CharSequence ticker = buildTickerMessage( local
433 clickIntent, body, iconResourceId, ticker, timeMillis,
470 CharSequence ticker,
479 Notification notification = new Notification(iconRes, ticker, timeMillis);
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 1598 milliseconds