Home
last modified time | relevance | path

Searched refs:CONNECTION_ERROR (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/
DVmsClientManagerTest.java271 verify(mSystemClientLog).logConnectionState(ConnectionState.CONNECTION_ERROR); in testSystemUserUnlocked_WrongPermission()
282 verify(mSystemClientLog, times(2)).logConnectionState(ConnectionState.CONNECTION_ERROR); in testSystemUserUnlocked_BindFailed()
294 verify(mSystemClientLog, times(2)).logConnectionState(ConnectionState.CONNECTION_ERROR); in testSystemUserUnlocked_BindException()
339 verify(mUserClientLog).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_WrongPermission()
351 verify(mUserClientLog, times(2)).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_BindFailed()
363 verify(mUserClientLog, times(2)).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_UserBindFailed()
375 verify(mUserClientLog, times(2)).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_BindException()
384 verify(mSystemClientLog).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_SystemRebind()
400 verify(mSystemClientLog).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_SystemRebind_BindFailed()
409 verify(mSystemClientLog, times(2)).logConnectionState(ConnectionState.CONNECTION_ERROR); in testUserUnlocked_SystemRebind_BindFailed()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/stats/
DCarStatsServiceTest.java116 .logConnectionState(ConnectionState.CONNECTION_ERROR); in testLogConnectionState_ConnectionError()
147 .logConnectionState(ConnectionState.CONNECTION_ERROR); in testLogConnectionState_MultipleClients_MultipleStates()
/packages/services/Car/service/src/com/android/car/vms/
DVmsClientManager.java414 statsLog.logConnectionState(ConnectionState.CONNECTION_ERROR); in bind()
469 mStatsLog.logConnectionState(ConnectionState.CONNECTION_ERROR); in bind()
/packages/services/Car/service/src/com/android/car/stats/
DVmsClientLogger.java52 public static final int CONNECTION_ERROR = field in VmsClientLogger.ConnectionState
DCarStatsService.java62 entry.getConnectionStateCount(ConnectionState.CONNECTION_ERROR));