Searched refs:isCurrentFormat3gpp2 (Results 1 – 4 of 4) sorted by relevance
175 boolean isCurrentFormat3gpp2 = InboundSmsHandler.isCurrentFormat3gpp2(); in scanRawTable()183 isCurrentFormat3gpp2); in scanRawTable()
195 public InboundSmsTracker(Context context, Cursor cursor, boolean isCurrentFormat3gpp2) { in InboundSmsTracker() argument203 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()212 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()
377 boolean isCurrentFormat3gpp2) {378 return new InboundSmsTracker(context, cursor, isCurrentFormat3gpp2);
1651 static boolean isCurrentFormat3gpp2() { in isCurrentFormat3gpp2() method in InboundSmsHandler