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.py68 if input_string in _ConnectionTables.connection_type_tbl:
69 return _ConnectionTables.connection_type_tbl[input_string]
74 if connection_type in _ConnectionTables.user_plane_data_type:
75 return _ConnectionTables.user_plane_data_type[connection_type]
118 class _ConnectionTables(): class