Searched refs:timeOutMs (Results 1 – 4 of 4) sorted by relevance
57 public boolean waitForSurfaceSizeChanged(int timeOutMs, int expectWidth, int expectHeight) { in waitForSurfaceSizeChanged() argument58 if (timeOutMs <= 0 || expectWidth <= 0 || expectHeight <= 0) { in waitForSurfaceSizeChanged()63 timeOutMs, expectWidth, expectHeight)); in waitForSurfaceSizeChanged()72 int waitTimeMs = timeOutMs; in waitForSurfaceSizeChanged()78 Log.e(TAG, "Wait for surface change timed out after " + timeOutMs + " ms"); in waitForSurfaceSizeChanged()
57 public boolean waitForExpectedVolumeGroupChanged(long timeOutMs) { in waitForExpectedVolumeGroupChanged() argument
3134 int timeOutMs = -1; in checkMobileProvisioning() local3136 timeOutMs = mService.checkMobileProvisioning(suggestedTimeOutMs); in checkMobileProvisioning()3140 return timeOutMs; in checkMobileProvisioning()
3023 public void waitForResult(long timeOutMs) { in waitForResult() argument3030 mLock.safeWait(timeOutMs); in waitForResult()