Searched defs:parentIdentifier (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java165 * Cancels the task for |parentIdentifier|.
167 * Task is removed from the cached list and it will create new task when |parentIdentifier|'s
170 void cancelTask(Identifier parentIdentifier) { argument
173 task = mTaskList.findTask(parentIdentifier);

Completed in 57 milliseconds