OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcontainerservice
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java
191
private IMediaContainerService
mContainerService
;
235
mContainerService
= containerService;
333
if (
mContainerService
!= null) {
335
final long[] stats =
mContainerService
.getFileSystemStats(
353
if (
mContainerService
!= null) {
355
final long[] stats =
mContainerService
.getFileSystemStats(
[
all
...]
/frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java
493
private IMediaContainerService
mContainerService
= null;
573
mContainerService
= null;
626
mContainerService
= (IMediaContainerService) msg.obj;
628
if (
mContainerService
== null) {
[
all
...]
/frameworks/base/services/java/com/android/server/
MountService.java
335
private IMediaContainerService
mContainerService
= null;
[
all
...]
Completed in 2525 milliseconds