OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ILLUSTRATION_PORTABLE
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardReady.java
41
setIllustrationType(
ILLUSTRATION_PORTABLE
);
StorageWizardFormatConfirm.java
42
mFormatPrivate ? ILLUSTRATION_INTERNAL :
ILLUSTRATION_PORTABLE
);
StorageWizardInit.java
87
setIllustrationType(
ILLUSTRATION_PORTABLE
);
StorageWizardBase.java
174
protected static final int
ILLUSTRATION_PORTABLE
= 2;
188
case
ILLUSTRATION_PORTABLE
:
StorageWizardFormatProgress.java
62
mFormatPrivate ? ILLUSTRATION_INTERNAL :
ILLUSTRATION_PORTABLE
);
Completed in 175 milliseconds