Home
last modified time | relevance | path

Searched refs:getConnectionStateCount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/stats/
DCarStatsService.java59 entry.getConnectionStateCount(ConnectionState.CONNECTING),
60 entry.getConnectionStateCount(ConnectionState.CONNECTED),
61 entry.getConnectionStateCount(ConnectionState.DISCONNECTED),
62 entry.getConnectionStateCount(ConnectionState.TERMINATED),
63 entry.getConnectionStateCount(ConnectionState.CONNECTION_ERROR));
DVmsClientLogger.java99 long getConnectionStateCount(int connectionState) { in getConnectionStateCount() method in VmsClientLogger