Home
last modified time | relevance | path

Searched refs:nextStep (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/fingerprint2/ui/settings/
DFingerprintSettingsNavigationViewModelTest.kt86 var nextStep: NextStepViewModel? = null in testNoGateKeeper_launchesConfirmDeviceCredential() variable
87 val job = launch { underTest.nextStep.collect { nextStep = it } } in testNoGateKeeper_launchesConfirmDeviceCredential()
90 assertThat(nextStep).isEqualTo(LaunchConfirmDeviceCredential(defaultUserId)) in testNoGateKeeper_launchesConfirmDeviceCredential()
97 var nextStep: NextStepViewModel? = null in testConfirmDevice_fails() variable
98 val job = launch { underTest.nextStep.collect { nextStep = it } } in testConfirmDevice_fails()
103 assertThat(nextStep).isInstanceOf(FinishSettings::class.java) in testConfirmDevice_fails()
110 var nextStep: NextStepViewModel? = null in confirmDeviceSuccess_noGateKeeper() variable
111 val job = launch { underTest.nextStep.collect { nextStep = it } } in confirmDeviceSuccess_noGateKeeper()
116 assertThat(nextStep).isInstanceOf(FinishSettings::class.java) in confirmDeviceSuccess_noGateKeeper()
125 var nextStep: NextStepViewModel? = null in confirmDeviceSuccess_launchesEnrollment_ifNoPreviousEnrollments() variable
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/settings/binder/
DFingerprintSettingsViewBinder.kt162 navigationViewModel.nextStep.filterNotNull().collect { nextStep -> in <lambda>() method
165 Log.d(TAG, "next step = $nextStep") in <lambda>()
166 when (nextStep) { in <lambda>()
169 nextStep.userId, in <lambda>()
170 nextStep.gateKeeperPasswordHandle, in <lambda>()
171 nextStep.challenge, in <lambda>()
172 nextStep.challengeToken, in <lambda>()
175 view.launchAddFingerprint(nextStep.userId, nextStep.challengeToken) in <lambda>()
176 is LaunchConfirmDeviceCredential -> view.launchConfirmOrChooseLock(nextStep.userId) in <lambda>()
183 view.setResultExternal(nextStep.result) in <lambda>()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/viewmodel/
DFingerprintNavigationViewModel.kt120 val nextStep = currentStep.update(navState, action) ?: return in <lambda>() constant
121 Log.d(TAG, "nextStep=$nextStep") in <lambda>()
123 _currentStep.update { nextStep } in <lambda>()
127 when (nextStep) { in <lambda>()
129 _navigateTo.update { nextStep.nextUiStep } in <lambda>()
132 _finishState.update { nextStep } in <lambda>()
135 _currentScreen.update { nextStep } in <lambda>()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/settings/viewmodel/
DFingerprintSettingsViewModel.kt82 _isShowingDialog.combine(navigationViewModel.nextStep) { dialogFlow, nextStep -> in <lambda>() method
83 if (nextStep is ShowSettings) { in <lambda>()
117 navigationViewModel.nextStep, in <lambda>()
172 while (it && navigationViewModel.nextStep.value is ShowSettings) { in <lambda>()
197 navigationViewModel.nextStep.filterNotNull().collect { in <lambda>()
224 if (_isShowingDialog.value == null || navigationViewModel.nextStep.value != ShowSettings) { in <lambda>()
235 if (_isShowingDialog.value == null || navigationViewModel.nextStep.value != ShowSettings) { in <lambda>()
283 combineTransform(navigationViewModel.nextStep) { value, currStep -> in <lambda>()
DFingerprintSettingsNavigationViewModel.kt48 val nextStep: StateFlow<NextStepViewModel?> = _nextStep.asStateFlow() constant
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java186 nextStep(); in start()
194 void nextStep() { in nextStep() method in BluetoothPeripheralHandover
259 nextStep(); in nextStepInit()
503 nextStep(); in handleIntent()
509 nextStep(); in handleIntent()
517 nextStep(); in handleIntent()
523 nextStep(); in handleIntent()
531 nextStep(); in handleIntent()
534 nextStep(); in handleIntent()
644 nextStep();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java237 final int nextStep; in onClick() local
239 nextStep = STEP_1; in onClick()
241 nextStep = mStepNumber + 1; in onClick()
243 nextStep = STEP_1; in onClick()
245 nextStep = mStepNumber; in onClick()
247 if (mStepNumber != nextStep) { in onClick()
248 mStepNumber = nextStep; in onClick()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...
Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp832 goto nextStep; in computeInternal()
861 nextStep: in computeInternal()