Home
last modified time | relevance | path

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

1234

/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()
393 projectionIn, selection, groupBy, having, in query()
[all …]
DSQLiteDatabase.java1035 String having, String orderBy, String limit) { in query() argument
1037 groupBy, having, orderBy, limit, null); in query()
1076 String having, String orderBy, String limit, CancellationSignal cancellationSignal) { in query() argument
1078 groupBy, having, orderBy, limit, cancellationSignal); in query()
1116 String having, String orderBy, String limit) { in queryWithFactory() argument
1118 selectionArgs, groupBy, having, orderBy, limit, null); in queryWithFactory()
1159 String having, String orderBy, String limit, CancellationSignal cancellationSignal) { in queryWithFactory() argument
1163 distinct, table, columns, selection, groupBy, having, orderBy, limit); in queryWithFactory()
1201 String[] selectionArgs, String groupBy, String having, in query() argument
1205 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
Dexperiments.jd10 First impressions matter, so having the best possible Play Store listing page
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt40 removes the overhead of having to notify the compositor that the window
/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/base/docs/html/topic/libraries/support-library/
Dindex.jd148 By using these support library classes, you can avoid having to reinvent the
157 list. This saves the app developer from having to develop the list from
/frameworks/base/docs/html/training/snackbar/
Daction.jd91 seeing the message or having a chance to press the button. For this reason,
/frameworks/base/docs/html/distribute/stories/games/
Ddots.jd23 billion games having played on Android and iOS since launch. For the follow
/frameworks/native/opengl/tests/angeles/
DREADME.txt14 having many different kind of buildings and items. Everything is
/frameworks/base/docs/html/topic/performance/power/network/
Daction-server-traffic.jd58 GCM is more efficient than having your app poll for changes on the server. The GCM service
/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/distribute/stories/apps/
Ddrupe-communications.jd52 development process. By having a dialogue with users worldwide, they are able
/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/training/camera/
Dvideobasics.jd54 <p>To advertise that your application depends on having a camera, put a
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd30 visibility with the right audiences, without having to knock on school doors.
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd379 avoid having to get handles to the child {@link android.view.View} objects each time you
428 * row to prevent having to look them up each time data is
442 * in a ViewHolder class to prevent having to look
/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

1234