OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MountService
(Results
1 - 7
of
7
) sorted by null
/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/services/java/com/android/server/
SystemServer.java
135
MountService
mountService
= null;
407
* NotificationManagerService is dependant on
MountService
,
408
* (for media / usb notifications) so we must start
MountService
first.
411
mountService
= new
MountService
(context);
412
ServiceManager.addService("mount",
mountService
);
546
*
MountService
has a few dependencies: Notification Manager and
547
* AppWidget Provider. Make sure
MountService
is completely started
550
if (
mountService
!= null && !onlyCore)
[
all
...]
MountService.java
101
*
MountService
implements back-end services for platform storage
104
* to access the
MountService
.
106
class
MountService
extends IMountService.Stub
119
private static final String TAG = "
MountService
";
515
+ " still waiting for
MountService
ready...");
518
Slog.w(TAG, "Interrupt while waiting for
MountService
to be ready.");
715
new Thread("
MountService
#onDaemonConnected") {
833
new Thread("
MountService
#VolumeDiskInserted") {
[
all
...]
BackupManagerService.java
[
all
...]
/frameworks/base/libs/storage/
IMountService.cpp
547
IMPLEMENT_META_INTERFACE(
MountService
, "IMountService");
Completed in 4578 milliseconds