OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_device_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/android/
android_about_app_info.cc
29
std::string
android_device_name
= base::SysInfo::GetDeviceName();
local
30
if ("REL" == android_build_codename &&
android_device_name
.size() > 0) {
31
android_info_str += "; " +
android_device_name
;
/external/chromium_org/content/common/
user_agent.cc
110
std::string
android_device_name
= GetAndroidDeviceName();
local
111
if ("REL" == android_build_codename &&
android_device_name
.size() > 0) {
112
android_info_str += "; " +
android_device_name
;
Completed in 345 milliseconds