Home | History | Annotate | Download | only in phone

Lines Matching refs:idValue

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