Home
last modified time | relevance | path

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

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