Home
last modified time | relevance | path

Searched defs:getCounters (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
DIMyService.aidl25 int getCounters(String receiverName, String action); in getCounters() method
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyServiceClient.java84 public int getCounters(String receiverName, String action) throws RemoteException { in getCounters() method in MyServiceClient