Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_lookup_tables.py72 if input_string in _ConnectionTables.connection_type_tbl:
73 return _ConnectionTables.connection_type_tbl[input_string]
78 if connection_type in _ConnectionTables.user_plane_data_type:
79 return _ConnectionTables.user_plane_data_type[connection_type]
122 class _ConnectionTables(): class