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

  /external/chromium_org/athena/system/public/
system_ui.h 25 class ATHENA_EXPORT SystemUI {
32 // Creates and deletes the singleton object of the SystemUI implementation.
33 static SystemUI* Create(scoped_refptr<base::TaskRunner> io_task_runner);
34 static SystemUI* Get();
37 virtual ~SystemUI() {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUI.java 17 package com.android.systemui;
26 public abstract class SystemUI {

Completed in 83 milliseconds