Searched refs:TotalAndPartialResultListener (Results 1 – 1 of 1) sorted by relevance
184 TotalAndPartialResultListener listener = in testPartialResult()185 new TotalAndPartialResultListener(); in testPartialResult()246 if ((errorCode & TotalAndPartialResultListener.ERROR_DUPLICATED_REQUEST) != 0) { in testPartialResult()250 if ((errorCode & TotalAndPartialResultListener.ERROR_WRONG_CALLBACK_ORDER) != 0) { in testPartialResult()801 private static class TotalAndPartialResultListener class in CaptureResultTest