Home | History | Annotate | Download | only in phone

Lines Matching refs:idValue

513                     Pair<Integer, String> idValue = (Pair<Integer, String>) request.argument;
514 mPhone.nvWriteItem(idValue.first, idValue.second, onCompleted);