Searched refs:defaultInfo (Results 1 – 2 of 2) sorted by relevance
149 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion1_withChallenge() local150 defaultInfo.versionNumber = 1; in csr_hwVersion1_withChallenge()151 defaultInfo.supportedEekCurve = RpcHardwareInfo.CURVE_25519; in csr_hwVersion1_withChallenge()152 when(defaultMock.getHardwareInfo()).thenReturn(defaultInfo); in csr_hwVersion1_withChallenge()180 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion2_withChallenge() local181 defaultInfo.versionNumber = 2; in csr_hwVersion2_withChallenge()182 defaultInfo.supportedEekCurve = RpcHardwareInfo.CURVE_P256; in csr_hwVersion2_withChallenge()211 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion3_withoutChallenge() local212 defaultInfo.versionNumber = 3; in csr_hwVersion3_withoutChallenge()229 RpcHardwareInfo defaultInfo = new RpcHardwareInfo(); in csr_hwVersion3_withChallenge() local[all …]
973 final DisplayInfo defaultInfo = defaultDc.getDisplayInfo(); in applySurfaceChangesTransaction() local974 final int defaultDw = defaultInfo.logicalWidth; in applySurfaceChangesTransaction()975 final int defaultDh = defaultInfo.logicalHeight; in applySurfaceChangesTransaction()