dead code removal

Change-Id: I4a11f027e764c92602d0429947e9ef39edd882e2
This commit is contained in:
Joe Onorato
2010-06-04 11:48:18 -07:00
parent bd73d01a9c
commit d956ae8b81
2 changed files with 0 additions and 13 deletions

View File

@@ -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);

View File

@@ -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