History log of /packages/apps/Bluetooth/tests/src/com/android/bluetooth/map/BluetoothMapContentObserverTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
acc87cca571c89322980423e190b188fdd8fa265 23-Mar-2017 Ajay Panicker <apanicke@google.com> Remove Context from mockContentResolver to avoid a Null Pointer Exception

mockContentResolver was updated to call a function on the context provided
in its constructor which caused an exception with mockContext. Instead leaving
the context out of the constructor skips this function call and doesn't affect
the test.

Test: Run unit tests with "runtest bluetooth"
Change-Id: I7a597c5864943d3d53dcb551bf3d3bafb4beb5ed
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/map/BluetoothMapContentObserverTest.java
9f2682b75aab6ac9eff1d4ac5956df402d98d1c1 15-Dec-2016 Ajay Panicker <apanicke@google.com> Prevent Null Pointer Exception caused by empty remote device properties

Bug: 33092708
Test: runtest bluetooth
Change-Id: I6d7bfd9baaa428692183a64cc7ae87438862d518
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/map/BluetoothMapContentObserverTest.java
f7ac04b1cfe4083cca02d749b73ffc6a41496fd2 19-Nov-2016 Jakub Pawlowski <jpawlowski@google.com> Move tests from */bluetooth/test/* to */bluetooth/*

Right now the folder structure is not in sync with package names.

Change-Id: I0458795a68ba32c0ebec6721f7688ca4e6ff0b1d
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/map/BluetoothMapContentObserverTest.java