Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/telephony/java/com/android/internal/telephony/
DGsmAlphabet.java1015 public static synchronized void setEnabledSingleShiftTables(int[] tables) {
1016 sEnabledSingleShiftTables = tables;
1019 if (tables.length > 0) {
1020 sHighestEnabledSingleShiftCode = tables[tables.length - 1];
1033 public static synchronized void setEnabledLockingShiftTables(int[] tables) {
1034 sEnabledLockingShiftTables = tables;
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dmime_io.tab35 /* sorting tables for all modes */
362 /* pointer table for bit sorting tables */
Dqisf_ns.tab22 * Quantization tables for split by 5 VQ of ISFs for a background noise database
Dqpisf_2s.tab21 * Quantization tables for two-stage of ISFs (split by 2 in 1st stage)
/frameworks/base/core/java/android/net/
Dnetwork-policy-restrictions.md3 The tables below show whether an app has network access while on background depending on the status…
5 ### How to read the tables
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java962 public static String findEditTable(String tables) { in findEditTable() argument
963 if (!TextUtils.isEmpty(tables)) { in findEditTable()
965 int spacepos = tables.indexOf(' '); in findEditTable()
966 int commapos = tables.indexOf(','); in findEditTable()
969 return tables.substring(0, spacepos); in findEditTable()
971 return tables.substring(0, commapos); in findEditTable()
973 return tables; in findEditTable()
DSQLiteQueryBuilder.java202 boolean distinct, String tables, String[] columns, String where, in buildQueryString() argument
224 query.append(tables); in buildQueryString()
/frameworks/wilhelm/tools/hashgen/
DMakefile41 gperf --null-strings --readonly-tables --no-strlen part23in.gperf > part23in.c
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd42 <a href="#TableMIMETypes">MIME types for tables</a>
159 Store the data in a form that's compatible with tables of rows and columns. A row
213 appears externally as a set of tables, similar to a relational database, but this is
227 store such as a database, and then offer the data as tables or files.
242 rows in other tables (using it as a &quot;foreign key&quot;). Although you can use any name
298 individual tables. For example, if you have two tables <em>table1</em> and
347 pointing to tables:
384 Matches a content URI for the tables <code>dataset1</code>
399 <code>content://&lt;authority&gt;/&lt;path&gt;</code> for tables, and
568 from inserting data into some tables. To do this, you can ignore the call to
[all …]
Dcontent-providers.jd87 How to access data in a content provider when the data is organized in tables.
Dcontacts-provider.jd133 The three tables are commonly referred to by the names of their contract classes. The classes
134 define constants for content URIs, column names, and column values used by the tables:
157 The other tables represented by contract classes in {@link android.provider.ContactsContract}
158 are auxiliary tables that the Contacts Provider uses to manage its operations or support
500 Figure 3 shows how the three main tables relate to each other.
502 <img src="{@docRoot}images/providers/contacts_tables.png" alt="Contacts provider main tables"
568 <dt>Read access to one or more tables</dt>
576 <dt>Write access to one or more tables</dt>
679 Sync adapters that modify the raw contact or data tables should always append the
819 Because the Contacts Provider tables are organized in a hierarchy, it's often useful to
[all …]
Dcalendar-provider.jd83 …roid platform (including the Calendar Provider) typically expose data as a set of tables based on a
86 and sync adapters can get read/write access to the database tables that hold a
92 multiple data sets (multiple tables) exposes a separate URI for each one. All
95 Provider defines constants for the URIs for each of its classes (tables). These
100 main tables and the fields that link them to each other.</p>
107 …alendar and event related information. This data is stored in a number of tables, listed below.</p>
128 reminders, and extended properties are stored in separate tables.
183 {@link android.provider.CalendarContract.Events} tables,
Dcontent-provider-basics.jd144 A content provider presents data to external applications as one or more tables that are
145 similar to the tables found in a relational database. A row represents an instance of some type
230 repository of data and the external appearance of data as tables.
534 the tables in the underlying SQLite database (unless the provider is set up to catch
634 their tables.
944 rows in multiple tables in the same method call, or in general for performing a set of
1163 The provider's authority is <code>com.example.trains</code>, and it contains the tables
/frameworks/base/tools/fonts/
Dfontchain_lint.py86 for cmap in ttfont['cmap'].tables:
102 for cmap in ttfont['cmap'].tables:
/frameworks/base/docs/html/topic/performance/power/
Dbattery-historian.jd124 Historian also provides tables and some visualization of data specific to each
137 The tables provide two dimensions of data about your app. First, you can look
/frameworks/base/docs/html/training/testing/integration-testing/
Dcontent-provider-testing.jd44 tables of data, with their internals hidden from view. A content provider may have many
148 data tables. These should always be constants publicly defined by the provider.
/frameworks/base/libs/androidfw/
DAssetManager.cpp303 ResTable tables[2]; in createIdmap() local
314 tables[i].add(ass); in createIdmap()
317 return tables[0].createIdmap(tables[1], targetCrc, overlayCrc, in createIdmap()
/frameworks/base/docs/html/training/articles/
Duser-data-ids.jd244 tables with the following columns:
286 <code>account_id</code> column in both tables, which would be a violation of
296 and Ad ID keyed tables, which also cause problems. For example, assume we
358 <li><em><strong>Not designing tables that explicitly link PII with Advertising
365 a join between two tables) is tightly controlled and audited, it reduces the
/frameworks/base/docs/html/design/wear/
Dcontext.jd143 <p>Ask questions like, "Are there any picnic tables free at the park?" and get answers in real-time
/frameworks/minikin/doc/
Dhyb_file_format.md109 All known pattern tables fit in 32 bits total. If this is exceeded, there is a fairly
/frameworks/base/docs/html/training/basics/data-storage/
Ddatabases.jd57 tables, and columns. The contract class allows you to use the same constants
95 that create and maintain the database and tables. Here are some typical
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd58 not allow HTML frames or nested tables, which perform poorly on mobile devices. Along with the
/frameworks/base/docs/html/sdk/
Dolder_releases.jd25 <p>The tables below provides Android SDKs that are current in terms of their
226 <p>These tables provide Android SDK releases that have been superceded by
/frameworks/base/docs/html/distribute/stories/games/
Dtapps.jd146 The following tables compare install rates for three apps based on changes
/frameworks/base/docs/html/design/patterns/
Dhelp.jd110 …ting and layout choices like bold headings, bulleted and numbered lists, tables, and white space b…

12