OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMountService
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/com/android/internal/content/
PackageHelper.java
77
public static IMountService
getMountService
() throws RemoteException {
92
IMountService mountService =
getMountService
();
117
IMountService mountService =
getMountService
();
135
int rc =
getMountService
().mountSecureContainer(cid, key, ownerUid, readOnly);
140
return
getMountService
().getSecureContainerPath(cid);
149
int rc =
getMountService
().unmountSecureContainer(cid, true);
163
int rc =
getMountService
().renameSecureContainer(oldId, newId);
179
return
getMountService
().getSecureContainerPath(cid);
189
return
getMountService
().getSecureContainerFilesystemPath(cid);
199
int rc =
getMountService
().finalizeSecureContainer(cid)
[
all
...]
/packages/apps/Settings/src/com/android/settings/
CryptKeeper.java
185
final IMountService service =
getMountService
();
256
final IMountService service =
getMountService
();
292
final IMountService service =
getMountService
();
486
final IMountService service =
getMountService
();
[
all
...]
/frameworks/base/services/core/java/com/android/server/
LockSettingsService.java
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
UserController.java
734
private IMountService
getMountService
() {
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 367 milliseconds