Home
last modified time | relevance | path

Searched refs:blockId (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/blocking/
DBlockNumberDialogFragment.java62 Integer blockId, in show() argument
71 blockId, number, countryIso, displayNumber, parentViewId); in show()
79 Integer blockId, in newInstance() argument
86 if (blockId != null) { in newInstance()
87 args.putInt(ARG_BLOCK_ID, blockId.intValue()); in newInstance()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemViewHolder.java200 public Integer blockId; field in CallLogListItemViewHolder
430 displayNumber, number, countryIso, callType, info.sourceType, isSpam, blockId); in onMenuItemClick()
781 boolean isBlockedOrSpam = blockId != null || (isSpamFeatureEnabled && isSpam); in bindActionButtons()
1022 displayNumber, number, countryIso, callType, info.sourceType, isSpam, blockId); in onClick()
1180 boolean isBlocked = blockId != null; in updateBlockReportActions()
1261 boolean isBlocked = blockId != null; in onCreateContextMenu()
1343 Integer blockId); in onUnblock() argument
DBlockReportSpamListener.java153 final Integer blockId) { in onUnblock() argument
175 blockId); in onUnblock()
DCallLogAdapter.java872 viewHolder.blockId = null; in loadAndRender()
884 viewHolder.blockId = in loadAndRender()
887 details.isBlocked = viewHolder.blockId != null; in loadAndRender()