Searched refs:mThreadHelper (Results 1 – 2 of 2) sorted by relevance
128 RcsProviderThreadHelper mThreadHelper; field in RcsProvider310 mThreadHelper = new RcsProviderThreadHelper(mDbOpenHelper); in onCreate()350 return mThreadHelper.queryUnifiedThread(queryArgs); in query()352 return mThreadHelper.queryUnifiedThreadUsingId(uri, projection); in query()364 return mThreadHelper.query1to1Thread(projection, selection, in query()367 return mThreadHelper.query1To1ThreadUsingId(uri, projection); in query()376 return mThreadHelper.queryGroupThread(projection, selection, in query()379 return mThreadHelper.queryGroupThreadUsingId(uri, projection); in query()496 mThreadHelper.insert1To1Thread(values)); in insert()513 mThreadHelper.insertGroupThread(values)); in insert()[all …]
41 mThreadHelper = new RcsProviderThreadHelper(mDbOpenHelper); in onCreate()