Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DHttpFetcher.java44 public static final String PARAM_ID = "id"; field in HttpFetcher
184 if (PARAM_ID.equals(name)) { in obfuscateUrl()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_intf.h809 #define INCLUDE(PARAM_ID,DATATYPE,COUNT) \ argument
810 DATATYPE member_variable_##PARAM_ID[ COUNT ]