/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteQueryBuilder.java | 203 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 …]
|
D | SQLiteDatabase.java | 1035 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/ |
D | SelectionBuilder.java | 107 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/ |
D | your-listing.jd | 12 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
|
D | experiments.jd | 10 First impressions matter, so having the best possible Play Store listing page
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_front_buffer_auto_refresh.txt | 40 removes the overhead of having to notify the compositor that the window
|
/frameworks/base/docs/html/training/printing/ |
D | index.jd | 32 Printing also allows them to create a snapshot of information that does not depend on having a
|
/frameworks/base/docs/html/design/wear/ |
D | principles.jd | 29 …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/ |
D | intent-filter-element.jd | 54 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/ |
D | index.jd | 148 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/ |
D | action.jd | 91 seeing the message or having a chance to press the button. For this reason,
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | dots.jd | 23 billion games having played on Android and iOS since launch. For the follow
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 14 having many different kind of buildings and items. Everything is
|
/frameworks/base/docs/html/topic/performance/power/network/ |
D | action-server-traffic.jd | 58 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/ |
D | index.jd | 51 USB hardware connected to your Android-powered device. This will prevent you from having an
|
/frameworks/base/docs/html/distribute/stories/apps/ |
D | drupe-communications.jd | 52 development process. By having a dialogue with users worldwide, they are able
|
/frameworks/base/docs/html/distribute/analyze/ |
D | start.jd | 72 Looking for a way to update and improve your in-app analytics without having
|
D | improve-roi.jd | 143 Without having to implement any additional code, you'll see traffic sources
|
/frameworks/base/docs/html/training/camera/ |
D | videobasics.jd | 54 <p>To advertise that your application depends on having a camera, put a
|
/frameworks/base/docs/html/distribute/googleplay/edu/ |
D | about.jd | 30 visibility with the right audiences, without having to knock on school doors.
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | display-contact-badge.jd | 379 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/ |
D | report-status.jd | 166 run different code for each action, without having to define a separate
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | voice-input.jd | 154 having to process the {@link android.content.ClipData} yourself.
|
/frameworks/base/docs/html/training/transitions/ |
D | transitions.jd | 75 <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/ |
D | menu_design.jd | 305 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
|