Home
last modified time | relevance | path

Searched refs:DEFAULT_CONTAINER_COMPONENT (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DStorageMeasurement.java69 public static final ComponentName DEFAULT_CONTAINER_COMPONENT = new ComponentName( field in StorageMeasurement
347 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); in handleMessage()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageMeasurement.java69 public static final ComponentName DEFAULT_CONTAINER_COMPONENT = new ComponentName( field in StorageMeasurement
340 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); in handleMessage()
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java880 StorageMeasurement.DEFAULT_CONTAINER_COMPONENT); in onCreate()