update new sdk
This commit is contained in:
parent
f33907443a
commit
744c72c133
1643 changed files with 83006 additions and 28021 deletions
5
android/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java
Normal file → Executable file
5
android/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ConnectivityServiceMock.java
Normal file → Executable file
|
@ -499,6 +499,11 @@ public class ConnectivityServiceMock extends IConnectivityManager.Stub
|
|||
throw new RuntimeException("not implemented");
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isActiveNetworkMeteredForUid(int uid) {
|
||||
throw new RuntimeException("not implemented");
|
||||
}
|
||||
|
||||
public boolean requestRouteToHostAddress(int networkType, byte[] hostAddress) {
|
||||
throw new RuntimeException("not implemented");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue