Home
last modified time | relevance | path

Searched refs:having (Results 1 – 25 of 106) sorted by relevance

12345

/frameworks/base/core/java/android/database/sqlite/
DSQLiteQueryBuilder.java203 String groupBy, String having, String orderBy, String limit) { in buildQueryString() argument
204 if (TextUtils.isEmpty(groupBy) && !TextUtils.isEmpty(having)) { in buildQueryString()
227 appendClause(query, " HAVING ", having); in buildQueryString()
293 String having, String sortOrder) { in query() argument
294 return query(db, projectionIn, selection, selectionArgs, groupBy, having, sortOrder, in query()
332 String having, String sortOrder, String limit) { in query() argument
334 groupBy, having, sortOrder, limit, null); in query()
374 String having, String sortOrder, String limit, CancellationSignal cancellationSignal) { in query() argument
388 having, sortOrder, limit); in query()
394 projectionIn, selection, groupBy, having, in query()
[all …]
DSQLiteDatabase.java1033 String having, String orderBy, String limit) { in query() argument
1035 groupBy, having, orderBy, limit, null); in query()
1074 String having, String orderBy, String limit, CancellationSignal cancellationSignal) { in query() argument
1076 groupBy, having, orderBy, limit, cancellationSignal); in query()
1114 String having, String orderBy, String limit) { in queryWithFactory() argument
1116 selectionArgs, groupBy, having, orderBy, limit, null); in queryWithFactory()
1157 String having, String orderBy, String limit, CancellationSignal cancellationSignal) { in queryWithFactory() argument
1161 distinct, table, columns, selection, groupBy, having, orderBy, limit); in queryWithFactory()
1199 String[] selectionArgs, String groupBy, String having, in query() argument
1203 having, orderBy, null /* limit */); in query()
[all …]
/frameworks/base/core/java/com/android/internal/content/
DSelectionBuilder.java107 String having, String orderBy, String limit) { in query() argument
108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, in query()
/frameworks/base/docs/html/distribute/users/
Dyour-listing.jd12 of having a great one can't be ignored.
27 attracts and engages users, so consider having a professional produce them
174 apps gain visibility with the right audiences, without having to knock on
/frameworks/base/docs/html/distribute/stories/
Dgames.jd10 lets you add great social features to your games quickly, without having to
/frameworks/base/docs/html/training/printing/
Dindex.jd32 Printing also allows them to create a snapshot of information that does not depend on having a
/frameworks/base/docs/html/design/wear/
Dprinciples.jd29 …doing something else, such as cooking, eating, walking, running, or even having a conversation. If…
31 …about making your app more focused. Also try using your app while you’re having a conversation, an…
/frameworks/base/docs/html/guide/topics/manifest/
Dintent-filter-element.jd54 receiver when that component is presented to the user as having the
74 to the user as having the capability described by the filter.
/frameworks/native/opengl/tests/angeles/
DREADME.txt14 having many different kind of buildings and items. Everything is
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd51 USB hardware connected to your Android-powered device. This will prevent you from having an
/frameworks/base/docs/html/google/play-services/
Dlocation.jd44 having to worry about location providers.
Dads.jd20 ad features and capabilities through Google Play services, without having to
/frameworks/base/docs/html/distribute/analyze/
Dstart.jd72 Looking for a way to update and improve your in-app analytics without having
Dimprove-roi.jd143 Without having to implement any additional code, you'll see traffic sources
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd27 visibility with the right audiences, without having to knock on school doors.
/frameworks/base/docs/html/training/camera/
Dvideobasics.jd54 <p>To advertise that your application depends on having a camera, put a
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd380 avoid having to get handles to the child {@link android.view.View} objects each time you
429 * row to prevent having to look them up each time data is
443 * in a ViewHolder class to prevent having to look
/frameworks/base/docs/html/tools/building/
Dplugin-for-gradle.jd53 build different versions of your application without having to create a separate projects
57 from having to search, download, and copy binary packages for your dependencies into your
364 still represent the same app. For example, in addition to having a demo and a full version of the
/frameworks/base/docs/html/training/notepad/
Dindex.jd68 solutions. If you are having trouble with a particular exercise, you
Dnotepad-index.jd72 solutions. If you are having trouble with a particular exercise, you
/frameworks/base/docs/html/training/run-background-service/
Dreport-status.jd166 run different code for each action, without having to define a separate
/frameworks/base/docs/html/training/wearables/notifications/
Dvoice-input.jd154 having to process the {@link android.content.ClipData} yourself.
/frameworks/base/docs/html/training/transitions/
Dtransitions.jd75 <p>This technique enables you to modify your transition definition without having to change
217 nearly identical. Rather than having to create and maintain two separate layout files for a
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd305 without having to first press a button. This increased visibility needs to be
497 smaller than full-screen, having zero to three buttons, is non-scrollable, and
503 The rationale behind not having a menu is that when a dialog is displayed, the user is in
/frameworks/base/docs/html/training/tv/publishing/
Dchecklist.jd30having to "reset" the UI and start over. Users appreciate clear, colorful, and functional interfac…

12345