History log of /packages/apps/Dialer/tests/src/com/android/dialer/compat/FilteredNumberCompatTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3ec5d25470379acbbf3bb2bcc83e5e897a22a59d 18-Mar-2016 Brandon Maxwell <maxwelb@google.com> Only allow primary users to block numbers

+ By design, only the primary user has the capability to block
numbers.
+ This CL ensures that secondary users don't see the option to block
numbers in the call log or call details.

Change-Id: I576925510cfbef417c16910218014d9f7b7dd2a0
Fixes: 27366206
/packages/apps/Dialer/tests/src/com/android/dialer/compat/FilteredNumberCompatTest.java
60d449f45f52c22d7f7e669760457b717352f8de 14-Mar-2016 Brandon Maxwell <maxwelb@google.com> Updating settings to use system blocked numbers ui

+ After the user has migrated to the framework number blocking
solution, the 'Call blocking' setting needs to take them to the
system ui. The branching logic to determine which UI to open is added
in this CL.

Bug: 26664600
Change-Id: I2574f0665d3f0d3d92230e0210c69d1d10b60228
/packages/apps/Dialer/tests/src/com/android/dialer/compat/FilteredNumberCompatTest.java
13825f0533ec175928406f5e9b79c54305e8c5b0 06-Mar-2016 Brandon Maxwell <maxwelb@google.com> Adding sharedPref for blocked number migration

+ Users are shown a dialog when they're running on an SDK which
supports the framework blocking solution, but they haven't yet
migrated. In order to determine whether the user has migrated or not,
a SharedPreference value is used. In a later CL which performs the
migration, this value will be updated as the final step.

Bug: 26664600
Change-Id: I5a12be643d0fb3b52ef408215779423bf0a2ddc7
/packages/apps/Dialer/tests/src/com/android/dialer/compat/FilteredNumberCompatTest.java
9baf4e56672d8beeed6bdd9d1cd9456b32cf83ba 25-Feb-2016 Brandon Maxwell <maxwelb@google.com> Implementing Compat class for Filtering

+ FilteredNumberCompat contains the logic needed to switch between
the Dialer implemented number filtering and the new number filtering.
+ Direct uses of the Dialer Filtering code should be replaced to use
the fields in this class

Bug=26664600

Change-Id: I42db3da4b5ed124a88488713f56ccab7b2290309
/packages/apps/Dialer/tests/src/com/android/dialer/compat/FilteredNumberCompatTest.java