OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMountService
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
42
// Access using
getMountService
()
123
IMountService mountService =
getMountService
();
150
IMountService mountService =
getMountService
();
164
final IMountService mountService =
getMountService
();
233
IMountService
getMountService
() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java
204
private IMountService
getMountService
() {
285
IMountService ims =
getMountService
();
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
61
public static IMountService
getMountService
() throws RemoteException {
75
IMountService mountService =
getMountService
();
98
int rc =
getMountService
().mountSecureContainer(cid, key, ownerUid);
103
return
getMountService
().getSecureContainerPath(cid);
112
int rc =
getMountService
().unmountSecureContainer(cid, true);
126
int rc =
getMountService
().renameSecureContainer(oldId, newId);
142
return
getMountService
().getSecureContainerPath(cid);
152
return
getMountService
().getSecureContainerFilesystemPath(cid);
162
int rc =
getMountService
().finalizeSecureContainer(cid);
178
int rc =
getMountService
().destroySecureContainer(cid, true)
[
all
...]
/packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java
75
// Access using
getMountService
()
198
private synchronized IMountService
getMountService
() {
289
IMountService mountService =
getMountService
();
307
IMountService mountService =
getMountService
();
343
IMountService mountService =
getMountService
();
/packages/apps/Settings/src/com/android/settings/
CryptKeeper.java
147
final IMountService service =
getMountService
();
184
final IMountService service =
getMountService
();
589
private IMountService
getMountService
() {
Completed in 442 milliseconds