OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snotificationhandler
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Email/src/com/android/email/
NotificationController.java
81
private static Handler
sNotificationHandler
;
193
sNotificationHandler
.post(new Runnable() {
203
mAccountObserver = new AccountContentObserver(
sNotificationHandler
, mContext);
233
sNotificationHandler
= new Handler(sNotificationThread.getLooper(),
286
sNotificationHandler
, mContext, accountId);
584
sNotificationHandler
.sendMessageDelayed(
585
android.os.Message.obtain(
sNotificationHandler
,
676
sNotificationHandler
.sendMessageDelayed(
677
android.os.Message.obtain(
sNotificationHandler
,
[
all
...]
Completed in 31 milliseconds