Searched defs:putIntAtIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4227 public static boolean putIntAtIndex(android.content.ContentResolver cr, method in class:TelephonyManager
4234 throw new RuntimeException("putIntAtIndex index == MAX_VALUE index=" + index);
4237 throw new RuntimeException("putIntAtIndex index < 0 index=" + index);

Completed in 67 milliseconds