HomeSort by relevance Sort by last modified time
    Searched refs:findTask (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
LauncherActivity.java 63 Intent intent = findTask(activities);
73 private @Nullable Intent findTask(ActivityManager activities) {
  /external/opencv3/modules/videoio/src/
cap_winrt_video.cpp 95 .then([this](task<DeviceInformationCollection^> findTask)
97 m_devices = findTask.get();
286 .then([this, &ready](task<DeviceInformationCollection^> findTask)
288 m_devices = findTask.get();
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
DocumentLoader.java 74 LoaderTask task = mTaskList.findTask(parent);
128 final LoaderTask existingTask = mTaskList.findTask(identifier);
173 task = mTaskList.findTask(parentIdentifier);
214 LoaderTask findTask(Identifier parent) {
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 253 task<DeviceInformationCollection^>(DeviceInformation::FindAllAsync(DeviceClass::VideoCapture)).then([this](task<DeviceInformationCollection^> findTask)
257 m_devInfoCollection = findTask.get();

Completed in 313 milliseconds