Searched refs:isCurrentFormat3gpp2 (Results 1 – 4 of 4) sorted by relevance
174 public InboundSmsTracker(Cursor cursor, boolean isCurrentFormat3gpp2) { in InboundSmsTracker() argument179 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()188 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()
162 boolean isCurrentFormat3gpp2 = InboundSmsHandler.isCurrentFormat3gpp2(); in scanRawTable()167 isCurrentFormat3gpp2); in scanRawTable()
142 public InboundSmsTracker makeInboundSmsTracker(Cursor cursor, boolean isCurrentFormat3gpp2) { in makeInboundSmsTracker() argument143 return new InboundSmsTracker(cursor, isCurrentFormat3gpp2); in makeInboundSmsTracker()
1288 static boolean isCurrentFormat3gpp2() { in isCurrentFormat3gpp2() method in InboundSmsHandler