Searched defs:call (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java56 public Bundle call(String arg0, String arg1, Bundle arg2) throws RemoteException { method in class:BridgeContentProvider
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java41 * @hide - @hide because this exposes bulkQuery() and call(), which must also be hidden.
90 public Bundle call(String method, String request, Bundle args) method in class:MockIContentProvider
H A DMockContentProvider.java108 public Bundle call(String method, String request, Bundle args) method in class:MockContentProvider.InversionIContentProvider
110 return MockContentProvider.this.call(method, request, args);
203 * If you're reluctant to implement this manually, please just call super.bulkInsert().
224 public Bundle call(String method, String request, Bundle args) { method in class:MockContentProvider
225 throw new UnsupportedOperationException("unimplemented mock method call");
229 throw new UnsupportedOperationException("unimplemented mock method call");
233 throw new UnsupportedOperationException("unimplemented mock method call");
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java256 Bundle responseBundle = call(method, stringArg, args);
561 public Bundle call(String method, String request, Bundle args) method in class:ContentProviderProxy
H A DIContentProvider.java54 public Bundle call(String method, String arg, Bundle extras) throws RemoteException; method in interface:IContentProvider
H A DContentProvider.java255 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider.Transport
256 return ContentProvider.this.call(method, arg, extras);
534 * Example client call:<p>
592 * Example client call:<p>
666 * write permissions, or is not exported, all applications can still call
677 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
690 * default implementation will iterate over the values and call
692 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
714 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyDelete()}
736 * As a courtesy, call {
1100 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider
[all...]
H A DContentResolver.java581 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
880 * by the call to {@link ContentProviderOperation#apply}.
883 * how many, if any, operations will have been successfully applied if a call to
1008 * @param method provider-defined method name to call. Opaque to
1013 * does not implement call.
1017 public final Bundle call(Uri uri, String method, String arg, Bundle extras) { method in class:ContentResolver
1029 return provider.call(method, arg, extras);
1247 * To register, call {@link #registerContentObserver(android.net.Uri , boolean, android.database.ContentObserver) registerContentObserver()}.
1262 * To register, call {@link #registerContentObserver(android.net.Uri , boolean, android.database.ContentObserver) registerContentObserver()}.
/frameworks/rs/
H A DrsScriptC_Lib.cpp160 const RsScriptCall *call) {
161 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
156 rsrForEach(Context *rsc, Script *sc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java344 public Bundle call(String method, String request, Bundle args) { method in class:SettingsProvider
623 * notification setting Uri, we will proxy the call to the current
627 // Above call returns -1 if the Uri doesn't match a default type
635 // Only proxy the openFile call to drm or media providers
643 // do the below call the DRM will be checking our
664 * notification setting Uri, we will proxy the call to the current
668 // Above call returns -1 if the Uri doesn't match a default type
676 // Only proxy the openFile call to drm or media providers
684 // do the below call the DRM will be checking our
760 * @returns a Bundle to send back to the client from call(), eve
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java63 static final int MAX_CONNECTIONS_PER_CALL = 5; // only 5 connections allowed per call
76 // A call that is ringing or (call) waiting
174 // note that this triggers call state changed notif
181 // The new call must be assigned to the foreground call.
182 // That call must be idle, so place anything that's
187 // and we need to make sure the foreground call is clear
194 // next poll, so that we don't clear a failed dialing call
213 // handlePollCalls() will notice this call no
730 hangup(GsmCall call) argument
777 hangupConnectionByIndex(GsmCall call, int index) argument
791 hangupAllConnections(GsmCall call) argument
804 getConnectionByIndex(GsmCall call, int index) argument
[all...]
/frameworks/base/tools/aidl/
H A Dgenerate_java_binder.cpp334 // the real call
453 // the transact call
454 MethodCall* call = new MethodCall(proxyClass->mRemote, "transact", 4, local
459 tryStatement->statements->Add(call);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java56 static final int MAX_CONNECTIONS_PER_CALL = 1; // only 1 connection allowed per call
71 // A call that is ringing or (call) waiting
139 // Notify if in call when registering
186 // note that this triggers call state changed notif
198 // Cancel Ecm timer if a second emergency call is originating in Ecm mode
203 // We are initiating a call therefore even if we previously
208 // The new call must be assigned to the foreground call.
209 // That call mus
800 hangup(CdmaCall call) argument
847 hangupConnectionByIndex(CdmaCall call, int index) argument
861 hangupAllConnections(CdmaCall call) argument
874 getConnectionByIndex(CdmaCall call, int index) argument
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipAudioCall.java41 * Handles an Internet audio call over SIP. You can instantiate this class with {@link SipManager},
69 /** Listener for events relating to a SIP call, such as when a call is being
70 * recieved ("on ringing") or a call is outgoing ("on calling").
75 * Called when the call object is ready to make another call.
78 * @param call the call object that is ready to make another call
80 public void onReadyToCall(SipAudioCall call) { argument
90 onCalling(SipAudioCall call) argument
101 onRinging(SipAudioCall call, SipProfile caller) argument
111 onRingingBack(SipAudioCall call) argument
121 onCallEstablished(SipAudioCall call) argument
131 onCallEnded(SipAudioCall call) argument
141 onCallBusy(SipAudioCall call) argument
151 onCallHeld(SipAudioCall call) argument
163 onError(SipAudioCall call, int errorCode, String errorMessage) argument
173 onChanged(SipAudioCall call) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp514 ARMRelocationFactory::Result call(Relocation& pReloc, function
/frameworks/base/core/jni/
H A Dandroid_bluetooth_common.cpp116 void dbus_func_args_async_callback(DBusPendingCall *call, void *data) { argument
123 msg = dbus_pending_call_steal_reply(call);
134 dbus_pending_call_cancel(call);
135 dbus_pending_call_unref(call);
167 ALOGE("Could not append argument to method call!");
171 /* Make the call. */
174 DBusPendingCall *call; local
183 &call,
186 dbus_pending_call_set_notify(call,
257 ALOGE("Could not append argument to method call!");
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java55 // A call that is ringing or (call) waiting
99 // FIXME: is it true that we cannot take any incoming call if
108 if (DEBUG) Log.d(LOG_TAG, "+++ taking call from: "
116 // Peer cancelled the call!
117 if (DEBUG) Log.d(LOG_TAG, " call cancelled !!");
123 // Peer may cancel the call at any time during the time we hook
137 // Always unmute when answering a new call
291 Log.e(LOG_TAG, "call waiting not supported");
412 if (DEBUG) Log.d(LOG_TAG, "hang up call
889 onCallEnded(SipAudioCall call) argument
896 onCallBusy(SipAudioCall call) argument
901 onError(SipAudioCall call, int errorCode, String errorMessage) argument
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp378 const RsScriptCall *call) {
380 rsrForEach(rsc, sc, target, in, out, usr, 0, call);
397 const RsScriptCall *call) {
399 rsrForEach(rsc, sc, target, in, out, usr, usrLen, call);
374 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
392 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument

Completed in 358 milliseconds