Searched refs:onQueryComplete (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfoAsyncQuery.java | 75 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete() method 274 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() method in CallerInfoAsyncQuery.CallerInfoAsyncQueryHandler 382 cw.listener.onQueryComplete(token, cw.cookie, mCallerInfo); in onQueryComplete()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | AsyncQueryHandler.java | 286 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() method in AsyncQueryHandler 344 onQueryComplete(token, args.cookie, (Cursor) args.result); in handleMessage()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | QuickContactBadge.java | 346 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() method in QuickContactBadge.QueryHandler
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 9632 method protected void onQueryComplete(int, Object, android.database.Cursor);
|