OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSecureContainerMounted
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/include/storage/
IMountService.h
57
virtual bool
isSecureContainerMounted
(const String16& id) = 0;
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
203
return getMountService().
isSecureContainerMounted
(cid);
/frameworks/base/core/java/android/os/storage/
IMountService.java
369
public boolean
isSecureContainerMounted
(String id) throws RemoteException {
[
all
...]
/frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java
126
return ms.
isSecureContainerMounted
(fullId);
/frameworks/base/libs/storage/
IMountService.cpp
328
bool
isSecureContainerMounted
(const String16& id)
334
ALOGD("
isSecureContainerMounted
couldn't call remote");
339
ALOGD("
isSecureContainerMounted
caught exception %d\n", err);
/frameworks/base/services/java/com/android/server/
MountService.java
[
all
...]
Completed in 88 milliseconds