Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f0e1d72 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes from topic "pbap-client-contacts-caching pbap-client-storage-refactor" into main

* changes:
  Storage Refactor: Introduce a new PbapClientStateMachine
  Storage Refactor: Introduce PbapClientObexClient and others
  Storage Refactor: Introduce PbapClientContactsStorage
  Storage Refactor: Rename similar objects in preparation for refactor
parents b2fb0268 6793743f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -364,6 +364,17 @@
            column="31"/>
    </issue>

    <issue
        id="SimpleDateFormat"
        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
        errorLine1="                SimpleDateFormat parser = new SimpleDateFormat(TIMESTAMP_FORMAT);"
        errorLine2="                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/PbapClientContactsStorage.java"
            line="485"
            column="43"/>
    </issue>

    <issue
        id="SimpleDateFormat"
        message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
+584 −0

File added.

Preview size limit exceeded, changes collapsed.

+314 −93

File changed.

Preview size limit exceeded, changes collapsed.

+879 −261

File changed.

Preview size limit exceeded, changes collapsed.

+467 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading