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

1 2 3

  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 101 public Bundle respond(Bundle extras) { method in class:ThreadSafeCursorWrapper
106 return super.respond(extras);
109 return super.respond(extras);
  /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 468 Bundle respond(Bundle extras); method in interface:Cursor
CursorToBulkCursorAdaptor.java 275 public Bundle respond(Bundle extras) { method in class:CursorToBulkCursorAdaptor
279 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 396 public Bundle respond(Bundle extras) { method in class:AbstractCursor
  /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.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockRespondMatrixCursor.java 43 public Bundle respond(Bundle request) { method in class:MockRespondMatrixCursor
  /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 170 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/chromium_org/third_party/tlslite/tlslite/
errors.py 165 faulty behavior, and the other party doesn't respond appropriately.
  /external/nanohttpd/webserver/src/main/java/fi/iki/elonen/
SimpleWebServer.java 271 return respond(Collections.unmodifiableMap(header), session, uri);
274 private Response respond(Map<String, String> headers, IHTTPSession session, String uri) { method in class:SimpleWebServer
318 return respond(headers, session, uri + indexFile);
329 return respond(rewrite.getHeaders(), session, rewrite.getUri());
  /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);
  /external/chromium_org/ui/file_manager/video_player/js/
test_util.js 100 // Call the test utility function and respond the result.
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 54 * @param {function(HotwordStatus)} sendResponse Callback function to respond
81 * @param {function(HotwordStatus)} sendResponse Callback function to respond
  /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);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
widget.js 87 // Widgets do not respond to sticky key.
  /external/chromium_org/remoting/webapp/unittests/
it2me_helper_channel_unittest.js 165 // Webapp will respond by disconnecting the port
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 570 final Bundle response = cursor.respond(CONVERSATION_INFO_REQUEST);
591 final Bundle response = cursor.respond(RAW_FOLDERS_REQUEST);
596 // TODO: delete this once Email supports the respond call
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailConversationCursor.java 88 // Consider merging this check with the auto-sync code in respond.
120 public Bundle respond(Bundle params) { method in class:EmailConversationCursor
  /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 :<<

Completed in 828 milliseconds

1 2 3