Searched refs:isCurrentFormat3gpp2 (Results 1 – 4 of 4) sorted by relevance
186 boolean isCurrentFormat3gpp2 = InboundSmsHandler.isCurrentFormat3gpp2(); in scanRawTable()194 isCurrentFormat3gpp2); in scanRawTable()
186 public InboundSmsTracker(Context context, Cursor cursor, boolean isCurrentFormat3gpp2) { in InboundSmsTracker() argument194 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()203 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()
371 boolean isCurrentFormat3gpp2) {372 return new InboundSmsTracker(context, cursor, isCurrentFormat3gpp2);
1521 static boolean isCurrentFormat3gpp2() { in isCurrentFormat3gpp2() method in InboundSmsHandler