Loading core/java/android/provider/Telephony.java +0 −3 Original line number Diff line number Diff line Loading @@ -1271,9 +1271,6 @@ public final class Telephony { Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(), uri, ID_PROJECTION, null, null, null); if (DEBUG) { Log.v(TAG, "getOrCreateThreadId cursor cnt: " + cursor.getCount()); } if (cursor != null) { try { if (cursor.moveToFirst()) { Loading Loading
core/java/android/provider/Telephony.java +0 −3 Original line number Diff line number Diff line Loading @@ -1271,9 +1271,6 @@ public final class Telephony { Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(), uri, ID_PROJECTION, null, null, null); if (DEBUG) { Log.v(TAG, "getOrCreateThreadId cursor cnt: " + cursor.getCount()); } if (cursor != null) { try { if (cursor.moveToFirst()) { Loading