Home | History | Annotate | Download | only in applications

Lines Matching refs:mounted

82         boolean mounted;
111 if (this.label == null || !this.mounted) {
113 this.mounted = false;
116 this.mounted = true;
129 this.mounted = false;
133 } else if (!this.mounted) {
134 // If the app wasn't mounted but is now mounted, reload
137 this.mounted = true;
738 if (entry.icon == null || !entry.mounted) {