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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1046 if (entry.icon == null || !entry.mounted) {
1340 public boolean mounted; field in class:ApplicationsState.AppEntry
1391 if (this.label == null || !this.mounted) {
1393 this.mounted = false;
1396 this.mounted = true;
1409 this.mounted = false;
1412 } else if (!this.mounted) {
1413 // If the app wasn't mounted but is now mounted, reload
1416 this.mounted
[all...]

Completed in 12 milliseconds