OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MountService
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/services/core/java/com/android/server/
MountServiceIdler.java
70
MountService
ms =
MountService
.sSelf;
MountService.java
145
class
MountService
extends IMountService.Stub
149
static
MountService
sSelf = null;
152
private
MountService
mMountService;
160
mMountService = new
MountService
(getContext());
188
private static final String TAG = "
MountService
";
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h
40
DECLARE_META_INTERFACE(
MountService
);
/frameworks/base/include/storage/
IMountService.h
33
DECLARE_META_INTERFACE(
MountService
);
/frameworks/base/services/tests/servicestests/src/com/android/server/
MountServiceTests.java
30
import static com.android.server.
MountService
.buildObbPath;
/frameworks/base/libs/storage/
IMountService.cpp
556
IMPLEMENT_META_INTERFACE(
MountService
, "IMountService")
Completed in 125 milliseconds