Searched defs:call (Results 1 - 25 of 33) sorted by path

12

/frameworks/base/core/java/android/content/
H A DContentProvider.java367 public Bundle call(String callingPkg, String method, String arg, Bundle extras) { method in class:ContentProvider.Transport
370 return ContentProvider.this.call(method, arg, extras);
820 * provider, but that call has been rejected for the operation given
848 * Example client call:<p>
906 * Example client call:<p>
980 * write permissions, or is not exported, all applications can still call
1044 * provider, but that call has been rejected for the operation given
1060 * As a courtesy, call {@link ContentResolver#notifyChange(android.net.Uri ,android.database.ContentObserver) notifyChange()}
1074 * default implementation will iterate over the values and call
1076 * As a courtesy, call {
1745 public Bundle call(String method, String arg, Bundle extras) { method in class:ContentProvider
[all...]
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.java283 Bundle responseBundle = call(callingPkg, method, stringArg, args);
631 public Bundle call(String callingPkg, String method, String request, Bundle args) method in class:ContentProviderProxy
H A DContentResolver.java115 * For example, this will be set to true if the sync is initiated by a call to
535 * the content provider may need to do some additional work at each call
540 * perform another call to {@link #canonicalize} with that original Uri to
834 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
887 * on a content: URI, it will instead call {@link #openTypedAssetFileDescriptor}
1223 * by the call to {@link ContentProviderOperation#apply}.
1226 * how many, if any, operations will have been successfully applied if a call to
1351 * @param method provider-defined method name to call. Opaque to
1356 * does not implement call.
1360 public final Bundle call(Ur method in class:ContentResolver
[all...]
H A DIContentProvider.java59 public Bundle call(String callingPkg, String method, String arg, Bundle extras) method in interface:IContentProvider
/frameworks/base/core/java/android/provider/
H A DDocumentsProvider.java249 * call (such as documents inside a directory) the implementor is
269 * If this set of roots changes, you must call {@link ContentResolver#notifyChange(Uri,
327 * you can call {@link ContentResolver#notifyChange(Uri,
378 * String, String)}. Then you can call {@link ContentResolver#notifyChange(Uri,
535 * call the superclass. If the superclass returns {@code null}, the subclass
563 // TODO: move this to a direct AMS call
616 * call the superclass. If the superclass returns {@code null}, the subclass
620 public Bundle call(String method, String arg, Bundle extras) { method in class:DocumentsProvider
623 return super.call(method, arg, extras);
688 throw new IllegalStateException("Failed call "
[all...]
/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/packages/Keyguard/scripts/
H A Dnew_merge.py9 from subprocess import call namespace
151 call([DIFF_TOOL, file1, file2])
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java684 public Bundle call(String method, String request, Bundle args) { method in class:SettingsProvider
704 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
715 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
731 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
833 Slog.w(TAG, "call() with invalid method: " + method);
1273 * @returns a Bundle to send back to the client from call(), even
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java32 * Represents an ongoing phone call that the in-call app should present to the user.
78 * Common transitions are to {@link #STATE_DIALING} state for a successful call or
84 * The state of a {@code Call} when the user has initiated a disconnection of the call, but the
85 * call has not yet been disconnected by the underlying {@code ConnectionService}. The next
86 * state of the call is (potentially) {@link #STATE_DISCONNECTED}.
93 * select phone accounts to (for example) place a call.
109 * add a {@link Conference} call before the child {@link Connection}s are merged. This is how
111 * capability allows a merge button to be shown while the conference call is in the foreground
112 * of the in-call U
451 onStateChanged(Call call, int state) argument
459 onParentChanged(Call call, Call parent) argument
467 onChildrenChanged(Call call, List<Call> children) argument
475 onDetailsChanged(Call call, Details details) argument
485 onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) argument
496 onPostDialWait(Call call, String remainingPostDialSequence) argument
505 onVideoCallChanged(Call call, InCallService.VideoCall videoCall) argument
516 onCallDestroyed(Call call) argument
526 onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) argument
[all...]
H A DInCallService.java37 * phone calls. Telecom binds to this service while there exists a live (active or incoming) call,
38 * and uses it to notify the in-call app of any live and and recently disconnected calls.
112 public void addCall(ParcelableCall call) { argument
113 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget();
117 public void updateCall(ParcelableCall call) { argument
118 mHandler.obtainMessage(MSG_UPDATE_CALL, call).sendToTarget();
185 * Invoked when the {@code Phone} has been created. This is a signal to the in-call experience
186 * to start displaying in-call information to the user. Each instance of {@code InCallService}
196 * Invoked when a {@code Phone} has been destroyed. This is a signal to the in-call experience
197 * to stop displaying in-call informatio
[all...]
H A DPhone.java46 * Called to bring the in-call screen to the foreground. The in-call experience should
56 * Called when a {@code Call} has been added to this in-call session. The in-call user
63 * @param call A newly added {@code Call}.
65 public void onCallAdded(Phone phone, Call call) { } argument
68 * Called when a {@code Call} has been removed from this in-call session. The in-call user
74 * @param call A newly removed {@code Call}.
76 public void onCallRemoved(Phone phone, Call call) { } argument
123 internalRemoveCall(Call call) argument
274 fireCallAdded(Call call) argument
280 fireCallRemoved(Call call) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java81 /** Ask the user whether to use Wi-Fi on every call */
198 * Broadcast intent action indicating that the call state (cellular)
202 * The {@link #EXTRA_STATE} extra indicates the new call state.
213 * Instead, use {@link #getCallState} to synchronously query the current call state.
225 * call. By default, the device's default SMS app consumes this message and sends a text message
268 * for a String containing the new call state.
301 * Only valid when the new call state is RINGING.
310 * Broadcast intent action indicating that a precise call state
314 * The {@link #EXTRA_RINGING_CALL_STATE} extra indicates the ringing call state.
315 * The {@link #EXTRA_FOREGROUND_CALL_STATE} extra indicates the foreground call stat
3400 public void call(String callingPackage, String number) { method in class:TelephonyManager
[all...]
/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.
96 public Bundle call(String callingPackage, String method, String request, Bundle args) method in class:MockIContentProvider
/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/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/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/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp543 Relocator::Result call(Relocation& pReloc, AArch64Relocator& pParent) function
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp1046 ARMRelocator::Result call(Relocation& pReloc, ARMRelocator& pParent) function
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java41 * Handles an IMS voice / video call over LTE. You can instantiate this class with
57 * Listener for events relating to an IMS call, such as when a call is being
58 * received ("on ringing") or a call is outgoing ("on calling").
63 * Called when a request is sent out to initiate a new call
67 * @param call the call object that carries out the IMS call
69 public void onCallProgressing(ImsCall call) { argument
70 onCallStateChanged(call);
79 onCallStarted(ImsCall call) argument
90 onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
101 onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) argument
113 onCallHeld(ImsCall call) argument
124 onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
134 onCallHoldReceived(ImsCall call) argument
144 onCallResumed(ImsCall call) argument
155 onCallResumeFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
165 onCallResumeReceived(ImsCall call) argument
177 onCallMerged(ImsCall call, boolean swapCalls) argument
188 onCallMergeFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
198 onCallUpdated(ImsCall call) argument
209 onCallUpdateFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
218 onCallUpdateReceived(ImsCall call) argument
229 onCallConferenceExtended(ImsCall call, ImsCall newCall) argument
240 onCallConferenceExtendFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
251 onCallConferenceExtendReceived(ImsCall call, ImsCall newCall) argument
261 onCallInviteParticipantsRequestDelivered(ImsCall call) argument
271 onCallInviteParticipantsRequestFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
282 onCallRemoveParticipantsRequestDelivered(ImsCall call) argument
292 onCallRemoveParticipantsRequestFailed(ImsCall call, ImsReasonInfo reasonInfo) argument
303 onCallConferenceStateUpdated(ImsCall call, ImsConferenceState state) argument
313 onConferenceParticipantsStateChanged(ImsCall call, List<ConferenceParticipant> participants) argument
324 onCallUssdMessageReceived(ImsCall call, int mode, String ussdMessage) argument
338 onCallError(ImsCall call, ImsReasonInfo reasonInfo) argument
349 onCallStateChanged(ImsCall call) argument
364 onCallStateChanged(ImsCall call, int state) argument
374 onCallSessionTtyModeReceived(ImsCall call, int mode) argument
501 equalsTo(ICall call) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DICall.java20 * IMS call interface
31 * Checks if the call has a same remote user identity or not.
39 * Checks if the call is equal or not.
41 * @param call the call to be compared
42 * @return true if the call is equal; otherwise, false
44 public boolean equalsTo(ICall call); argument
/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...]

Completed in 1858 milliseconds

12