Home
last modified time | relevance | path

Searched refs:onResults (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeocodeProvider.java49 listener.onResults(error, results);
65 listener.onResults(error, results);
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DGeocoderProxy.java88 listener.onResults(t.toString(), Collections.emptyList()); in getFromLocation()
115 listener.onResults(t.toString(), Collections.emptyList()); in getFromLocationName()
H A DLocationManagerService.java1360 listener.onResults(null, Collections.emptyList()); in getFromLocation()
1383 listener.onResults(null, Collections.emptyList()); in getFromLocationName()
/aosp14/frameworks/base/location/java/android/location/
H A DIGeocodeListener.aidl28 oneway void onResults(String error, in List<Address> results); in onResults() method
H A DGeocoder.java339 public void onResults(String error, List<Address> addresses) throws RemoteException { in onResults() method in Geocoder.GeocoderImpl
/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java85 void onResults(Bundle results); in onResults() method
H A DIRecognitionListener.aidl71 void onResults(in Bundle results); in onResults() method
H A DSpeechRecognizer.java1062 mInternalListener.onResults((Bundle) msg.obj);
1106 public void onResults(final Bundle results) { in onResults() method in SpeechRecognizer.InternalRecognitionListener
H A DRecognitionService.java628 mListener.onResults(results); in results()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyScanManager.java78 public void onResults(List<CellInfo> results) {} in onResults() method in TelephonyScanManager.NetworkScanCallback
176 callback.onResults(Arrays.asList(ci)); in TelephonyScanManager()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java400 public void onResults(Bundle results) throws RemoteException { in onResults() method in RemoteSpeechRecognitionService.DelegatingListener
405 mRemoteListener.onResults(results); in onResults()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41545 method public void onResults(android.os.Bundle);
46015 method public void onResults(java.util.List<android.telephony.CellInfo>);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50987 Landroid/speech/IRecognitionListener$Stub$Proxy;->onResults(Landroid/os/Bundle;)V
51007 Landroid/speech/IRecognitionListener;->onResults(Landroid/os/Bundle;)V
51070 Landroid/speech/SpeechRecognizer$InternalListener;->onResults(Landroid/os/Bundle;)V