Searched refs:getClientIdEntry (Results 1 – 3 of 3) sorted by relevance
89 ClientIdEntry outputEntry = mRemoteAccessStorage.getClientIdEntry("we.are.the.world"); in testUpdateClientId_entryModified()101 ClientIdEntry outputEntry = mRemoteAccessStorage.getClientIdEntry("we.are.the.world"); in testGetClientIdEntry()112 ClientIdEntry outputEntry = mRemoteAccessStorage.getClientIdEntry("we.are.the.world"); in testGetClientIdEntry_maxIdCreationTime()120 .that(mRemoteAccessStorage.getClientIdEntry("we.are.the.world")).isNull(); in testGetClientIdEntry_noEntry()
514 mRemoteAccessStorage.getClientIdEntry(PERMISSION_GRANTED_PACKAGE_ONE)).isNotNull(); in testAddCarRemoteTaskClient()590 mRemoteAccessStorage.getClientIdEntry(SERVERLESS_PACKAGE)).isNull(); in testAddCarRemoteTaskClient_serverlessClient()617 mRemoteAccessStorage.getClientIdEntry(SERVERLESS_PACKAGE)).isNull(); in testAddCarRemoteTaskClient_asignedDynamicClientId_thenBecomeServerlessClient()
59 ClientIdEntry getClientIdEntry(String packageName) { in getClientIdEntry() method in RemoteAccessStorage