HomeSort by relevance Sort by last modified time
    Searched refs:respond (Results 1 - 25 of 36) sorted by null

1 2

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
Krb5LoginModuleTest.java 131 server.respond = KerberosErrorMessageTest.err_resp;
170 public byte[] respond; field in class:Krb5LoginModuleTest.KrbServer
192 if (respond != null) {
193 packet = new DatagramPacket(respond, respond.length, packet
  /frameworks/base/core/java/android/database/
IBulkCursor.java 54 Bundle respond(Bundle extras) throws RemoteException; method in interface:IBulkCursor
BulkCursorToCursorAdaptor.java 178 public Bundle respond(Bundle extras) { method in class:BulkCursorToCursorAdaptor
182 return mBulkCursor.respond(extras);
187 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
CursorWrapper.java 189 public Bundle respond(Bundle extras) { method in class:CursorWrapper
190 return mCursor.respond(extras);
Cursor.java 455 Bundle respond(Bundle extras); method in interface:Cursor
CursorToBulkCursorAdaptor.java 278 public Bundle respond(Bundle extras) { method in class:CursorToBulkCursorAdaptor
282 return mCursor.respond(extras);
BulkCursorNative.java 119 Bundle returnExtras = respond(extras);
265 public Bundle respond(Bundle extras) throws RemoteException { method in class:BulkCursorProxy
AbstractCursor.java 394 public Bundle respond(Bundle extras) { method in class:AbstractCursor
  /external/openssh/
auth-chall.c 92 switch (device->respond(authctxt->kbdintctxt, 1, resp)) {
101 device->respond(authctxt->kbdintctxt, 0, resp) == 0)
auth.h 94 * respond returns: 0 - success, 1 - need further interaction,
103 int (*respond)(void *ctx, u_int numresp, char **responses); member in struct:KbdintDevice
auth2-chall.c 309 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response);
  /external/smali/
README.md 9 - [#smali on freenode](http://webchat.freenode.net/?channels=smali) - Free free to drop by and ask a question. Don't expect an instant response, but if you hang around someone will respond. Think of it more in terms of.. multi-player notepad.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 204 public Bundle respond(Bundle bundle) { method in class:ShadowCursorWrapper
205 return wrappedCursor.respond(bundle);
  /frameworks/base/test-runner/src/android/test/mock/
MockCursor.java 172 public Bundle respond(Bundle extras) { method in class:MockCursor
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 198 public Bundle respond(Bundle extras) { method in class:TestCursor
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 135 return "%s: %s" % (nick, self.therapist.respond(" ".join(args)))
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 411 public Bundle respond(Bundle extras) { method in class:SuggestionsProvider.SuggestionsCursor
412 return mDatabaseCursor.respond(extras);
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 144 Bundle bundle = mDatabaseCursor.respond(b);
147 bundle = mDatabaseCursor.respond(null);
CursorWrapperTest.java 394 Bundle bundle = cursorWrapper.respond(b);
  /hardware/libhardware/include/hardware/
gps.h 618 void (*respond) (int notif_id, GpsUserResponseType user_response); member in struct:__anon20690
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 341 [%s @ %s]: failed to write report to %p as it does not respond to :<<
  /external/qemu/hw/
bt-sdp.c 510 goto respond;
545 respond:
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 621 * @param {Event} e The `click` event to respond to.
651 * @param {Event} e The `click` event to respond to.
  /frameworks/base/docs/html/training/
training_toc.cs 212 "How to respond to hardware audio key presses, request audio focus
213 when playing audio, and respond appropriately to changes in audio focus."
305 and respond to touch input."
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 642 sGpsNiInterface->respond(notifId, response);

Completed in 1729 milliseconds

1 2