Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/telecomm/java/android/telecom/
DPhone.java78 public void onCallAdded(Phone phone, Call call) { } in onCallAdded()
89 public void onCallRemoved(Phone phone, Call call) { } in onCallRemoved()
125 Call call = new Call(this, parcelableCall.getId(), mInCallAdapter, in internalAddCall() local
127 mCallByTelecomCallId.put(parcelableCall.getId(), call); in internalAddCall() local
134 final void internalRemoveCall(Call call) { in internalRemoveCall()
146 Call call = mCallByTelecomCallId.get(parcelableCall.getId()); in internalUpdateCall() local
154 Call call = mCallByTelecomCallId.get(telecomId); in internalSetPostDialWait() local
302 private void fireCallAdded(Call call) { in fireCallAdded()
308 private void fireCallRemoved(Call call) { in fireCallRemoved()
DCall.java580 public void onStateChanged(Call call, int state) {} in onStateChanged()
588 public void onParentChanged(Call call, Call parent) {} in onParentChanged()
596 public void onChildrenChanged(Call call, List<Call> children) {} in onChildrenChanged()
604 public void onDetailsChanged(Call call, Details details) {} in onDetailsChanged()
614 public void onCannedTextResponsesLoaded(Call call, List<String> cannedTextResponses) {} in onCannedTextResponsesLoaded()
625 public void onPostDialWait(Call call, String remainingPostDialSequence) {} in onPostDialWait()
633 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} in onVideoCallChanged()
644 public void onCallDestroyed(Call call) {} in onCallDestroyed()
654 public void onConferenceableCallsChanged(Call call, List<Call> conferenceableCalls) {} in onConferenceableCallsChanged()
845 Call call = mPhone.internalGetCallByTelecomId(id); in getChildren() local
[all …]
DInCallService.java131 public void addCall(ParcelableCall call) { in addCall()
136 public void updateCall(ParcelableCall call) { in updateCall()
383 public void onCallAdded(Call call) { in onCallAdded()
394 public void onCallRemoved(Call call) { in onCallRemoved()
DParcelableCall.java184 public InCallService.VideoCall getVideoCall(Call call) { in getVideoCall()
DVideoCallImpl.java178 VideoCallImpl(IVideoProvider videoProvider, Call call) throws RemoteException { in VideoCallImpl()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedGsmCallState.java185 CallInfo call = mCalls[i]; in triggerRing() local
222 CallInfo call = mCalls[i]; in progressConnectingCallState() local
248 CallInfo call = mCalls[i]; in progressConnectingToActive() local
285 CallInfo call = mCalls[i]; in triggerHangupForeground() local
297 CallInfo call = mCalls[i]; in triggerHangupForeground() local
322 CallInfo call = mCalls[i]; in triggerHangupBackground() local
344 CallInfo call = mCalls[i]; in triggerHangupAll() local
361 CallInfo call = mCalls[i]; in onAnswer() local
380 CallInfo call = mCalls[i]; in onHangup() local
659 CallInfo call; in onDial() local
[all …]
/frameworks/opt/net/voip/src/java/android/net/sip/
DSipAudioCall.java75 public void onReadyToCall(SipAudioCall call) { in onReadyToCall()
85 public void onCalling(SipAudioCall call) { in onCalling()
96 public void onRinging(SipAudioCall call, SipProfile caller) { in onRinging()
106 public void onRingingBack(SipAudioCall call) { in onRingingBack()
116 public void onCallEstablished(SipAudioCall call) { in onCallEstablished()
126 public void onCallEnded(SipAudioCall call) { in onCallEnded()
136 public void onCallBusy(SipAudioCall call) { in onCallBusy()
146 public void onCallHeld(SipAudioCall call) { in onCallHeld()
158 public void onError(SipAudioCall call, int errorCode, in onError()
168 public void onChanged(SipAudioCall call) { in onChanged()
DSipManager.java338 SipAudioCall call = new SipAudioCall(mContext, localProfile); in makeAudioCall() local
415 SipAudioCall call = new SipAudioCall( in takeAudioCall() local
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java88 public void onCallProgressing(ImsCall call) { in onCallProgressing()
98 public void onCallStarted(ImsCall call) { in onCallStarted()
109 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed()
120 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated()
132 public void onCallHeld(ImsCall call) { in onCallHeld()
143 public void onCallHoldFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallHoldFailed()
153 public void onCallHoldReceived(ImsCall call) { in onCallHoldReceived()
163 public void onCallResumed(ImsCall call) { in onCallResumed()
174 public void onCallResumeFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallResumeFailed()
184 public void onCallResumeReceived(ImsCall call) { in onCallResumeReceived()
[all …]
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl35 void addCall(in ParcelableCall call); in addCall()
37 void updateCall(in ParcelableCall call); in updateCall()
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DICall.java44 public boolean equalsTo(ICall call); in equalsTo()
/frameworks/base/telephony/java/com/android/internal/telephony/
DICallService.aidl48 void call(String handle); in call() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmCallTracker.java798 hangup (GsmCall call) throws CallStateException { in hangup()
849 void hangupConnectionByIndex(GsmCall call, int index) in hangupConnectionByIndex()
863 void hangupAllConnections(GsmCall call) { in hangupAllConnections()
876 GsmConnection getConnectionByIndex(GsmCall call, int index) in getConnectionByIndex()
/frameworks/av/media/common_time/
Dcc_helper.cpp95 #define CCHELPER_METHOD(decl, call) \ argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java879 hangup (CdmaCall call) throws CallStateException { in hangup()
926 void hangupConnectionByIndex(CdmaCall call, int index) in hangupConnectionByIndex()
940 void hangupAllConnections(CdmaCall call) { in hangupAllConnections()
953 CdmaConnection getConnectionByIndex(CdmaCall call, int index) in getConnectionByIndex()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java630 SipCall call = conn.getCall(); in add() local
958 SipCall call = (getPhone() == SipPhone.this) in separate() local
1001 public void onCallEnded(SipAudioCall call) { in onCallEnded()
1009 public void onCallBusy(SipAudioCall call) { in onCallBusy()
1015 public void onError(SipAudioCall call, int errorCode, in onError()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
DComponentWriter.java76 final String call; in ComponentWriter() local
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DSingleUserProvider.java61 public Bundle call(String method, String arg, Bundle extras) { in call() method in SingleUserProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java1923 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall() local
1933 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall() local
1988 Call call = getFirstNonIdleCall(mBackgroundCalls); in getFirstActiveBgCall() local
2016 Call call = getFirstNonIdleCall(mBackgroundCalls, subId); in getFirstActiveBgCall() local
2040 Call call = getFirstNonIdleCall(mRingingCalls); in getFirstActiveRingingCall() local
2051 Call call = getFirstNonIdleCall(mRingingCalls, subId); in getFirstActiveRingingCall() local
2434 Call call; in toString() local
/frameworks/base/test-runner/src/android/test/mock/
DMockContentProvider.java114 public Bundle call(String callingPackage, String method, String request, Bundle args) in call() method in MockContentProvider.InversionIContentProvider
241 public Bundle call(String method, String request, Bundle args) { in call() method in MockContentProvider
DMockIContentProvider.java96 public Bundle call(String callingPackage, String method, String request, Bundle args) in call() method in MockIContentProvider
/frameworks/compile/libbcc/lib/Renderscript/
DRSInvokeHelperPass.cpp199 if (llvm::CallInst *call = llvm::dyn_cast<llvm::CallInst>(&Inst)) { in runOnFunction() local
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DDirectStatementService.java249 public Void call() { in call() method in DirectStatementService.IsAssociatedCallable
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContentProvider.java58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2) in call() method in BridgeContentProvider
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java145 ImsCall call = getImsCall(); in getConferenceParticipants() local

123