Searched defs:ticker (Results 1 – 4 of 4) sorted by relevance
600 String ticker = String.format(context.getString(R.string.gpsNotifTicker), in getNotifTicker() local
666 CharSequence ticker = n.tickerText; in contentDescForNotification() local
569 final String ticker = notification.tickerText.toString(); in dumpNotification() local
196 Ticker ticker) { in AdbDebuggingManager()