diff options
| author | Santos Cordon <santoscordon@google.com> | 2014-05-30 13:21:13 -0700 |
|---|---|---|
| committer | Santos Cordon <santoscordon@google.com> | 2014-05-30 14:27:03 -0700 |
| commit | dd36901ac004a2fef88247f9f54059b24ee5118c (patch) | |
| tree | 4c71daa7844c9c5ba35908bc37501593a1eb1149 /telecomm | |
| parent | 2157b9dcef00eac182b557b4d78cb66c31eba1bd (diff) | |
| download | frameworks_base-dd36901ac004a2fef88247f9f54059b24ee5118c.zip frameworks_base-dd36901ac004a2fef88247f9f54059b24ee5118c.tar.gz frameworks_base-dd36901ac004a2fef88247f9f54059b24ee5118c.tar.bz2 | |
Preempt build error from merge with CL (2/2)
Merging CL: Ib674e2e48efaa1cc97d1513dc2c2b27fdb343657
Change-Id: Ic4944b27f9d39dbaccb6baa5ba6761dc4663cd02
Diffstat (limited to 'telecomm')
| -rw-r--r-- | telecomm/java/android/telecomm/InCallService.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/telecomm/java/android/telecomm/InCallService.java b/telecomm/java/android/telecomm/InCallService.java index 63b2020..7b1cdf2 100644 --- a/telecomm/java/android/telecomm/InCallService.java +++ b/telecomm/java/android/telecomm/InCallService.java @@ -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); } |
