Searched refs:FuseUnavailableMountException (Results 1 – 10 of 10) sorted by relevance
25 import com.android.internal.os.FuseUnavailableMountException;58 throws FuseUnavailableMountException, NativeDaemonConnectorException { in addBridge()72 throw new FuseUnavailableMountException(mountScope.mountId); in addBridge()77 throw new FuseUnavailableMountException(mountScope.mountId); in addBridge()100 throws FuseUnavailableMountException, InterruptedException {105 throw new FuseUnavailableMountException(mountId);110 throw new FuseUnavailableMountException(mountId);116 throw new FuseUnavailableMountException(mountId);
22 public class FuseUnavailableMountException extends Exception { class23 public FuseUnavailableMountException(int mountId) { in FuseUnavailableMountException() method in FuseUnavailableMountException
97 @NonNull Handler handler) throws FuseUnavailableMountException { in registerCallback()107 throw new FuseUnavailableMountException(mMountPointId); in registerCallback()
101 import com.android.internal.os.FuseUnavailableMountException;1986 throw new FuseUnavailableMountException( in openProxyFileDescriptor()1990 } catch (FuseUnavailableMountException exception) { in openProxyFileDescriptor()
144 import com.android.internal.os.FuseUnavailableMountException;3614 } catch (FuseUnavailableMountException e) { in mountProxyFileDescriptorBridge()3646 } catch (FuseUnavailableMountException | InterruptedException error) { in openProxyFileDescriptor()
9051 com.android.internal.os.FuseUnavailableMountException
33293 Lcom/android/internal/os/FuseUnavailableMountException;
9072 com.android.internal.os.FuseUnavailableMountException
42957 Lcom/android/internal/os/FuseUnavailableMountException;
78073 Lcom/android/internal/os/FuseUnavailableMountException;-><init>(I)V