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

/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java61 public Bundle call(String method, String arg, Bundle extras) { method in class:SingleUserProvider
/frameworks/base/packages/Keyguard/scripts/
H A Dnew_merge.py9 from subprocess import call namespace
151 call([DIFF_TOOL, file1, file2])
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) method in class:BridgeContentProvider
/frameworks/base/core/java/android/content/
H A DContentProviderClient.java48 * {@link #openFile} are not thread safe -- you must not call
388 /** See {@link ContentProvider#call(String, String, Bundle)} */
389 public Bundle call(String method, String arg, Bundle extras) throws RemoteException { method in class:ContentProviderClient
392 return mContentProvider.call(mPackageName, method, arg, extras);
H A DContentProviderNative.java275 Bundle responseBundle = call(callingPkg, method, stringArg, args);
622 public Bundle call(String callingPkg, String method, String request, Bundle args) method in class:ContentProviderProxy
H A DIContentProvider.java58 public Bundle call(String callingPkg, String method, String arg, Bundle extras) method in interface:IContentProvider
H A DContentProvider.java322 public Bundle call(String callingPkg, String method, String arg, Bundle extras) { method in class:ContentProvider.Transport
325 return ContentProvider.this.call(method, arg, extras);
711 * provider, but that call has been rejected for the operation given
739 * Example client call:<p>
797 * Example client call:<p>
871 * write permissions, or is not exported, all applications can still call
935 * provider, but that call has been rejected for the operation given
951 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
965 * default implementation will iterate over the values and call
967 * As a courtesy, call {
1640 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider
[all...]
H A DContentResolver.java114 * For example, this will be set to true if the sync is initiated by a call to
518 * the content provider may need to do some additional work at each call
523 * perform another call to {@link #canonicalize} with that original Uri to
817 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
870 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
1206 * by the call to {@link ContentProviderOperation#apply}.
1209 * how many, if any, operations will have been successfully applied if a call to
1334 * @param method provider-defined method name to call. Opaque to
1339 * does not implement call.
1343 public final Bundle call(Ur method in class:ContentResolver
[all...]
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java186 * deleted as a side effect of this call, such as documents inside a
205 * If this set of roots changes, you must call {@link ContentResolver#notifyChange(Uri,
263 * you can call {@link ContentResolver#notifyChange(Uri,
314 * String, String)}. Then you can call {@link ContentResolver#notifyChange(Uri,
497 * call the superclass. If the superclass returns {@code null}, the subclass
504 public Bundle call(String method, String arg, Bundle extras) { method in class:DocumentsProvider
509 return super.call(method, arg, extras);
552 throw new IllegalStateException("Failed call " + method, e);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java114 public Bundle call(String callingPackage, String method, String request, Bundle args) method in class:MockContentProvider.InversionIContentProvider
116 return MockContentProvider.this.call(method, request, args);
220 * If you're reluctant to implement this manually, please just call super.bulkInsert().
241 public Bundle call(String method, String request, Bundle args) { method in class:MockContentProvider
242 throw new UnsupportedOperationException("unimplemented mock method call");
246 throw new UnsupportedOperationException("unimplemented mock method call");
250 throw new UnsupportedOperationException("unimplemented mock method call");
H A DMockIContentProvider.java41 * @hide - @hide because this exposes bulkQuery() and call(), which must also be hidden.
95 public Bundle call(String callingPackage, String method, String request, Bundle args) method in class:MockIContentProvider
/frameworks/rs/
H A DrsScriptC_Lib.cpp186 const RsScriptCall *call) {
187 target->runForEach(rsc, /* root slot */ 0, in, out, usr, usrBytes, call);
182 rsrForEach(Context *rsc, Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java255 public Bundle call(String method, String arg, Bundle extras) { method in class:RecentsProvider
298 return super.call(method, arg, extras);
/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/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java64 static final int MAX_CONNECTIONS_PER_CALL = 5; // only 5 connections allowed per call
77 // A call that is ringing or (call) waiting
118 // PhoneApp that the call is gone. Do that here
119 Rlog.d(LOG_TAG, "dispose: call connnection onDisconnect, cause LOST_SIGNAL");
130 Rlog.d(LOG_TAG, "dispose: call mPendingMO.onDsiconnect, cause LOST_SIGNAL");
190 // note that this triggers call state changed notif
197 // The new call must be assigned to the foreground call.
198 // That call mus
750 hangup(GsmCall call) argument
797 hangupConnectionByIndex(GsmCall call, int index) argument
811 hangupAllConnections(GsmCall call) argument
824 getConnectionByIndex(GsmCall call, int index) argument
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java581 public Bundle call(String method, String request, Bundle args) { method in class:SettingsProvider
601 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
607 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
613 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
653 Slog.w(TAG, "call() with invalid method: " + method);
1011 * notification setting Uri, we will proxy the call to the current
1015 // Above call returns -1 if the Uri doesn't match a default type
1023 // Proxy the openFile call to media provider
1039 * notification setting Uri, we will proxy the call to the current
1043 // Above call return
[all...]
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java35 * Handles an Internet audio call over SIP. You can instantiate this class with {@link SipManager},
64 /** Listener for events relating to a SIP call, such as when a call is being
65 * recieved ("on ringing") or a call is outgoing ("on calling").
70 * Called when the call object is ready to make another call.
73 * @param call the call object that is ready to make another call
75 public void onReadyToCall(SipAudioCall call) { argument
85 onCalling(SipAudioCall call) argument
96 onRinging(SipAudioCall call, SipProfile caller) argument
106 onRingingBack(SipAudioCall call) argument
116 onCallEstablished(SipAudioCall call) argument
126 onCallEnded(SipAudioCall call) argument
136 onCallBusy(SipAudioCall call) argument
146 onCallHeld(SipAudioCall call) argument
158 onError(SipAudioCall call, int errorCode, String errorMessage) argument
168 onChanged(SipAudioCall call) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java57 static final int MAX_CONNECTIONS_PER_CALL = 1; // only 1 connection allowed per call
72 // A call that is ringing or (call) waiting
116 // PhoneApp that the call is gone. Do that here
117 Rlog.d(LOG_TAG, "dispose: call connnection onDisconnect, cause LOST_SIGNAL");
128 Rlog.d(LOG_TAG, "dispose: call mPendingMO.onDsiconnect, cause LOST_SIGNAL");
151 // 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 therefor
799 hangup(CdmaCall call) argument
846 hangupConnectionByIndex(CdmaCall call, int index) argument
860 hangupAllConnections(CdmaCall call) argument
873 getConnectionByIndex(CdmaCall call, int index) argument
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp968 ARMRelocator::Result call(Relocation& pReloc, ARMRelocator& pParent) function
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java57 // A call that is ringing or (call) waiting
106 // FIXME: is it true that we cannot take any incoming call if
119 if (DBG) log("canTake: taking call from: "
127 // Peer cancelled the call!
128 if (DBG) log(" canTake: call cancelled !!");
134 // Peer may cancel the call at any time during the time we hook
151 // Always unmute when answering a new call
329 loge("call waiting not supported");
499 if (SC_DBG) log("hangup: call "
995 onCallEnded(SipAudioCall call) argument
1003 onCallBusy(SipAudioCall call) argument
1009 onError(SipAudioCall call, int errorCode, String errorMessage) argument
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp472 const RsScriptCall *call) {
474 rsrForEach(rsc, target, in, out, usr, 0, call);
491 const RsScriptCall *call) {
493 rsrForEach(rsc, target, in, out, usr, usrLen, call);
1252 const rs_script_call *call) {
1253 return SC_ForEach_SAAUS((Script *)script.p, (Allocation*)in.p, (Allocation*)out.p, usr, (RsScriptCall*)call);
1261 const rs_script_call *call) {
1262 return SC_ForEach_SAAULS((Script *)script.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, (RsScriptCall*)call);
468 SC_ForEach_SAAUS(Script *target, Allocation *in, Allocation *out, const void *usr, const RsScriptCall *call) argument
486 SC_ForEach_SAAULS(Script *target, Allocation *in, Allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1248 rsForEach(rs_script script, rs_allocation in, rs_allocation out, const void *usr, const rs_script_call *call) argument
1256 rsForEach(rs_script script, rs_allocation in, rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument

Completed in 853 milliseconds