HomeSort by relevance Sort by last modified time
    Searched full:mobile (Results 1 - 25 of 855) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/mobile_app/
manifest.json 3 "name": "Mobile Activation",
5 "description": "Chrome OS Mobile Activation Resources",
  /development/data/etc/
apns-conf.xml 23 <apn carrier="T-Mobile US"
30 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
33 <apn carrier="T-Mobile US 250"
40 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
43 <apn carrier="T-Mobile US 660"
50 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
53 <apn carrier="T-Mobile US 230"
60 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc"
63 <apn carrier="T-Mobile US 310"
70 mmsc="http://mms.msg.eng.t-mobile.com/mms/wapenc
    [all...]
  /frameworks/base/docs/html/guide/webapps/
best-practices.jd 13 <p>Developing web pages and web applications for mobile devices presents a different set of
16 follow in order to provide the most effective web application for Android and other mobile
21 <li>Redirect mobile devices to a dedicated mobile version of your web site
22 <p>There are several ways you can redirect requests to the mobile version of your web site, using
24 string provided by the web browser. To determine whether to serve a mobile version of your site, you
25 should simply look for the "mobile" string in the User Agent, which matches a wide variety of mobile
29 full-size web sites (such as tablets) do <em>not</em> include the "mobile" string in the user agent,
31 the mobile version of your web site based on whether the "mobile" string exists in the use
    [all...]
  /external/webkit/Tools/MiniBrowser/qt/
useragentlist.txt 2 Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0; en-GB) AppleWebKit/533.3 (KHTML, like Gecko) QtTestBrowser/0.1 Mobile Safari/533.3
4 Mozilla/5.0 (Linux; U; Android 1.1; en-gb; dream) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2
5 Mozilla/5.0 (Unknown; like Android 2.2; U; Intel Mac OS X 10_6; en-gb) AppleWebKit/533.3 (KHTML, like Gecko) Version/4.0.3 Mobile Safari/533.3
6 Mozilla/5.0 (iPhone; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10
7 Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7
8 Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10
  /external/webkit/Tools/QtTestBrowser/
useragentlist.txt 2 Mozilla/5.0 (SymbianOS/9.4; U; Series60/5.0; en-GB) AppleWebKit/533.3 (KHTML, like Gecko) QtTestBrowser/0.1 Mobile Safari/533.3
4 Mozilla/5.0 (Linux; U; Android 1.1; en-gb; dream) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2
5 Mozilla/5.0 (Unknown; like Android 2.2; U; Intel Mac OS X 10_6; en-gb) AppleWebKit/533.3 (KHTML, like Gecko) Version/4.0.3 Mobile Safari/533.3
6 Mozilla/5.0 (iPhone; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10
7 Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7
8 Mozilla/5.0(iPad; U; CPU iPhone OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B314 Safari/531.21.10
  /packages/apps/Settings/assets/html/fr/
tethering_help.html 21 <span class="style1">Vous pouvez partager la connexion Internet de votre mobile avec votre ordinateur, cela en connectant le téléphone à l'ordinateur par le biais d'un câble USB.</span>
24 <li>Vous ne pouvez cependant pas monter la carte SD du mobile sur l'ordinateur en cas de partage de connexion par USB.</li><br>
28 <span class="style1">Vous pouvez transformer votre mobile en point d'accès Wi-Fi et ainsi partager la connexion Internet du téléphone avec un ou plusieurs ordinateurs ou autres appareils.</span>
30 <li>Lorsque votre mobile fait office de point d'accès, notez qu'il n'est pas possible d'utiliser ses applications pour accéder à Internet via sa connexion Wi-Fi.</li><br>
tethering_usb_help.html 21 <span class="style1">Vous pouvez partager la connexion Internet de votre mobile avec votre ordinateur, cela en connectant le téléphone à l'ordinateur par le biais d'un câble USB.</span>
24 <li>Vous ne pouvez cependant pas monter la carte SD du mobile sur l'ordinateur en cas de partage de connexion par USB.</li><br>
tethering_wifi_help.html 21 <span class="style1">Vous pouvez transformer votre mobile en point d'accès Wi-Fi et ainsi partager la connexion Internet du téléphone avec un ou plusieurs ordinateurs ou autres appareils.</span>
23 <li>Lorsque votre mobile fait office de point d'accès, notez qu'il n'est pas possible d'utiliser ses applications pour accéder à Internet via sa connexion Wi-Fi.</li><br>
  /system/media/mca/
Docs.mk 18 # List of mobile filter framework directories to include in documentation/API/SDK.
19 # Shared between mobile filter framework and frameworks/base.
28 # List of mobile filter framework source files to include in the public API/SDK.
  /external/protobuf/examples/
add_person.py 25 type = raw_input("Is this a mobile, home, or work phone? ")
26 if type == "mobile":
27 phone_number.type = addressbook_pb2.Person.MOBILE
addressbook.proto 14 MOBILE = 0;
ListPeople.java 21 case MOBILE:
22 System.out.print(" Mobile phone #: ");
list_people.py 17 if phone_number.type == addressbook_pb2.Person.MOBILE:
18 print " Mobile phone #:",
AddPerson.java 41 stdout.print("Is this a mobile, home, or work phone? ");
43 if (type.equals("mobile")) {
44 phoneNumber.setType(Person.PhoneType.MOBILE);
add_person.cc 38 cout << "Is this a mobile, home, or work phone? ";
41 if (type == "mobile") {
42 phone_number->set_type(tutorial::Person::MOBILE);
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.h 11 // A custom WebUI that defines datasource for mobile setup registration page
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
DataCommand.java 32 return "Control mobile data connectivity";
39 + " Turn mobile data on or off.\n\n"
41 + " Set mobile as the preferred data network\n";
74 System.err.println("Mobile data operation failed: " + e);
  /external/tcpdump/
ipproto.c 47 { IPPROTO_MOBILE, "Mobile IP" },
49 { IPPROTO_MOBILITY_OLD, "Mobile IP (old)" },
print-mobile.c 1 /* $NetBSD: print-mobile.c,v 1.2 1998/09/30 08:57:01 hwr Exp $ */
45 "@(#) $Header: /tcpdump/master/tcpdump/print-mobile.c,v 1.15 2004/03/24 01:58:14 guy Exp $";
68 * Deencapsulate and print a mobile-tunneled IP datagram
81 fputs("[|mobile]", stdout);
84 fputs("mobile: ", stdout);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
SystemFacade.java 28 * @return maximum size, in bytes, of downloads that may go over a mobile connection; or null if
34 * @return recommended maximum size, in bytes, of downloads that may go over a mobile
  /packages/providers/TelephonyProvider/res/values/
strings.xml 22 about the mobile data network. [CHAR LIMIT=40] -->
23 <string name="app_label" product="tablet">Mobile Network Configuration</string>
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 83 .addHeader("Set-Cookie: a=first; Domain=my.t-mobile.com")
84 .addHeader("Set-Cookie: b=second; Domain=.T-mobile.com")
85 .addHeader("Set-Cookie: c=third; Domain=.t-mobile.com")
95 HttpResponse getCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
99 HttpResponse sendCookies = client.execute(new HttpGet("http://my.t-mobile.com/"));
  /frameworks/base/docs/html/sdk/
oem-usb.jd 36 href="http://www.acer.com/worldwide/support/mobile.html">http://www.acer.com/worldwide/support/mobile.html</a>
98 href="http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp">http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp</a></td
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.html 14 var ChooseNetwork = mobile.ChooseNetwork;
44 <div id="choose-mobile-network" class="dialog">
53 <div id="no-mobile-networks" class="content-area" hidden>
  /frameworks/base/docs/html/guide/practices/design/
index.jd 6 <p>The documents below help you learn the nuances of Android and get started building great applications more quickly, They discuss important aspects of application design that directly influence the user experience of your application, when in the hands of a mobile device user. You should read and consider these design goals as you plan your application and throughout its development, especially if you are new to developing for mobile devices.</p>
8 <p>Successful mobile applications offer an outstanding user experience, in addition to a compelling technical feature set. The user experience is more than just its visual design or UI flow. It is also influenced by how well the application responds to the user's keypresses and other actions, how it well it interacts with other applications, and how fully and efficiently it uses device and system capabilities.</p>

Completed in 1258 milliseconds

1 2 3 4 5 6 7 8 91011>>