Searched refs:mCursorLoader (Results 1 – 1 of 1) sorted by relevance
69 private var mCursorLoader: Loader<*>? = null variable in com.android.deskclock.AlarmClockFragment83 mCursorLoader = loaderManager.initLoader(0, Bundle.EMPTY, this) in onCreate()191 if (mCursorLoader != null && mCursorLoader!!.isStarted) { in onResume()194 mCursorLoader!!.forceLoad() in onResume()