Home
last modified time | relevance | path

Searched refs:input_cell_info (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/lab/
DTelLabNeighborCellTest.py317 def _is_matching_cell(self, expected_cell_info, input_cell_info): argument
335 if key not in input_cell_info:
337 if input_cell_info[key] != expected_cell_info[key]:
341 def _unique_cell_id(self, input_cell_info): argument
355 if key in input_cell_info:
356 if input_cell_info[key] != self.INVALID_VALUE:
357 unique_id += key + ":" + str(input_cell_info[key]) + ":"