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/webkit/common/user_agent/
user_agent_util.cc
38
std::string
android_device_name
= base::SysInfo::GetDeviceName();
local
40
android_device_name
+= " TV";
42
return
android_device_name
;
101
std::string
android_device_name
= GetAndroidDeviceName();
local
102
if ("REL" == android_build_codename &&
android_device_name
.size() > 0) {
103
android_info_str += "; " +
android_device_name
;
Completed in 2200 milliseconds