Searched refs:InCallService (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java44 * before the telecom service will bind to its {@code InCallService} implementation.
46 * Below is an example manifest registration for an {@code InCallService}. The meta-data
48 * {@code InCallService} implementation intends to replace the built-in in-call UI.
55 * <action android:name="android.telecom.InCallService"/>
61 public abstract class InCallService extends Service { class in inherits:Service
67 public static final String SERVICE_INTERFACE = "android.telecom.InCallService";
174 InCallService.this.onAudioStateChanged(audioState);
178 InCallService.this.onCallAudioStateChanged(callAudioState);
184 InCallService.this.onBringToForeground(showDialpad);
190 InCallService
209 public InCallService() { method in class:InCallService
[all...]
H A DParcelableCall.java32 * Information about a call that is used between InCallService and Telecom.
51 private InCallService.VideoCall mVideoCall;
184 public InCallService.VideoCall getVideoCall(Call call) {
252 * {@link android.telecom.InCallService.VideoCall} associated with this call. Since
H A DPhone.java32 * @deprecated Use {@link InCallService} directly instead of using this class.
137 InCallService.VideoCall videoCall = call.getVideoCall();
186 InCallService.VideoCall videoCall = call.getVideoCall();
H A DCall.java633 public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {}
681 private InCallService.VideoCall mVideoCall;
893 public InCallService.VideoCall getVideoCall() {
1168 private void fireVideoCallChanged(final InCallService.VideoCall videoCall) {
H A DVideoCallImpl.java25 import android.telecom.InCallService.VideoCall;
262 * The {@link InCallService} will create the {@code requestProfile} based on the current
264 * video state maintained by the {@link InCallService} could get out of sync with what is known

Completed in 122 milliseconds