Searched refs:tables (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java751 * and extension table (0 for GSM default tables).
758 * @return the septet count for s using the specified language tables, or -1 if any
802 * or null if there are no suitable language tables to encode the string.
806 // Load enabled language tables from config.xml, including any MCC overlays
810 // fast path for common case where no national language shift tables are enabled
839 // Avoid adding default table twice in case 0 is in the list of allowed tables
853 // iterate through enabled locking shift tables
857 // iterate through single shift tables for this locking table
988 * Modify the array of enabled national language single shift tables for SMS
992 * @param tables th
994 setEnabledSingleShiftTables(int[] tables) argument
1012 setEnabledLockingShiftTables(int[] tables) argument
[all...]
/frameworks/wilhelm/tools/hashgen/
H A DMakefile40 gperf --null-strings --readonly-tables --compare-lengths part23in.gperf > part23in.c
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java955 * @param tables a list of tables
958 public static String findEditTable(String tables) { argument
959 if (!TextUtils.isEmpty(tables)) {
961 int spacepos = tables.indexOf(' ');
962 int commapos = tables.indexOf(',');
965 return tables.substring(0, spacepos);
967 return tables.substring(0, commapos);
969 return tables;
971 throw new IllegalStateException("Invalid tables");
[all...]
H A DSQLiteQueryBuilder.java65 * Returns the list of tables being queried
67 * @return the list of tables being queried
74 * Sets the list of tables to query. Multiple tables can be specified to perform a join.
79 * @param inTables the list of tables to query on
179 * @param tables The table names to compile the query against.
202 boolean distinct, String tables, String[] columns, String where,
224 query.append(tables);
497 * appear in one of the other tables in the UNION query that we
502 * appear only in other tables, w
201 buildQueryString( boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java74 // These tables use the row name (not ID) as their content URI.
75 Uri tables[] = { Settings.System.CONTENT_URI, Settings.Secure.CONTENT_URI };
76 for (Uri table : tables) {
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp306 ResTable tables[2]; local
324 tables[i].add(ass, (void*)1, false);
336 if (tables[0].createIdmap(tables[1], originalCrc, overlayCrc,

Completed in 2610 milliseconds