package com.android.systemui.statusbar; import android.content.Context; import android.view.View; public class CallOnGoingView extends View { StatusBarService mService; CallOnGoingView(Context c) { super(c); // TODO Auto-generated constructor stub } }