HomeSort by relevance Sort by last modified time
    Searched refs:NativeDaemonConnectorException (Results 1 - 8 of 8) 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) {
NativeDaemonTimeoutException.java 23 public class NativeDaemonTimeoutException extends NativeDaemonConnectorException {
NetworkManagementService.java 635 } catch (NativeDaemonConnectorException e) {
647 } catch (NativeDaemonConnectorException e) {
    [all...]
NativeDaemonConnector.java 385 * @throws NativeDaemonConnectorException when problem communicating with
390 public NativeDaemonEvent execute(Command cmd) throws NativeDaemonConnectorException {
399 * @throws NativeDaemonConnectorException when problem communicating with
405 throws NativeDaemonConnectorException {
410 throws NativeDaemonConnectorException {
413 throw new NativeDaemonConnectorException(
424 * @throws NativeDaemonConnectorException when problem communicating with
429 public NativeDaemonEvent[] executeForList(Command cmd) throws NativeDaemonConnectorException {
439 * @throws NativeDaemonConnectorException when problem communicating with
445 throws NativeDaemonConnectorException {
    [all...]
NsdService.java 699 } catch (NativeDaemonConnectorException e) {
    [all...]
StorageManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
AppFuseBridge.java 26 import com.android.server.NativeDaemonConnectorException;
59 throws FuseUnavailableMountException, NativeDaemonConnectorException {
161 public abstract ParcelFileDescriptor open() throws NativeDaemonConnectorException;
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 134 milliseconds