| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.
These changes were made using an automated tool, the xml file may be
reformatted slightly creating a larger diff. The only "real" change is
the addition of "android:exported" to activities, services, and
receivers that have one or more intent-filters.
Bug: 150232615
Test: TH
Exempt-From-Owner-Approval: mechanical refactoring
Change-Id: I6437ef5c94ac98a93a663b661e8718043b0c5a3d
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert "Revert "Pass in active device to all BluetoothA2dp APIs ..."
Revert submission 10303287-revert-10253996-bt-a2dp-no-null-FQRXACWPIA
Reason for revert: Fixing breakage
Reverted Changes:
I4d9f2f819:Revert "Make sure calls to BluetoothA2dp APIs pass...
I771ca0d57:Revert "Need to now pass in active device instead ...
I76529c7a1:Revert "Pass in active device to all BluetoothA2dp...
I297bda68d:Revert "Require user pass in a non-null BluetoothD...
I525327959:Revert "Pass in active device to all BluetoothA2dp...
I1d8660b11:Revert "Pass in active device to all BluetoothA2dp...
Bug: 147287141
Test: Manual
Merged-In: Ibbfa5cf5f189ca28b3589af827815747dbc4085e
Change-Id: Ibbfa5cf5f189ca28b3589af827815747dbc4085e
|
| |
|
|
|
|
|
|
|
| |
See build/soong/README.md for more information.
Change-Id: I02b14781a7a1c7fe93edfadce978487c28009200
Bug: 122333159
Fixes: 122333159
Test: treehugger
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Not used by this package. Also removes some other unused static library
dependencies.
Test: make
Bug: 73635411
Change-Id: I4e05bfcf39a0fa85e6af2d93112fbb86e285c835
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update usage of A2dpService API calls that take BluetoothDevice
as an additional argument. If the BluetoothDevice argument is null,
the API applies to the device that is currently the Active A2DP device.
Bug: 69269748
Test: Code compilation
Change-Id: I5d72393cfd5d485d7135b883860d5a2a07ee188a
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.
Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.
Test: make relevant packages
Bug: 73535841
Change-Id: Ic5f28ae67fdb7c8ceb1224588621a72fef439e60
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
Update usage of A2dpService API calls that take BluetoothDevice
as an additional argument. If the BluetoothDevice argument is null,
the API applies to the device that is currently the Active A2DP device.
Bug: 69269748
Test: Code compilation
Change-Id: I5d72393cfd5d485d7135b883860d5a2a07ee188a
Merged-In: I5d72393cfd5d485d7135b883860d5a2a07ee188a
(cherry picked from commit 2c67e9bd3632cf82539266d32c43b3a8582e9e66)
|
| |
|
|
|
|
| |
Bug: 65409525
Test: local desk setup
Change-Id: Ia61fb07497510c05fb0d6b90de93f860d9d02157
|
| |
|
|
|
|
| |
Bug: 64387416
Test: local test on my desk setup, verify the expected logs
Change-Id: I4c1c64374738b2221a0a60dd153f63faab3c487f
|
| |
|
|
|
|
| |
Bug: 38189187
Test: Verified enabling/disabling USB tethering
Change-Id: I2643a35ee1488a9a1e3c06d9abc6c8cfedf92499
|
| |
|
|
|
|
|
|
|
|
|
| |
Since Android doesn't fire alarms at the exact time we specify
when alarm interval is very short, i.e. 5 seconds so we need to send
starting & ending times for BLE scanning back to Python client to do
an accurate calculation for the average.
Test: Done
Bug: 38234726
Change-Id: I9106ddce8e358e0a7ef222b51110129804395716
|
| |
|
|
|
|
|
|
|
| |
Implement PMC Status Logger to write PMC status to a file
Re-org the A2dp code so it is easy to write status to a file
Bug: 35802203
Test: Done
Change-Id: I664307b10a678fdcf405649efebd66172a0d4606
|
| |
|
|
|
|
|
|
|
|
|
| |
Add code to enable Bluetooth if not enabled.
Add some checks for null points and change some bad variable names.
Change the default volume for MediaPlayer to 0.30 since 0.50 is too loud.
Test: None
Bug: 35708388
Change-Id: I424332d3f2faa8673c1a511cb48374061e3f3375
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Bug: 34899890
Test: Compiles
Change-Id: I690e68ea13ba16628a94cec68455b856148c8216
|
| |/
|
|
|
|
|
|
| |
Implement PMC code to stream A2DP music with
different codec for power testing
Test: None
Bug: 34519194
Change-Id: Ic848aac2b72f1f5c8a5940b3df487ba41ab14cb0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Test: Power Testing for GATT writing
Create GattPMCReceiver class to handle commands from
from Python client
Create GattClientReceiver class to trigger alarms for
continuous Gatt writing
Create GattServer class to implement Gatt server
functionalities
Bug: 32449544
Change-Id: I8b9d7784a46e6d3976b1e5014f2590766b2ec6f8
|
|
|
All the files of PMC are exactly the same as the files of PMC in
Master branch
Test: None
Bug: 33809986
Change-Id: Icf2c00908ab9ff147c6c06aecfa414f324cef4da
|