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

Commit 128e7204 authored by Sal Savage's avatar Sal Savage
Browse files

Rename AccountManager Account/Authentication Service and resources

This change updates the naming scheme of the account manager
authentication service classes and the paired resource strings. It makes
it clear that these items belong/relate to PBAP Client, as opposed to
"pbapsink" or nothing in particular at all. Docstrings are updated with
details around what the objects are for and how they work.

Bug: 365626536
Flag: EXEMPT, name/logging updates  only, no logic changes
Test: atest PbapClientAccountAuthenticatorTest.java
Test: atest PbapclientAccountAuthenticatorServiceTest.java
Test: m com.android.btservices
Change-Id: I513f7de71ba6826b7ea9ec11e4ea3256073482f3
parent 83aeaf27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -295,7 +295,7 @@
        </activity>

        <service android:process="@string/process"
             android:name="com.android.bluetooth.pbapclient.AuthenticationService"
             android:name="com.android.bluetooth.pbapclient.PbapClientAccountAuthenticatorService"
             android:enabled="false"
             android:exported="true">
            <intent-filter>
+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string>
</resources>
+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string>
</resources>
+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string>
</resources>
+0 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="pbap_account_type" msgid="7595186298710257905">"com.android.bluetooth.pbapsink"</string>
</resources>
Loading