Searched refs:TotalAndPartialResultListener (Results 1 – 1 of 1) sorted by relevance
186 TotalAndPartialResultListener listener = in testPartialResult()187 new TotalAndPartialResultListener(); in testPartialResult()248 if ((errorCode & TotalAndPartialResultListener.ERROR_DUPLICATED_REQUEST) != 0) { in testPartialResult()252 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { in testPartialResult()614 private static class TotalAndPartialResultListener class in CaptureResultTest