/frameworks/base/core/java/android/database/ |
D | BulkCursorToCursorAdaptor.java | 177 public Bundle respond(Bundle extras) { in respond() method in BulkCursorToCursorAdaptor 181 return mBulkCursor.respond(extras); in respond()
|
D | CursorWrapper.java | 237 public Bundle respond(Bundle extras) { in respond() method in CursorWrapper 238 return mCursor.respond(extras); in respond()
|
D | IBulkCursor.java | 54 Bundle respond(Bundle extras) throws RemoteException; in respond() method
|
D | CursorToBulkCursorAdaptor.java | 291 public Bundle respond(Bundle extras) { in respond() method in CursorToBulkCursorAdaptor 295 return mCursor.respond(extras); in respond()
|
D | BulkCursorNative.java | 120 Bundle returnExtras = respond(extras); in onTransact() 267 public Bundle respond(Bundle extras) throws RemoteException { in respond() method in BulkCursorProxy
|
D | Cursor.java | 524 Bundle respond(Bundle extras); in respond() method
|
D | AbstractCursor.java | 505 public Bundle respond(Bundle extras) { in respond() method in AbstractCursor
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockCursor.java | 216 public Bundle respond(Bundle extras) { in respond() method in MockCursor
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 3 …gets triggered when the system thinks that an application is too slow to respond. A dialog may pop… 12 ## 1. Application does not respond to an input event that was sent to it. ## 14 The most common case is when an application does not respond to input that dispatcher sent to it. T…
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 26 returned results to decide if you want to respond to an owner's touch, if you 36 * Once your feature is ready to respond to the gesture in a substantive manner, it queries 43 * If the `FalsingManager` says it looks good, respond to the touch.
|
D | qs-tiles.md | 126 `QSIconView` is an interface that define the basic actions that icons have to respond to. Its base 213 have the permission `android.permission.BIND_QUICK_SETTINGS_TILE` and must respond to the 217 The implementer is responsible for creating the methods that will respond to the following calls 470 * If the controller is not a `CallbackController`, respond to `handleSetListening` by
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.md | 3 Most apps draw once per vsync. Therefore, apps can only respond to 1 input event per frame. If mult…
|
/frameworks/opt/net/ims/ |
D | README.txt | 28 has the ability to respond to an intent indicating that there is an incoming call.
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 106 …yer_Initialize` to look up a function at any time. The layer must still respond to `AndroidGLESLa…
|
/frameworks/base/test-mock/api/ |
D | current.txt | 180 method @Deprecated public android.os.Bundle respond(android.os.Bundle);
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 7309 // Tag FIELD_AUTOFILL_DURATION: how long it took (in ms) to the service to respond, or -1 if the
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/proto_logging/stats/ |
D | atoms.proto | 22344 5; // Autofill provider didn't respond in the given time.
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9355 method public android.os.Bundle respond(android.os.Bundle); 9463 method public abstract android.os.Bundle respond(android.os.Bundle); 9570 method public android.os.Bundle respond(android.os.Bundle); 29314 method public android.os.Bundle respond(android.os.Bundle);
|
/frameworks/base/core/api/ |
D | current.txt | 14286 method public android.os.Bundle respond(android.os.Bundle); 14398 method public android.os.Bundle respond(android.os.Bundle); 14511 method public android.os.Bundle respond(android.os.Bundle);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14338 Landroid/database/CursorToBulkCursorAdaptor;->respond(Landroid/os/Bundle;)Landroid/os/Bundle; 14412 Landroid/database/IBulkCursor;->respond(Landroid/os/Bundle;)Landroid/os/Bundle;
|