PbapVcard: Apply pattern matching
str.split(regex, n) is the same as Pattern.compile(regex).split(str, n). Except that the second can be compiled once why the first need to be recompile everytime it is invoked Bug: 371471052 Flag: Exempt refactor Test: atest BluetoothInstrumentationTests Change-Id: I0363ef188571db5e1c3a8745a377fde06d8894ff
Loading
Please register or sign in to comment