Searched refs:callLogEntryId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/legacyblocking/
H A DDeleteBlockedCallTask.java92 long callLogEntryId = cursor.getLong(CallLogDeleteBlockedCallQuery.ID_COLUMN_INDEX);
97 CallLog.Calls._ID + " IN (" + callLogEntryId + ")",
99 return callLogEntryId;
107 public void onPostExecute(Long callLogEntryId) { argument
108 listener.onDeleteBlockedCallTaskComplete(callLogEntryId >= 0);

Completed in 133 milliseconds