Back to project page callerid-for-android.
The source code is released under:
GNU General Public License
If you think the Android project callerid-for-android 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.integralblue.callerid; public interface CallerIDLookup { public class NoResultException extends Exception{ private static final long serialVersionUID = 2604974702552015288L; } CallerIDResult lookup(CharSequence phoneNumber) throws NoResultException; }