MCPcopy Create free account
hub / github.com/M66B/FairEmail / getItemId

Method getItemId

app/src/main/java/eu/faircode/email/AdapterLog.java:214–217  ·  view source on GitHub ↗
(int position)

Source from the content-addressed store, hash-verified

212 }
213
214 @Override
215 public long getItemId(int position) {
216 return selected.get(position).id;
217 }
218
219 @Override
220 public int getItemCount() {

Callers 15

onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onActionItemClickedMethod · 0.45
onMenuItemClickMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45
onOptionsItemSelectedMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected