Searched refs:CONNECTION_ERROR (Results 1 – 5 of 5) sorted by relevance
271 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 …]
116 .logConnectionState(ConnectionState.CONNECTION_ERROR); in testLogConnectionState_ConnectionError()147 .logConnectionState(ConnectionState.CONNECTION_ERROR); in testLogConnectionState_MultipleClients_MultipleStates()
414 statsLog.logConnectionState(ConnectionState.CONNECTION_ERROR); in bind()469 mStatsLog.logConnectionState(ConnectionState.CONNECTION_ERROR); in bind()
52 public static final int CONNECTION_ERROR = field in VmsClientLogger.ConnectionState
62 entry.getConnectionStateCount(ConnectionState.CONNECTION_ERROR));