Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DExternalSourcesDetails.java52 private InstallAppsState mInstallAppsState; field in ExternalSourcesDetails
73 if (mInstallAppsState != null && checked != mInstallAppsState.canInstallApps()) { in onPreferenceChange()
143 mInstallAppsState = mAppBridge.createInstallAppsStateFor(mPackageName, in refreshUi()
145 if (!mInstallAppsState.isPotentialAppSource()) { in refreshUi()
150 mSwitchPref.setChecked(mInstallAppsState.canInstallApps()); in refreshUi()