Home
last modified time | relevance | path

Searched refs:shouldContinue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DWorkQueue.cpp141 bool shouldContinue = workUnit->run(); in threadLoop() local
149 if (!shouldContinue) { in threadLoop()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccCard.java115 boolean shouldContinue(IccIoResult intermediateResult); in shouldContinue() method
1203 return intermediateResultHandler.shouldContinue(result); in sendApdu()