OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extraSelection
(Results
1 - 2
of
2
) sorted by null
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java
588
String table,
extraSelection
= null;
599
extraSelection
= Mms._ID + "=" + uri.getLastPathSegment();
610
extraSelection
= Mms.MESSAGE_BOX + "=" + msgBox;
618
extraSelection
= Part.MSG_ID + "=" + uri.getPathSegments().get(0);
622
extraSelection
= Part._ID + "=" + uri.getPathSegments().get(1);
626
extraSelection
= Addr.MSG_ID + "=" + uri.getPathSegments().get(0);
636
String finalSelection = concatSelections(selection,
extraSelection
);
792
String
extraSelection
= null;
805
extraSelection
= Mms._ID + "=" + msgId;
812
extraSelection
= Part.MSG_ID + "=" + uri.getPathSegments().get(0)
[
all
...]
MmsSmsProvider.java
379
String
extraSelection
= "_id=" + uri.getPathSegments().get(1);
381
?
extraSelection
:
extraSelection
+ " AND " + selection;
471
String
extraSelection
= (proto != -1) ?
474
extraSelection
+= " AND " + PendingMessages.MSG_ID + "=" + msgId;
478
?
extraSelection
: ("(" +
extraSelection
+ ") AND " + selection);
[
all
...]
Completed in 37 milliseconds