Back to project page CallLog.
The source code is released under:
GNU General Public License
If you think the Android project CallLog listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.kaosh.calllog; /*from w w w .ja v a 2 s . co m*/ public class NPObj { protected String mNumber; protected int mVendorId; public NPObj(String number, int vendorId) { mNumber = number; mVendorId = vendorId; } }