OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_PART
(Results
1 - 2
of
2
) sorted by null
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java
62
static final String
TABLE_PART
= "part";
138
qb.setTables(
TABLE_PART
);
141
qb.setTables(
TABLE_PART
);
145
qb.setTables(
TABLE_PART
);
229
} else if (qb.getTables().equals(
TABLE_PART
)) {
277
TABLE_PART
, new String[] { Part.CONTENT_TYPE },
349
table =
TABLE_PART
;
431
} else if (table.equals(
TABLE_PART
)) {
614
table =
TABLE_PART
;
617
table =
TABLE_PART
;
[
all
...]
MmsSmsDatabaseHelper.java
645
db.execSQL("CREATE TABLE " + MmsProvider.
TABLE_PART
+ " (" +
[
all
...]
Completed in 52 milliseconds