OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateWhere
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java
188
protected String
updateWhere
() {
330
String where =
updateWhere
();
350
mLoader.setSelection(
updateWhere
());
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java
552
String
updateWhere
= Favorites._ID + "=" + favoriteId;
553
db.update(TABLE_FAVORITES, values,
updateWhere
, null);
717
String
updateWhere
= Favorites._ID + "=" + favoriteId;
718
db.update(TABLE_FAVORITES, values,
updateWhere
, null);
[
all
...]
Completed in 63 milliseconds