commit | b2dfc423ce184eb2c1411725f317338d1581cd96 | [log] [tgz] |
---|---|---|
author | Vinit Deshpande <vinitd@google.com> | Wed Apr 15 13:32:05 2015 -0700 |
committer | Vinit Deshpande <vinitd@google.com> | Wed Apr 15 13:32:05 2015 -0700 |
tree | c6c76153e189d59f518a9f46a0e1747213ba4d01 | |
parent | 6f9edf4d801dce1d5bcc914aa2d4212cd28adc84 [diff] |
Fix build issues after the merge Change-Id: Ia856311187a0b2168cb859bd8b2300ff59df6569
diff --git a/testapps/src/com/android/server/telecom/testapps/TestConnectionService.java b/testapps/src/com/android/server/telecom/testapps/TestConnectionService.java index 7af5dd4..a5d833a 100644 --- a/testapps/src/com/android/server/telecom/testapps/TestConnectionService.java +++ b/testapps/src/com/android/server/telecom/testapps/TestConnectionService.java
@@ -129,7 +129,7 @@ } } - private final class TestConnection extends Connection { + final class TestConnection extends Connection { private final boolean mIsIncoming; /** Used to cleanup camera and media when done with connection. */