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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SystemUIDialog.java 36 public class SystemUIDialog extends AlertDialog {
40 public SystemUIDialog(Context context) {
44 public SystemUIDialog(Context context, int theme) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
CellularTile.java 47 import com.android.systemui.statusbar.phone.SystemUIDialog;
136 SystemUIDialog.setShowForAllUsers(dialog, true);
137 SystemUIDialog.registerDismissListener(dialog);
138 SystemUIDialog.setWindowOnTop(dialog);

Completed in 222 milliseconds