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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DGsmAlphabet.java646 * and extension table (0 for GSM default tables).
653 * @return the septet count for s using the specified language tables, or -1 if any
697 * or null if there are no suitable language tables to encode the string.
701 // fast path for common case where no national language shift tables are enabled
730 // Avoid adding default table twice in case 0 is in the list of allowed tables
744 // iterate through enabled locking shift tables
748 // iterate through single shift tables for this locking table
879 * Modify the array of enabled national language single shift tables for SMS
883 * @param tables the new list of enabled single shift tables
885 setEnabledSingleShiftTables(int[] tables) argument
902 setEnabledLockingShiftTables(int[] tables) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java65 // These tables use the row name (not ID) as their content URI.
66 Uri tables[] = { Settings.System.CONTENT_URI, Settings.Secure.CONTENT_URI };
67 for (Uri table : tables) {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java745 HashMap<String, String> tables = new HashMap<String, String>();
749 tables.put(table, info.deletedTable);
752 return tables;
1111 * @param tables a list of tables
1114 public static String findEditTable(String tables) { argument
1115 if (!TextUtils.isEmpty(tables)) {
1117 int spacepos = tables.indexOf(' ');
1118 int commapos = tables.indexOf(',');
1121 return tables
[all...]
H A DSQLiteQueryBuilder.java63 * Returns the list of tables being queried
65 * @return the list of tables being queried
72 * Sets the list of tables to query. Multiple tables can be specified to perform a join.
77 * @param inTables the list of tables to query on
158 * @param tables The table names to compile the query against.
181 boolean distinct, String tables, String[] columns, String where,
203 query.append(tables);
407 * appear in one of the other tables in the UNION query that we
412 * appear only in other tables, w
180 buildQueryString( boolean distinct, String tables, String[] columns, String where, String groupBy, String having, String orderBy, String limit) argument
[all...]
/frameworks/base/media/libstagefright/codecs/aacenc/Tools/
H A Declair.mk86 CCTCFLAGS:=-msoft-float -mthumb-interwork -fno-exceptions -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -fmessage-length=0 -finline-functions -finline-limit=600 -fno-inline-functions-called-once -fgcse-after-reload -frerun-cse-after-loop -frename-registers -fstrict-aliasing -funswitch-loops

Completed in 121 milliseconds