Home
last modified time | relevance | path

Searched refs:handler (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java281 private Handler handler; field in SysUINotificationShadeTests.ToastService
293 handler = new Handler(); in onStartCommand()
301 handler.post(new Runnable() { in onHandleIntent()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java343 private Handler handler; field in NotificationHelper.ToastService
355 handler = new Handler(); in onStartCommand()
363 handler.post(new Runnable() { in onHandleIntent()