Searched refs:numPopupItems (Results 1 – 1 of 1) sorted by relevance
127 int numPopupItems = mCannedResponses.length + 1; in showRespondViaSmsPopup() local128 String[] popupItems = Arrays.copyOf(mCannedResponses, numPopupItems); in showRespondViaSmsPopup()129 popupItems[numPopupItems - 1] = mInCallScreen.getResources() in showRespondViaSmsPopup()