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

/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java45 * before the telecom service will bind to its {@code InCallService} implementation.
47 * Below is an example manifest registration for an {@code InCallService}. The meta-data
49 * {@code InCallService} implementation intends to replace the built-in in-call UI.
56 * <action android:name="android.telecom.InCallService"/>
62 public abstract class InCallService extends Service { class in inherits:Service
68 public static final String SERVICE_INTERFACE = "android.telecom.InCallService";
232 InCallService.this.onAudioStateChanged(audioState);
236 InCallService.this.onCallAudioStateChanged(callAudioState);
242 InCallService.this.onBringToForeground(showDialpad);
248 InCallService
273 public InCallService() { method in class:InCallService
[all...]

Completed in 59 milliseconds