Home | History | Annotate | Download | only in email

Lines Matching refs:_context

121     protected Controller(Context _context) {
122 mContext = _context.getApplicationContext();
123 mProviderContext = _context;
150 public synchronized static Controller getInstance(Context _context) {
152 sInstance = new Controller(_context);