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