HomeSort by relevance Sort by last modified time
    Searched refs:NativeDaemonConnectorException (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnectorException.java 25 public class NativeDaemonConnectorException extends Exception {
29 public NativeDaemonConnectorException(String detailMessage) {
33 public NativeDaemonConnectorException(String detailMessage, Throwable throwable) {
37 public NativeDaemonConnectorException(String cmd, NativeDaemonEvent event) {
NetworkManagementService.java 482 } catch (NativeDaemonConnectorException e) {
    [all...]
NativeDaemonConnector.java 304 * @throws NativeDaemonConnectorException when problem communicating with
309 public NativeDaemonEvent execute(Command cmd) throws NativeDaemonConnectorException {
318 * @throws NativeDaemonConnectorException when problem communicating with
324 throws NativeDaemonConnectorException {
327 throw new NativeDaemonConnectorException(
338 * @throws NativeDaemonConnectorException when problem communicating with
343 public NativeDaemonEvent[] executeForList(Command cmd) throws NativeDaemonConnectorException {
353 * @throws NativeDaemonConnectorException when problem communicating with
359 throws NativeDaemonConnectorException {
370 * @throws NativeDaemonConnectorException when problem communicating wit
    [all...]
MountService.java 544 } catch (NativeDaemonConnectorException ndce) {
710 } catch (NativeDaemonConnectorException e) {
    [all...]
NsdService.java 690 } catch(NativeDaemonConnectorException e) {
701 } catch(NativeDaemonConnectorException e) {
728 } catch(NativeDaemonConnectorException e) {
739 } catch(NativeDaemonConnectorException e)
    [all...]

Completed in 243 milliseconds