Home
last modified time | relevance | path

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

/cts/hostsidetests/net/aidl/com/android/cts/net/hostside/
DIMyService.aidl21 int getCounters(String receiverName, String action); in getCounters() method
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyServiceClient.java86 public int getCounters(String receiverName, String action) throws RemoteException { in getCounters() method in MyServiceClient