Home
last modified time | relevance | path

Searched refs:mInstallAppsState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DExternalSourcesDetails.java49 private InstallAppsState mInstallAppsState; field in ExternalSourcesDetails
69 if (mInstallAppsState != null && checked != mInstallAppsState.canInstallApps()) { in onPreferenceChange()
128 mInstallAppsState = mAppBridge.createInstallAppsStateFor(mPackageName, in refreshUi()
130 if (!mInstallAppsState.isPotentialAppSource()) { in refreshUi()
135 mSwitchPref.setChecked(mInstallAppsState.canInstallApps()); in refreshUi()