OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ticker
(Results
1 - 6
of
6
) sorted by null
/external/chromium/base/
time_win.cc
376
TickFunctionType
ticker
) {
378
tick_function =
ticker
;
time.h
495
static TickFunctionType SetMockTickFunction(TickFunctionType
ticker
);
/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/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
417
String
ticker
= String.format("Position request! ReqId: [%s] ClientName: [%s]",
local
420
return
ticker
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Ticker.java
41
public abstract class
Ticker
{
144
Ticker
(Context context, StatusBarView sb) {
146
mTickerView = sb.findViewById(R.id.
ticker
);
StatusBarService.java
148
//
ticker
149
private
Ticker
mTicker;
281
mTickerView = sb.findViewById(R.id.
ticker
);
465
// Restart the
ticker
if it's still running
482
// Cancel the
ticker
if it's still running
[
all
...]
Completed in 57 milliseconds