Searched refs:timeOutMs (Results 1 – 2 of 2) 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()
2391 int timeOutMs = -1; in checkMobileProvisioning() local2393 timeOutMs = mService.checkMobileProvisioning(suggestedTimeOutMs); in checkMobileProvisioning()2397 return timeOutMs; in checkMobileProvisioning()