Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d956ae8b authored by Joe Onorato's avatar Joe Onorato
Browse files

dead code removal

Change-Id: I4a11f027e764c92602d0429947e9ef39edd882e2
parent bd73d01a
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -85,13 +85,6 @@ public class PhoneStatusBarService extends StatusBarService {
    private static final int MSG_ANIMATE = 1000;
    private static final int MSG_ANIMATE = 1000;
    private static final int MSG_ANIMATE_REVEAL = 1001;
    private static final int MSG_ANIMATE_REVEAL = 1001;


    public interface NotificationCallbacks {
        void onSetDisabled(int status);
        void onClearAll();
        void onNotificationClick(String pkg, String tag, int id);
        void onPanelRevealed();
    }

    private class ExpandedDialog extends Dialog {
    private class ExpandedDialog extends Dialog {
        ExpandedDialog(Context context) {
        ExpandedDialog(Context context) {
            super(context, com.android.internal.R.style.Theme_Light_NoTitleBar);
            super(context, com.android.internal.R.style.Theme_Light_NoTitleBar);
+0 −6
Original line number Original line Diff line number Diff line
@@ -48,12 +48,6 @@ public abstract class StatusBarService extends Service implements CommandQueue.C
    CommandQueue mCommandQueue;
    CommandQueue mCommandQueue;
    IStatusBarService mBarService;
    IStatusBarService mBarService;


    /* TODO
    H mHandler = new H();
    Object mQueueLock = new Object();
    NotificationCallbacks mNotificationCallbacks;
    */

    @Override
    @Override
    public void onCreate() {
    public void onCreate() {
        // Connect in to the status bar manager service
        // Connect in to the status bar manager service