Searched refs:configValue (Results 1 – 4 of 4) sorted by relevance
407 NfcConfig configValue; in TEST_P() local408 EXPECT_TRUE(infc_->getConfig(&configValue).isOk()); in TEST_P()409 EXPECT_GE(configValue.maxIsoDepTransceiveLength, MIN_ISO_DEP_TRANSCEIVE_LENGTH); in TEST_P()411 configValue.maxIsoDepTransceiveLength); in TEST_P()412 for (auto uicc : configValue.offHostRouteUicc) { in TEST_P()417 for (auto ese : configValue.offHostRouteEse) { in TEST_P()422 if (configValue.defaultIsoDepRoute != 0) { in TEST_P()423 EXPECT_GE((uint8_t)configValue.defaultIsoDepRoute, MIN_OFFHOST_ROUTE_ID); in TEST_P()424 EXPECT_LE((uint8_t)configValue.defaultIsoDepRoute, MAX_OFFHOST_ROUTE_ID); in TEST_P()
39 ConfigValue configValue;
38 hardware.google.ril_ext.CarrierConfig.ConfigValue configValue;