Add WearSafetySource (Without Listener)
Bug: 389841524 Test: TreeHugger Test: manual Test: atest SafetySourceBroadcastReceiverTest Test: atest LockScreenSafetySourceTest Test: atest ActiveUnlockStatusUtilsTest Test: atest WearSafetySourceTest Flag: com.android.settings.flags.biometrics_onboarding_education Change-Id: I7f4b41bf33d1e0fb7988f756a466e4d80bcec25e
This commit is contained in:
@@ -243,4 +243,11 @@ public class ActiveUnlockStatusUtilsTest {
|
||||
.isEqualTo(mApplicationContext.getString(
|
||||
R.string.biometric_settings_use_watch_for));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getTitleForActiveUnlockOnly_returnsTile() {
|
||||
assertThat(mActiveUnlockStatusUtils.getTitleForActiveUnlockOnly())
|
||||
.isEqualTo(mApplicationContext.getString(
|
||||
R.string.security_settings_activeunlock));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user