OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageVolumePreference
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreference.java
42
public class
StorageVolumePreference
extends Preference {
50
public
StorageVolumePreference
(Context context, VolumeInfo volume, int color, long totalBytes) {
StorageSettings.java
170
new
StorageVolumePreference
(context, vol, color, sTotalInternalStorage));
182
new
StorageVolumePreference
(context, vol, COLOR_PUBLIC, 0));
261
if (pref instanceof
StorageVolumePreference
) {
Completed in 438 milliseconds