Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_dialling_numbers_handler.h242 const static int32_t MAX_NUMBER_SIZE_BYTES = 11; variable
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_handler.cpp436 if (length > MAX_NUMBER_SIZE_BYTES) { in FetchDiallingNumberContent()
437 length = MAX_NUMBER_SIZE_BYTES; in FetchDiallingNumberContent()