Searched refs:FuseUnavailableMountException (Results 1 – 10 of 10) sorted by relevance
25 import com.android.internal.os.FuseUnavailableMountException;58 throws FuseUnavailableMountException, AppFuseMountException { 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()
94 import com.android.internal.os.FuseUnavailableMountException;1941 throw new FuseUnavailableMountException( in openProxyFileDescriptor()1945 } catch (FuseUnavailableMountException exception) { in openProxyFileDescriptor()
144 import com.android.internal.os.FuseUnavailableMountException;3565 } catch (FuseUnavailableMountException e) { in mountProxyFileDescriptorBridge()3597 } catch (FuseUnavailableMountException | InterruptedException error) { in openProxyFileDescriptor()
10975 com.android.internal.os.FuseUnavailableMountException
33781 Lcom/android/internal/os/FuseUnavailableMountException;
11006 com.android.internal.os.FuseUnavailableMountException
43915 Lcom/android/internal/os/FuseUnavailableMountException;
74750 Lcom/android/internal/os/FuseUnavailableMountException;-><init>(I)V