Searched refs:mounted (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java96 boolean mounted; field in class:ApplicationsState.AppEntry
127 if (this.label == null || !this.mounted) {
129 this.mounted = false;
132 this.mounted = true;
145 this.mounted = false;
149 } else if (!this.mounted) {
150 // If the app wasn't mounted but is now mounted, reload
153 this.mounted = true;
923 if (entry.icon == null || !entry.mounted) {
[all...]

Completed in 37 milliseconds