Searched refs:updateClientId (Results 1 – 4 of 4) sorted by relevance
78 .that(mRemoteAccessStorage.updateClientId(new ClientIdEntry("client_id", 1234, in testUpdateClientId()86 mRemoteAccessStorage.updateClientId(inputEntryOne); in testUpdateClientId_entryModified()87 mRemoteAccessStorage.updateClientId(inputEntryTwo); in testUpdateClientId_entryModified()98 mRemoteAccessStorage.updateClientId(inputEntryOne); in testGetClientIdEntry()99 mRemoteAccessStorage.updateClientId(inputEntryTwo); in testGetClientIdEntry()110 mRemoteAccessStorage.updateClientId(inputEntry); in testGetClientIdEntry_maxIdCreationTime()127 mRemoteAccessStorage.updateClientId(inputEntryOne); in testGetClietIdEntries()128 mRemoteAccessStorage.updateClientId(inputEntryTwo); in testGetClietIdEntries()
600 mRemoteAccessStorage.updateClientId(new ClientIdEntry( in testAddCarRemoteTaskClient_asignedDynamicClientId_thenBecomeServerlessClient()1828 mRemoteAccessStorage.updateClientId(entry); in setupDatabase()
68 boolean updateClientId(ClientIdEntry entry) { in updateClientId() method in RemoteAccessStorage
1299 if (!mRemoteAccessStorage.updateClientId(entry)) { in saveClientIdInDb()