Home
last modified time | relevance | path

Searched refs:tryAgain (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java638 boolean tryAgain = false; in incServiceCrashCountLocked()
654 tryAgain = true; in incServiceCrashCountLocked()
657 return tryAgain; in incServiceCrashCountLocked()
DAppErrors.java893 boolean tryAgain = app.mServices.incServiceCrashCountLocked(now);
936 mService.mProcessList.removeProcessLocked(app, false, tryAgain,
956 if (data != null && tryAgain) {
/frameworks/native/libs/gui/
DBufferQueueProducer.cpp289 bool tryAgain = true; in waitForFreeSlotThenRelock() local
290 while (tryAgain) { in waitForFreeSlotThenRelock()
363 tryAgain = (*found == BufferQueueCore::INVALID_BUFFER_SLOT) || in waitForFreeSlotThenRelock()
365 if (tryAgain) { in waitForFreeSlotThenRelock()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/
DPromptViewModelTest.kt1277 assertButtonsVisible(negative = true, tryAgain = expectTryAgainButton) in <lambda>()
1286 assertButtonsVisible(negative = true, tryAgain = expectTryAgainButton) in <lambda>()
1599 tryAgain: Boolean = false, in <lambda>()
1606 assertThat(viewModel.isTryAgainButtonVisible.first()).isEqualTo(tryAgain) in <lambda>()