Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py182 class CallLogType(enum.IntEnum): class
Dandroid_bluetooth_decorator.py862 def add_call_log(self, call_log_type: Union[int, bt_constants.CallLogType], phone_number: str, argument
878 if isinstance(call_log_type, bt_constants.CallLogType):