Searched refs:storedIntent (Results 1 – 1 of 1) sorted by relevance
1558 Intent storedIntent = mKeyguardUpdateMonitor.getSecondaryLockscreenRequirement(user); in testSecondaryLockscreenRequirement() local1559 assertThat(storedIntent.getComponent().getClassName()).isEqualTo(cls); in testSecondaryLockscreenRequirement()1560 assertThat(storedIntent.getComponent().getPackageName()).isEqualTo(packageName); in testSecondaryLockscreenRequirement()