HomeSort by relevance Sort by last modified time
    Searched refs:MessagingNotificationHandler (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
MessagingNotificationHandler.java 32 class MessagingNotificationHandler extends Handler {
33 private static final String TAG = DebugUtil.getTag(MessagingNotificationHandler.class);
37 MessagingNotificationHandler(ClusterView cluster) {
InstrumentClusterController.java 77 private MessagingNotificationHandler mNotificationHandler;
105 mNotificationHandler = new MessagingNotificationHandler(mClusterView);

Completed in 146 milliseconds