dead code removal
Change-Id: I4a11f027e764c92602d0429947e9ef39edd882e2
This commit is contained in:
@@ -85,13 +85,6 @@ public class PhoneStatusBarService extends StatusBarService {
|
||||
private static final int MSG_ANIMATE = 1000;
|
||||
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 {
|
||||
ExpandedDialog(Context context) {
|
||||
super(context, com.android.internal.R.style.Theme_Light_NoTitleBar);
|
||||
|
||||
@@ -48,12 +48,6 @@ public abstract class StatusBarService extends Service implements CommandQueue.C
|
||||
CommandQueue mCommandQueue;
|
||||
IStatusBarService mBarService;
|
||||
|
||||
/* TODO
|
||||
H mHandler = new H();
|
||||
Object mQueueLock = new Object();
|
||||
NotificationCallbacks mNotificationCallbacks;
|
||||
*/
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
// Connect in to the status bar manager service
|
||||
|
||||
Reference in New Issue
Block a user