Searched refs:isCurrentFormat3gpp2 (Results 1 – 4 of 4) sorted by relevance
180 boolean isCurrentFormat3gpp2 = InboundSmsHandler.isCurrentFormat3gpp2(); in scanRawTable()188 isCurrentFormat3gpp2); in scanRawTable()
195 public InboundSmsTracker(Context context, Cursor cursor, boolean isCurrentFormat3gpp2) { in InboundSmsTracker() argument203 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()212 mIs3gpp2 = isCurrentFormat3gpp2; in InboundSmsTracker()
394 boolean isCurrentFormat3gpp2) {395 return new InboundSmsTracker(context, cursor, isCurrentFormat3gpp2);
1678 static boolean isCurrentFormat3gpp2() { in isCurrentFormat3gpp2() method in InboundSmsHandler