Home
last modified time | relevance | path

Searched refs:mCursorLoader (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Stream/src/com/android/car/stream/telecom/
DRecentCallStreamProducer.java46 private CursorLoader mCursorLoader; field in RecentCallStreamProducer
53 mCursorLoader = createCallLogLoader(); in RecentCallStreamProducer()
66 if (!mCursorLoader.isStarted()) { in start()
67 mCursorLoader.startLoading(); in start()
73 if (mCursorLoader.isStarted()) { in stop()
74 mCursorLoader.stopLoading(); in stop()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClockFragment.java83 private Loader mCursorLoader; field in AlarmClockFragment
105 mCursorLoader = getLoaderManager().initLoader(0, null, this); in onCreate()
222 if (mCursorLoader != null && mCursorLoader.isStarted()) { in onResume()
225 mCursorLoader.forceLoad(); in onResume()