Home
last modified time | relevance | path

Searched refs:car (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/tools/aapt2/
DStringPiece_test.cpp39 std::u16string car(u"car"); in TEST() local
42 EXPECT_TRUE(StringPiece16(testing) > car); in TEST()
44 EXPECT_TRUE(StringPiece16(banana) < car); in TEST()
45 EXPECT_TRUE(StringPiece16(car) < testing); in TEST()
46 EXPECT_TRUE(StringPiece16(car) > banana); in TEST()
52 std::string car("car"); in TEST() local
55 EXPECT_TRUE(StringPiece(testing) > car); in TEST()
57 EXPECT_TRUE(StringPiece(banana) < car); in TEST()
58 EXPECT_TRUE(StringPiece(car) < testing); in TEST()
59 EXPECT_TRUE(StringPiece(car) > banana); in TEST()
/frameworks/base/docs/html/training/auto/start/
Dindex.jd2 page.tags="auto", "car", "automotive"
31 <p>Android Auto extends the Android platform into the car. When users connect
33 the Auto user interface provides a car-optimized Android experience on the
42 audio content in the car.</li>
44 aloud via text-to-speech, and send replies via voice input in the car.</li>
48 phones and tablets to work in the car, without having to worry about
51 also declare the car capabilities that it uses, such as audio playback or
90 <p>Specify the car capabilities that your app uses in an XML file that you
103 application uses multiple car capabilities. The {@code name} attribute indicates
108 <li>{@code notification} - The app displays message notifications in the car’s
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java297 CompareResult<LinkAddress> car = in onDataStateChanged() local
301 " newLp=" + result.newLp + " car=" + car); in onDataStateChanged()
304 for (LinkAddress added : car.added) { in onDataStateChanged()
305 for (LinkAddress removed : car.removed) { in onDataStateChanged()
/frameworks/base/docs/html/training/monitoring-device-state/
Ddocking-monitoring.jd32 <p>Android devices can be docked into several different kinds of docks. These include car or home
38 your updates completely if the device is car docked. Conversely, you may choose to maximize your
39 updates while car docked if your background service is updating traffic conditions.</p>
/frameworks/base/docs/html/training/auto/
Dindex.jd16 a car, allowing users to take your app with them on the way to the grocery store or on a long
23 interface for the connected app that is designed for use in a car.
/frameworks/base/docs/html/auto/
Dindex.jd82 messaging services in the car.</div>
87 car's controls and screen.</p>
106 <a class="landing-down-arrow" href="#android-in-car">
115 <div class="landing-section landing-gray-background" id="android-in-car">
120 platform into the car with a user interface that's optimized for driving.</div>
196 into the car. Build apps that let users browse and play their
197 …music in the car.<br><a href="{@docRoot}training/auto/audio/index.html">Learn how to build audio a…
209 …input in the car.<br><a href="{@docRoot}training/auto/messaging/index.html">Learn how to build mes…
315 of public radio news and stories to catch up on in the car. It's
/frameworks/base/docs/html/about/versions/
Dandroid-2.2-highlights.jd209 <li>Support for Bluetooth enabled car and desk docks</li>
210 <li>Improved compatibility matrix with car kits and headsets</li>
286 <p>New "car mode" and "night mode" controls and configurations allow applications to adjust their UI
Dandroid-2.2.jd189 <li>New UI modes "car mode" and "night mode" and {@link android.app.UiModeManager} let applications…
/frameworks/base/docs/html/training/auto/audio/
Dindex.jd2 page.tags="auto", "car", "automotive", "audio"
77 devices to browse your content listings and play it through a car stereo system.
84 Audio apps do not directly control a car dashboard device that runs Android Auto. When the user
122 <h3 id="manifest-car-app">Declare Auto audio support</h3>
131 &lt;meta-data android:name="com.google.android.gms.car.application"
204 &lt;meta-data android:name="com.google.android.gms.car.notification.SmallIcon"
321 // else that needs to run differently when connected to the car, this
476 to be played over the car's speakers.</p>
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/
Dauto.jd134 <li>您的应用必须在清单文件中声明 <code>com.google.android.gms.car.application</code>
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/
Dauto.jd134 …ния должна быть декларирована запись метаданных <code>com.google.android.gms.car.application</code>
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/
Dauto.jd134 …<li>앱 매니페스트는 앱이 사용하는 차량 기능을 포함한 매니페스트에 <code>com.google.android.gms.car.application</code>메타데이터 항목…
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/
Dauto.jd97 …<li>アプリのマニフェストでは、アプリが使用する Auto 機能が含まれた、マニフェストの <code>com.google.android.gms.car.application</code>…
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/
Dauto.jd97 …<li>您的應用程式宣示說明中必須使用應用程式所用的 auto 功能宣告 <code>com.google.android.gms.car.application</code> 中繼資料項目。如需…
/frameworks/base/docs/html/training/auto/messaging/
Dindex.jd2 page.tags="auto", "car", "automotive", "messaging"
57 services into car dashboards using a standard user interface that lets drivers keep their eyes
198 &lt;meta-data android:name="com.google.android.gms.car.application"
528 override icon or color is used when the notification is handled by a car, and
531 car's display.</p>
/frameworks/base/docs/html/distribute/googleplay/
Dauto.jd100 Your Auto apps should be designed to perform well, look great in the car,
137 <li>Your app manifest must declare the <code>com.google.android.gms.car.application</code>
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd73 <td>Call a car/taxi</td>
74 <td>"OK Google, get me a taxi"<br/><br/>"OK Google, call me a car"</td>
/frameworks/base/docs/html/design/wear/
Dcontext.jd123 <p>Unlocks the car as you approach it.
Dpatterns.jd99 …on could be reasonably expected. For example, tapping on an address with a car icon and ETA seems …
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd59 car in a game or a user controlling a ball in a game), but it can also be a reflection of the
61 your car). In the first case, you are monitoring motion relative to the device's frame of reference
470 gravity. For example, you could use this sensor to see how fast your car is going. The linear
538 user's location; for example walking, biking, or sitting in a moving car. The following code shows …
/frameworks/base/docs/html/design/auto/
Dindex.jd46 <p>When users first connect their Android device to the car, they are presented
/frameworks/base/docs/html-intl/intl/es/distribute/googleplay/
Dauto.jd134 …plicación debe declarar la entrada de metadatos <code>com.google.android.gms.car.application</code>
/frameworks/base/docs/html/tools/help/
Ddesktop-head-unit.jd2 page.tags="auto", "car", "testing","dhu"
/frameworks/base/docs/html/samples/new/
Dindex.jd24 when not connected to a car.
/frameworks/base/docs/html/guide/components/
Dintents-common.jd55 <li><a href="#CallCar">Call a car</a></li>
1344 <h3 id="CallCar">Call a car</h3>
1357 <li>"call me a car"</li>
2306 <p><a href="#CallCar">Book a car</a></p>
2308 <li>"call me a car"</li>

12