Home | History | Annotate | Download | only in phone

Lines Matching refs:sInstance

70     private static CallController sInstance;
107 if (sInstance == null) {
108 sInstance = new CallController(app, callLogger);
110 Log.wtf(TAG, "init() called multiple times! sInstance = " + sInstance);
112 return sInstance;