Searched refs:tryAgain (Results 1 – 4 of 4) sorted by relevance
638 boolean tryAgain = false; in incServiceCrashCountLocked()654 tryAgain = true; in incServiceCrashCountLocked()657 return tryAgain; in incServiceCrashCountLocked()
893 boolean tryAgain = app.mServices.incServiceCrashCountLocked(now);936 mService.mProcessList.removeProcessLocked(app, false, tryAgain,956 if (data != null && tryAgain) {
289 bool tryAgain = true; in waitForFreeSlotThenRelock() local290 while (tryAgain) { in waitForFreeSlotThenRelock()363 tryAgain = (*found == BufferQueueCore::INVALID_BUFFER_SLOT) || in waitForFreeSlotThenRelock()365 if (tryAgain) { in waitForFreeSlotThenRelock()
1277 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>()