Searched refs:mContent (Results 1 – 4 of 4) sorted by relevance
59 mContent = context.getContentResolver(); in ContactListAdapter()91 return mContent.query(uri, CONTACT_PROJECTION, null, null, null); in runQueryOnBackgroundThread()94 private ContentResolver mContent; field in AutoComplete4.ContactListAdapter
161 Content mContent; field in ContentBrowserActivity173 mContent = (Content)findViewById(R.id.content); in onCreate()174 mContent.init((TextView)findViewById(R.id.title), in onCreate()233 mContent.setBaseSystemUiVisibility(item.isChecked() in onOptionsItemSelected()
184 Content mContent; field in VideoPlayerActivity196 mContent = (Content)findViewById(R.id.content); in onCreate()197 mContent.init(this, (TextView)findViewById(R.id.title), in onCreate()
498 private String mContent; field in GameControllerInput.SummaryAdapter.TextColumn507 mContent = content; in setContent()520 mContentView.setText(mContent); in updateView()