HomeSort by relevance Sort by last modified time
    Searched full:android_build_id (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/android/
android_about_app_info.cc 36 std::string android_build_id = base::SysInfo::GetAndroidBuildID(); local
37 if (android_build_id.size() > 0) {
41 android_info_str += " Build/" + android_build_id;
  /external/chromium_org/webkit/common/user_agent/
user_agent_util.cc 108 std::string android_build_id = base::SysInfo::GetAndroidBuildID(); local
109 if (android_build_id.size() > 0) {
113 android_info_str += " Build/" + android_build_id;
  /external/chromium_org/base/android/
build_info.h 51 const char* android_build_id() const { function in class:base::android::BuildInfo
  /external/chromium_org/chrome/app/
breakpad_linux.cc 1266 static const char android_build_id[] = "android_build_id"; local
    [all...]
  /external/qemu/android/
main.c 250 #if defined ANDROID_BUILD_ID
251 VERSION_STRING " (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );
    [all...]

Completed in 885 milliseconds