Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 129) sorted by relevance

123456

/frameworks/support/tests/java/android/support/v4/app/
DNotificationCompatWearableExtenderTest.java173 private void assertExtendersEqual(Notification.WearableExtender real, in assertExtendersEqual() argument
175 assertActionsEquals(real.getActions(), compat.getActions()); in assertExtendersEqual()
176 assertEquals(real.getContentIntentAvailableOffline(), in assertExtendersEqual()
178 assertEquals(real.getHintHideIcon(), compat.getHintHideIcon()); in assertExtendersEqual()
179 assertEquals(real.getHintShowBackgroundOnly(), compat.getHintShowBackgroundOnly()); in assertExtendersEqual()
180 assertEquals(real.getStartScrollBottom(), compat.getStartScrollBottom()); in assertExtendersEqual()
181 assertEquals(real.getDisplayIntent(), compat.getDisplayIntent()); in assertExtendersEqual()
182 assertPagesEquals(real.getPages(), compat.getPages()); in assertExtendersEqual()
183 assertEquals(real.getBackground(), compat.getBackground()); in assertExtendersEqual()
184 assertEquals(real.getContentIcon(), compat.getContentIcon()); in assertExtendersEqual()
[all …]
/frameworks/base/core/java/com/android/internal/util/
DJournaledFile.java36 public JournaledFile(File real, File temp) { in JournaledFile() argument
37 mReal = real; in JournaledFile()
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd164 <p>There are two general clock types for alarms: "elapsed real time" and "real time clock"
166 Elapsed real time uses the "time since system boot" as a
167 reference, and real time clock uses UTC (wall clock) time. This means that
168 elapsed real time is suited to setting an alarm based on the passage of time (for
170 time zone/locale. The real time clock type is better suited for alarms that are dependent
180 hour), use one of the elapsed real time types. In general, this is the better choice.</p>
183 then choose one of the clock-based real time clock types. Note, however, that this approach can
186 real time clock alarm type also does not scale well, as discussed above. We recommend
187 that you use a "elapsed real time" alarm if you can.</p>
/frameworks/base/docs/html/distribute/stories/apps/
Dintuit-mint.jd1 page.title=Mint finds more screen real estate gives more engagement
32 more real estate, and we wanted to provide a more immersive experience for
Dremember-the-milk.jd32 resource, and with the extra screen real estate tablets afford, users have
/frameworks/compile/mclinker/lib/Support/Windows/
DPathV3.inc155 // of cache. (a real end)
175 // meet real end
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd40 way that closely resembles the real-world action you're mimicking. Objects should always act in the
41 same way that real
44 in the real world don't do that. Instead, images should move from one place to another.</p>
47 mimic the real world.
52 <p>This lesson demonstrates how to use features of the Android framework to add these real-world
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc186 // of cache. (a real end)
201 case 0: // meet real end
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd47 <li>Use a real-time service to deliver your content, such as a content feed. Delivering content
48 through a real-time service allows you to keep your content fresh.</li>
51 <p>When you deliver content from a remote server or a real-time service, you can store the unlocked
Dbilling_testing.jd61 <li><strong>Real purchases</strong>, which let regular users make real purchases
169 <h3 id="transations">Testing with real transactions</h3>
174 <p>With alpha/beta test groups, real users (chosen by you) can install your app
175 from Google Play and test your in-app products. They can make real purchases
261 <code>REQUEST_PURCHASE</code> request, but instead of using a real product ID from your
299 purchases. Testing real in-app purchases enables you to test the end-to-end In-app Billing
/frameworks/base/docs/html/distribute/engage/
Danalytics.jd28 Google Analytics delivers the numbers in real time, so you can act fast to
Dgame-services.jd38 yourself such as achievements, leaderboards, real-time multiplayer, and
102 others to your real-time and turn-by-turn games. Players can invite friends
/frameworks/base/docs/html/ndk/guides/graphics/
Dindex.jd9 for creating high-quality, real-time graphics in
/frameworks/base/docs/html/ndk/guides/audio/
Dindex.jd9 or other real-time app.</p>
/frameworks/base/docs/html/distribute/googleplay/
Dcast.jd13 a primary display on the sender. Native games can provide real-time interaction on
/frameworks/base/docs/html/training/basics/firstapp/
Drunning-app.jd41 <p>How you run your app depends on two things: whether you have a real device running Android and
43 real device and on the Android emulator, and in both cases with either Android Studio or the command
/frameworks/base/docs/html/design/style/
Ddevices-displays.jd26 <p>On larger devices, take advantage of extra screen real estate. Create compound views that combine
/frameworks/base/core/java/android/provider/
DBrowser.java316 String url, boolean real) { in updateVisitedHistory() argument
/frameworks/base/docs/html/design/wear/
Dcreative-vision.jd23 allowing users to be more connected to both the virtual world and the real world. Great Android
/frameworks/base/docs/html/about/
Dstart.jd56 densities, and tested it on the Android emulator and on real devices. You're ready to ship your app…
/frameworks/base/docs/html/distribute/analyze/
Dmeasure.jd73 When you're selling real products within your app, if you don’t have robust
169 Google Analytics reporting is available in real-time. This powerful
/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd219 especially if the app relies on real-time messages such as tickles or
265 real-time downstream messaging between backend services and apps on
267 real-time messaging can share this connection. This shared
447 <td rowspan="3">Requires delivery of real-time messages to users while device is in Doze or app
/frameworks/base/docs/html-intl/intl/zh-cn/design/get-started/
Dprinciples.jd38 <h4 id="real-objects-more-fun">实际对象要比按钮和菜单更有趣</h4>
/frameworks/base/docs/html-intl/intl/ja/design/get-started/
Dprinciples.jd38 <h4 id="real-objects-more-fun">ボタンやメニューよりもリアルなオブジェクトでさらに楽しく</h4>
/frameworks/base/docs/html-intl/intl/ko/design/get-started/
Dprinciples.jd38 <h4 id="real-objects-more-fun">버튼 및 메뉴보다 더 흥미로운 실제 사물</h4>

123456