Searched refs:unmountSecureContainer (Results 1 – 7 of 7) sorted by relevance
56 unmountSecureContainer(const String16& id, const bool force) = 0;
116 int unmountSecureContainer(in String id, boolean force) = 14; in unmountSecureContainer() method
182 public int unmountSecureContainer(String id, boolean force) throws RemoteException { in unmountSecureContainer() method in MockStorageManager
110 return sm.unmountSecureContainer(fullId, force); in unmountContainer()
319 int32_t unmountSecureContainer(const String16& id, const bool force) in unmountSecureContainer() function in android::BpMountService
155 int rc = getStorageManager().unmountSecureContainer(cid, true); in unMountSdDir()
2355 public int unmountSecureContainer(String id, boolean force) { in unmountSecureContainer() method in StorageManagerService