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.java272 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadChildrenDocuments()
300 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testCrossProfileDocuments_success()
324 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadCrossProfileDoc_failsWithQuietModeException()
345 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadCrossProfileDoc_failsWithNoPermissionException()
369 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testLoadCrossProfileDoc_bothError_showNoPermissionException()
401 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testCrossProfileDocuments_reloadSuccessAfterCrossProfileError()
412 mActivity.supportLoaderManager.runAsyncTaskLoader(AbstractActionHandler.LOADER_ID); in testCrossProfileDocuments_reloadSuccessAfterCrossProfileError()
433 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