Move Fingerprint settings to biometrics/fingerprint

Bug: 110589286

Test: make -j56 RunSettingsRoboTests
Test: adb shell am start -a android.settings.FINGERPRINT_ENROLL still works
Test: adb shell am start -a android.settings.FINGERPRINT_SETUP still works
Change-Id: If33b557137cae7b57e4a0e906ee95032bc589436
This commit is contained in:
Kevin Chyn
2018-06-25 16:50:52 -07:00
parent fde790bf2c
commit 871e55fc54
44 changed files with 63 additions and 62 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.settings.fingerprint;
package com.android.settings.biometrics.fingerprint;
import static android.support.test.InstrumentationRegistry.getTargetContext;
import static android.support.test.espresso.Espresso.onView;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.settings.fingerprint;
package com.android.settings.biometrics.fingerprint;
import static org.mockito.Matchers.anyInt;