Home
last modified time | relevance | path

Searched defs:getConfidence (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNativeAnalyzerThread.java93 private native double getConfidence(long audio_context); in getConfidence() method in NativeAnalyzerThread
102 public double getConfidence() { in getConfidence() method in NativeAnalyzerThread
/cts/apps/CtsVerifier/jni/audio_loopback/
DNativeAudioAnalyzer.cpp201 double NativeAudioAnalyzer::getConfidence() { in getConfidence() function in NativeAudioAnalyzer
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
DPositionEstimate.java163 public PositionEstimate.confidenceType getConfidence() { in getConfidence() method in PositionEstimate