Home
last modified time | relevance | path

Searched refs:distinct (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/database/sqlite/
DSQLiteQueryBuilder.java60 public void setDistinct(boolean distinct) { in setDistinct() argument
61 mDistinct = distinct; in setDistinct()
202 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument
215 if (distinct) { in buildQueryString()
DSQLiteDatabase.java1033 public Cursor query(boolean distinct, String table, String[] columns, in query() argument
1036 return queryWithFactory(null, distinct, table, columns, selection, selectionArgs, in query()
1074 public Cursor query(boolean distinct, String table, String[] columns, in query() argument
1077 return queryWithFactory(null, distinct, table, columns, selection, selectionArgs, in query()
1114 boolean distinct, String table, String[] columns, in queryWithFactory() argument
1117 return queryWithFactory(cursorFactory, distinct, table, columns, selection, in queryWithFactory()
1157 boolean distinct, String table, String[] columns, in queryWithFactory() argument
1163 distinct, table, columns, selection, groupBy, having, orderBy, limit); in queryWithFactory()
/frameworks/base/tests/AccessoryDisplay/
DREADME6 There are two applications with two distinct roles: a sink
/frameworks/base/docs/html/about/versions/nougat/
Dandroid-7.0-samples.jd36 is sent as a distinct notification.
/frameworks/base/docs/html/guide/
Dindex.jd27 <p>Android apps are built as a combination of distinct components that can be invoked
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd158 <p>Give people confidence that they know their way around. Make places in your app look distinct and
193 <p>Help people discern functional differences by making them visually distinct rather than subtle.
/frameworks/base/docs/html/guide/topics/manifest/
Duses-feature-element.jd1253 <code>android.hardware.faketouch.multitouch.distinct</code>
1258 The app tracks two or more distinct "fingers" on a fake touch interface.
1261 is compatible with a device only if that device emulates distinct
1266 Unlike the distinct multitouch defined by {@code
1267 android.hardware.touchscreen.multitouch.distinct}, input devices that
1268 support distinct multitouch with a fake touch interface don't support all
1288 The app tracks five or more distinct "fingers" on a fake touch interface.
1291 is compatible with a device only if that device emulates distinct
1296 Unlike the distinct multitouch defined by {@code
1356 <code>android.hardware.touchscreen.multitouch.distinct</code>
Duses-configuration-element.jd44 "android.hardware.touchscreen.multitouch.jazzhand"} for distinct input from multiple fingers.</p>
/frameworks/base/docs/html/design/wear/
Dprinciples.jd68 …s the background image help convey the message? Does it use photos or a distinct shape and color?<…
Dstructure.jd157 <h3>Making it distinct</h3>
/frameworks/base/docs/html/design/patterns/
Dnotifications_k.jd199 <h4>Use distinct icons</h4>
206 sufficiently distinct in appearance.</p>
/frameworks/base/docs/html/about/versions/
Dandroid-3.2.jd514 …hardware.faketouch.multitouch.distinct} &mdash; The application requires support for emulated muli…
517 …ash; The application requires support for emulated mulitouch input with distinct tracking of five …
Dandroid-4.0-highlights.jd955 distinct tool types for stylus, finger, mouse, and eraser. For improved input
956 from multi-button pointing devices, the platform now provides distinct primary,
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd69 application runs with a distinct system identity (Linux user ID and group
70 ID). Parts of the system are also separated into distinct identities.
127 <p>At install time, Android gives each package a distinct Linux user ID. The
130 what matters is that each package has a distinct UID on a given device.</p>
/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
DCheckApiTask.groovy209 All of these must be distinct files.""")
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd96 Each type serves a distinct purpose
97 and has a distinct lifecycle that defines how the component is created and destroyed.
516 which provides a distinct screen in your application with a user interface.</dd>
/frameworks/compile/slang/
DREADME.rst22 distinct, effective features for Android programming. We will use
/frameworks/base/docs/html/guide/practices/
Dtablets-and-handsets.jd55 android.app.Fragment} APIs. Fragments allow you to separate distinct behavioral components of your
166 <p>The most effective way to create a distinct user experience for tablets and handsets is to create
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd240 that interactive controls have distinct visual focused and pressed states using <a
Dicon_design_launcher_archive.jd144 embedding text in your icon and instead focus on designing a distinct and
/frameworks/base/docs/html/topic/performance/
Dthreads.jd103 Issues with references fall into two distinct categories: explicit references
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd496 set of distinct values older than the current axis value, and more recent than
/frameworks/base/docs/html/google/play/
Dfilters.jd62 aspects of the Android framework, but actual filtering behaviors are distinct
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd667 <p class="note"><strong>Note:</strong> If your custom view has distinct clickable regions, such as
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd131 </a> for reading and writing, or you can specify distinct permissions for reading and writing.

12