Searched defs:call (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/base/core/java/android/content/
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...]
/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/rs/api/
H A Dgen_runtime.cpp193 // Add a call to mJavaCallAllCheckMethods to be used at the end of the file generation.
194 void addJavaCheckCall(const string& call);
216 * sin(float3), the test code will call the CoreMathVerfier.computeSin 3 times.
222 * the expected value, we call instead CoreMathVerifier.verifyXXX(). This method
880 void Function::addJavaCheckCall(const string& call) { argument
881 mJavaCallAllCheckMethods += tab(2) + call + "\n";
1335 // Write the function call.
/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/rs/driver/
H A DrsdRuntimeStubs.cpp599 const RsScriptCall *call) {
601 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, call);
608 const RsScriptCall *call) {
610 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, 0, call);
640 const RsScriptCall *call) {
642 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, usrLen, call);
650 const RsScriptCall *call) {
652 rsrForEach(rsc, (Script*)target->p, (Allocation*)in->p, (Allocation*)out->p, usr, usrLen, call);
1466 const RsScriptCall *call) {
1468 rsrForEach(rsc, (Script*)target.p, (Allocation*)in.p, (Allocation*)out.p, usr, 0, call);
595 SC_ForEach_SAAUS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, const RsScriptCall *call) argument
604 SC_ForEach_SAAUS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, const RsScriptCall *call) argument
635 SC_ForEach_SAAULS(android::renderscript::rs_script target, android::renderscript::rs_allocation in, android::renderscript::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
645 SC_ForEach_SAAULS(android::renderscript::rs_script *target, android::renderscript::rs_allocation *in, android::renderscript::rs_allocation *out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1462 SC_ForEach_SAAUS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, const RsScriptCall *call) argument
1480 SC_ForEach_SAAULS(::rs_script target, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const RsScriptCall *call) argument
1532 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, const rs_script_call *call) argument
1554 rsForEach(::rs_script script, ::rs_allocation in, ::rs_allocation out, const void *usr, uint32_t usrLen, const rs_script_call *call) argument
[all...]
/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/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 105 milliseconds

12