Searched refs:isCurrentFormat3gpp2 (Results 1 – 4 of 4) sorted by relevance
171 public InboundSmsTracker(Cursor cursor, boolean isCurrentFormat3gpp2) { in InboundSmsTracker() argument179 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()188 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()
186 boolean isCurrentFormat3gpp2 = InboundSmsHandler.isCurrentFormat3gpp2(); in scanRawTable()192 isCurrentFormat3gpp2); in scanRawTable()
372 public InboundSmsTracker makeInboundSmsTracker(Cursor cursor, boolean isCurrentFormat3gpp2) {373 return new InboundSmsTracker(cursor, isCurrentFormat3gpp2);
1434 static boolean isCurrentFormat3gpp2() { in isCurrentFormat3gpp2() method in InboundSmsHandler