Home
last modified time | relevance | path

Searched defs:retrieveNetworkEventCount (Results 1 – 6 of 6) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
DIIpMemoryStore.aidl47 …oneway void retrieveNetworkEventCount(String cluster, in long[] sinceTimes, in int[] eventTypes, a… in retrieveNetworkEventCount() method
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/11/android/net/
DIIpMemoryStore.aidl47 …oneway void retrieveNetworkEventCount(String cluster, in long[] sinceTimes, in int[] eventTypes, a… in retrieveNetworkEventCount() method
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIIpMemoryStore.aidl198 void retrieveNetworkEventCount(String cluster, in long[] sinceTimes, in int[] eventTypes, in retrieveNetworkEventCount() method
DIpMemoryStoreClient.java309 public void retrieveNetworkEventCount(@NonNull final String cluster, in retrieveNetworkEventCount() method in IpMemoryStoreClient
/packages/modules/NetworkStack/src/com/android/networkstack/ipmemorystore/
DIpMemoryStoreService.java507 public void retrieveNetworkEventCount(@NonNull final String cluster, in retrieveNetworkEventCount() method in IpMemoryStoreService
DIpMemoryStoreDatabase.java938 static int[] retrieveNetworkEventCount(@NonNull final SQLiteDatabase db, in retrieveNetworkEventCount() method in IpMemoryStoreDatabase