Searched refs:SmsQuery (Results 1 – 1 of 1) sorted by relevance
84 SmsQuery.PROJECTION[SmsQuery.ADDRESS], SmsQuery.PROJECTION[SmsQuery.BODY] }; in onCreate()100 getSupportLoaderManager().initLoader(SmsQuery.TOKEN, null, this); in onCreate()171 if (i == SmsQuery.TOKEN) { in onCreateLoader()173 return new CursorLoader(this, SmsQuery.CONTENT_URI, SmsQuery.PROJECTION, null, null, in onCreateLoader()174 SmsQuery.SORT_ORDER); in onCreateLoader()181 if (cursorLoader.getId() == SmsQuery.TOKEN && cursor != null) { in onLoadFinished()196 private interface SmsQuery { interface in MainActivity