OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_SMS
(Results
1 - 2
of
2
) sorted by null
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java
52
static final String
TABLE_SMS
= "sms";
106
return accessRestricted ? VIEW_SMS_RESTRICTED :
TABLE_SMS
;
461
String table =
TABLE_SMS
;
526
if (table.equals(
TABLE_SMS
)) {
570
db.delete(
TABLE_SMS
, "thread_id=? AND type=?",
623
if (table ==
TABLE_SMS
) {
656
count = db.delete(
TABLE_SMS
, where, whereArgs);
686
count = db.delete(
TABLE_SMS
, where, whereArgs);
755
String table =
TABLE_SMS
;
816
if (table.equals(
TABLE_SMS
) && ProviderUtil.shouldRemoveCreator(values, callerUid))
[
all
...]
MmsSmsDatabaseHelper.java
[
all
...]
Completed in 171 milliseconds