Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -27781,6 +27781,7 @@ package android.telecomm { public abstract class InCallService extends android.app.Service { ctor protected InCallService(); method protected abstract void addCall(android.telecomm.InCallCall); method protected abstract void bringToForeground(boolean); method protected final android.telecomm.InCallAdapter getAdapter(); method protected void onAdapterAttached(android.telecomm.InCallAdapter); method protected abstract void onAudioStateChanged(android.telecomm.CallAudioState); telecomm/java/android/telecomm/InCallService.java +7 −0 Original line number Diff line number Diff line Loading @@ -206,4 +206,11 @@ public abstract class InCallService extends Service { * @param audioState The new {@link CallAudioState}. */ protected abstract void onAudioStateChanged(CallAudioState audioState); /** * Brings the in-call screen to the foreground. * * @param showDialpad If true, put up the dialpad when the screen is shown. */ protected abstract void bringToForeground(boolean showDialpad); } Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -27781,6 +27781,7 @@ package android.telecomm { public abstract class InCallService extends android.app.Service { ctor protected InCallService(); method protected abstract void addCall(android.telecomm.InCallCall); method protected abstract void bringToForeground(boolean); method protected final android.telecomm.InCallAdapter getAdapter(); method protected void onAdapterAttached(android.telecomm.InCallAdapter); method protected abstract void onAudioStateChanged(android.telecomm.CallAudioState);
telecomm/java/android/telecomm/InCallService.java +7 −0 Original line number Diff line number Diff line Loading @@ -206,4 +206,11 @@ public abstract class InCallService extends Service { * @param audioState The new {@link CallAudioState}. */ protected abstract void onAudioStateChanged(CallAudioState audioState); /** * Brings the in-call screen to the foreground. * * @param showDialpad If true, put up the dialpad when the screen is shown. */ protected abstract void bringToForeground(boolean showDialpad); }