Searched refs:waitForState (Results 1 – 7 of 7) sorted by relevance
109 public static void waitForState(String service, State state, long timeoutMillis) in waitForState() method in SystemService
638 mCameraListener.waitForState(STATE_CLOSED, CAMERA_CLOSE_TIMEOUT_MS); in closeDevice()
1769 private boolean waitForState(String state) { in waitForState() method in UsbDeviceManager.UsbHandlerLegacy1906 if (!waitForState(UsbManager.USB_FUNCTION_NONE)) { in trySetEnabledFunctions()1925 if (!waitForState(oemFunctions)) { in trySetEnabledFunctions()
911 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
552 mSessionListener.getStateWaiter().waitForState( in testReprocessAbort()
969 SystemService.waitForState(ADBD, SystemService.State.STOPPED, in handleMessage()972 SystemService.waitForState(ADBD, SystemService.State.RUNNING, in handleMessage()
39762 Landroid/os/SystemService;->waitForState(Ljava/lang/String;Landroid/os/SystemService$State;J)V