Searched refs:mProviderTestRunnable (Results 1 – 1 of 1) sorted by relevance
208 private Runnable mProviderTestRunnable; field in DirectoryFragment294 if (mProviderTestRunnable != null) { in onPausedProfileStatusChange()295 mHandler.removeCallbacks(mProviderTestRunnable); in onPausedProfileStatusChange()296 mProviderTestRunnable = null; in onPausedProfileStatusChange()313 if (mProviderTestRunnable != null) { in onHiddenProfileStatusChange()314 mHandler.removeCallbacks(mProviderTestRunnable); in onHiddenProfileStatusChange()315 mProviderTestRunnable = null; in onHiddenProfileStatusChange()350 if (mProviderTestRunnable != null) { in checkUriAndScheduleCheckIfNeeded()351 mHandler.removeCallbacks(mProviderTestRunnable); in checkUriAndScheduleCheckIfNeeded()352 mProviderTestRunnable = null; in checkUriAndScheduleCheckIfNeeded()[all …]