Home
last modified time | relevance | path

Searched refs:runAsyncTaskLoader (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DAbstractActionHandlerTest.java297 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadChildrenDocuments()
329 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testCrossProfileDocuments_success()
357 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadCrossProfileDoc_failsWithQuietModeException()
378 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadCrossProfileDoc_failsWithNoPermissionException()
402 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadCrossProfileDoc_bothError_showNoPermissionException()
438 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testCrossProfileDocuments_reloadSuccessAfterCrossProfileError()
453 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testCrossProfileDocuments_reloadSuccessAfterCrossProfileError()
474 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadChildrenDocuments_failsWithNonRecentsAndEmptyStack()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestLoaderManager.java86 public void runAsyncTaskLoader(int id) { in runAsyncTaskLoader() method in TestLoaderManager
DTestSupportLoaderManager.java94 public void runAsyncTaskLoader(int id) { in runAsyncTaskLoader() method in TestSupportLoaderManager