Searched refs:PROJECT_ID_FOR_ANDROID_APPS (Results 1 – 1 of 1) sorted by relevance
563 const PROJECT_ID_FOR_ANDROID_APPS: std::ops::RangeInclusive<u32> = 20000..=69999; in is_android_project_id() constant566 || PROJECT_ID_FOR_ANDROID_APPS.contains(&project_id) in is_android_project_id()