Home
last modified time | relevance | path

Searched refs:waitForResult (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccPhoneBookInterfaceManager.java190 waitForResult(status); in updateAdnRecordsInEfBySearch()
238 waitForResult(status); in updateAdnRecordsInEfByIndex()
268 waitForResult(status); in getAdnRecordsSize()
303 waitForResult(status); in getAdnRecordsInEf()
322 protected void waitForResult(AtomicBoolean status) { in waitForResult() method in IccPhoneBookInterfaceManager
/frameworks/base/core/tests/coretests/src/android/app/activity/
DActivityTestsBase.java148 int res = waitForResult(timeoutMs, expected); in waitForResultOrThrow()
163 public int waitForResult(int timeoutMs, String expected) { in waitForResult() method in ActivityTestsBase
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java5194 public int waitForResult() { in waitForResult() method in BackupManagerService.RestoreEngine
8637 mEngineThread.waitForResult(); in run()
8725 public int waitForResult() { in waitForResult() method in BackupManagerService.PerformUnifiedRestoreTask.EngineThread
8726 return mEngine.waitForResult(); in waitForResult()