Searched refs:expectedTypes (Results 1 – 2 of 2) sorted by relevance
76 int expectedTypes = 1; in testFgsStartThenApiStart() local100 int expectedTypes = 1; in testApiStartThenFgsStart() local125 int expectedTypes = 1; in testFgsStartApiStartFgsStopApiStop() local223 int expectedTypes = 1; in testMultipleStartStopApis() local230 eq(expectedTypes), in testMultipleStartStopApis()286 int expectedTypes = 1; in testMultipleStartStops() local351 int expectedTypes = 1; in testMultiStartStopThroughout() local422 int expectedTypes = 1; in testMultipleFGS() local466 int expectedTypes = 1; in testMultipleUid() local598 int expectedTypes = 1; in testMultipleStartStopWithinFgsWindow() local[all …]
378 private static void expectDeserializedArguments(Class<?>[] expectedTypes, in expectDeserializedArguments() argument380 final int argCount = expectedTypes.length; in expectDeserializedArguments()390 assertEquals(context, expectedTypes[i], actualArgTypes[i]); in expectDeserializedArguments()391 if (byte[].class.equals(expectedTypes[i])) { in expectDeserializedArguments()