Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java +1 −0 Original line number Diff line number Diff line Loading @@ -280,6 +280,7 @@ public class BluetoothPbapCallLogComposer implements AutoCloseable { } /** Closes the composer, releasing all of its resources. */ @Override public void close() { if (mCursor != null) { try { Loading android/app/src/com/android/bluetooth/pbap/BluetoothPbapSimVcardManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -194,6 +194,7 @@ public class BluetoothPbapSimVcardManager implements AutoCloseable { } /** Closes the manager, releasing all of its resources. */ @Override public void close() { if (mCursor != null) { try { Loading Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapCallLogComposer.java +1 −0 Original line number Diff line number Diff line Loading @@ -280,6 +280,7 @@ public class BluetoothPbapCallLogComposer implements AutoCloseable { } /** Closes the composer, releasing all of its resources. */ @Override public void close() { if (mCursor != null) { try { Loading
android/app/src/com/android/bluetooth/pbap/BluetoothPbapSimVcardManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -194,6 +194,7 @@ public class BluetoothPbapSimVcardManager implements AutoCloseable { } /** Closes the manager, releasing all of its resources. */ @Override public void close() { if (mCursor != null) { try { Loading