Searched refs:sHandler (Results 1 – 5 of 5) sorted by relevance
52 static Handler sHandler; field in BatteryEntry71 if (sHandler != null) { in run()72 sHandler.sendEmptyMessage(MSG_REPORT_FULLY_DRAWN); in run()87 if (sHandler != null) { in startRequestQueue()107 sHandler = null; in stopRequestQueue()131 sHandler = handler; in BatteryEntry()236 if (sHandler != null) { in getQuickNameIconForUid()329 if (sHandler != null) { in loadNameAndIcon()330 sHandler.sendMessage(sHandler.obtainMessage(MSG_UPDATE_NAME_ICON, this)); in loadNameAndIcon()
45 private static LowStorageHandler sHandler = null; field in StorageLowState74 if (sHandler == null) { in setIsStorageLow()78 sHandler.onStorageLow(); in setIsStorageLow()80 sHandler.onStorageOk(); in setIsStorageLow()91 sHandler = in; in registerHandler()94 sHandler.onStorageLow(); in registerHandler()
28 private static final Handler sHandler; field in AsyncHandler32 sHandler = new Handler(sHandlerThread.getLooper());36 sHandler.post(r); in post()
110 private static final Handler sHandler = new Handler(Looper.getMainLooper()); field in DialpadFragment335 sHandler.postDelayed(new Runnable() { in onClick()
170 private static Handler sHandler = new Handler(); field in MessagingNotification330 sHandler.postDelayed(new Runnable() { in playInConversationNotificationSound()810 sHandler.post(new Runnable() { in updateDeliveryNotification()