HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_CONTAINER_COMPONENT (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 69 public static final ComponentName DEFAULT_CONTAINER_COMPONENT = new ComponentName(
340 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT);
  /frameworks/base/services/java/com/android/server/
MountService.java 321 static final ComponentName DEFAULT_CONTAINER_COMPONENT = new ComponentName(
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 252 static final ComponentName DEFAULT_CONTAINER_COMPONENT = new ComponentName(
575 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT);
    [all...]

Completed in 365 milliseconds