Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DCamera2SurfaceViewActivity.java57 public boolean waitForSurfaceSizeChanged(int timeOutMs, int expectWidth, int expectHeight) { in waitForSurfaceSizeChanged() argument
58 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()
/frameworks/base/core/java/android/net/
DConnectivityManager.java2391 int timeOutMs = -1; in checkMobileProvisioning() local
2393 timeOutMs = mService.checkMobileProvisioning(suggestedTimeOutMs); in checkMobileProvisioning()
2397 return timeOutMs; in checkMobileProvisioning()