HomeSort by relevance Sort by last modified time
    Searched defs:InCallService (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
InCallService.java 45 * 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 {
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.this.onCallAdded(call)
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 546 milliseconds