Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 54) sorted by relevance

123

/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeContentProvider.java40 private final String where; field in FakeContentProvider.ContentOverride
45 ContentOverride(final String uri, final String where, final String args, in ContentOverride()
54 boolean match(final String uri, final String where, final String[] args) { in match()
88 public void addOverrideData(final Uri uri, final String where, final String args, in addOverrideData()
/packages/apps/Messaging/src/com/android/messaging/mmslib/
DSqliteWrapper.java51 ContentValues values, String where, String[] selectionArgs) { in update()
64 String where, String[] selectionArgs) { in delete()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsChangesProvider.java88 public int delete(Uri url, String where, String[] whereArgs) { in delete()
110 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/
DVoicemailStatusWorker.java42 StringBuilder where = new StringBuilder(); in doInBackground() local
/packages/apps/Dialer/java/com/android/dialer/database/
DCallLogQueryHandler.java106 StringBuilder where = new StringBuilder(); in fetchVoicemailStatus() local
133 StringBuilder where = in fetchVoicemailUnreadCount() local
154 StringBuilder where = new StringBuilder(); in fetchCalls() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVoicemailQueryHandler.java70 StringBuilder where = new StringBuilder(); in markNewVoicemailsAsOld() local
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarInstancesHelper.java145 String where = "SELECT " + columnName + " FROM " + Tables.EVENTS + in getEventValue() local
791 String where = SQL_WHERE_ID_FROM_INSTANCES_NOT_SYNCED; in updateRecurrenceInstancesLocked() local
799 String where = SQL_WHERE_ID_FROM_INSTANCES_SYNCED; in updateRecurrenceInstancesLocked() local
840 String where = CalendarProvider2.SQL_WHERE_ID; in getRelevantRecurrenceEntries() local
847 String where = "(" + Events._SYNC_ID + "=? OR " + Events.ORIGINAL_SYNC_ID + "=?) AND " in getRelevantRecurrenceEntries() local
DCalendarDebug.java99 String where = CalendarContract.Events.CALENDAR_ID + "=" + id; in doInBackground() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java1732 String where = ""; in setWhereFilterFolderTypeSms() local
1751 String where = ""; in setWhereFilterFolderTypeMms() local
1769 String where = ""; in setWhereFilterFolderTypeEmail() local
1780 String where = ""; in setWhereFilterFolderTypeIm() local
1792 String where = "1=1"; in setWhereFilterFolderType() local
1809 String where = ""; in setWhereFilterReadStatus() local
1840 String where = ""; in setWhereFilterPeriod() local
1867 String where = ""; in setWhereFilterLastActivity() local
1893 String where = ""; in setWhereFilterOriginatorEmail() local
1906 String where = ""; in setWhereFilterOriginatorIM() local
[all …]
DSmsMmsContacts.java80 String where = CanonicalAddressesColumns._ID + " = " + id; in getPhoneNumberUncached() local
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DUnreadMissedCallLiveData.java40 StringBuilder where = new StringBuilder(); in newInstance() local
DCallHistoryLiveData.java74 StringBuilder where = new StringBuilder(); in newInstance() local
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsCursorLoader.java74 String where = getProjection(context)[CONTACT_DISPLAY_NAME] + " IS NOT NULL"; in getWhere() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DCallLogPullRequest.java156 String where = ContactsContract.RawContacts.CONTACT_ID + "=" + contactId; in updateTimesContacted() local
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockProvider.java210 public int update(@NonNull Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
257 public int delete(@NonNull Uri uri, String where, String[] whereArgs) { in delete()
/packages/apps/Dialer/java/com/android/voicemail/stub/
DStubVoicemailClient.java53 Context context, StringBuilder where, List<String> selectionArgs) {} in appendOmtpVoicemailSelectionClause()
57 Context context, StringBuilder where, List<String> selectionArgs) {} in appendOmtpVoicemailStatusSelectionClause()
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java351 String where; in addIdToSelection() local
461 protected static String metadataSelectionFromPhotos(String where) { in metadataSelectionFromPhotos()
465 protected static String photoSelectionFromAlbums(String where) { in photoSelectionFromAlbums()
469 protected static String photoSelectionFromAccounts(String where) { in photoSelectionFromAccounts()
473 protected static String albumSelectionFromAccounts(String where) { in albumSelectionFromAccounts()
/packages/apps/Dialer/java/com/android/voicemail/
DVoicemailClient.java95 Context context, StringBuilder where, List<String> selectionArgs); in appendOmtpVoicemailSelectionClause()
106 Context context, StringBuilder where, List<String> selectionArgs); in appendOmtpVoicemailStatusSelectionClause()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailClientImpl.java277 Context context, StringBuilder where, List<String> selectionArgs) { in appendOmtpVoicemailSelectionClause()
309 Context context, StringBuilder where, List<String> selectionArgs) { in appendOmtpVoicemailStatusSelectionClause()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekFragment.java195 String where = WHERE_CALENDARS_VISIBLE; in updateWhere() local
337 String where = updateWhere(); in onCreateLoader() local
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DGsmCellBroadcastHandler.java150 String where = CellBroadcasts.SERVICE_CATEGORY + "=? AND " in handleGeoFencingTriggerMessage() local
159 where, in handleGeoFencingTriggerMessage() argument
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DUserDictionaryProvider.java259 public int delete(Uri uri, String where, String[] whereArgs) { in delete()
288 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DCellBroadcastHandlerTest.java112 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
DGsmCellBroadcastHandlerTest.java119 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { in update()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DSmsProviderTest.java229 String where = "reference_number=?"; in testRawTableDelete() local

123