Searched refs:AppStateInstallAppsBridge (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
D | ExternalSourcesDetailsTest.java | 34 import com.android.settings.applications.AppStateInstallAppsBridge; 35 import com.android.settings.applications.AppStateInstallAppsBridge.InstallAppsState; 97 final AppStateInstallAppsBridge appBridge = mock(AppStateInstallAppsBridge.class); in refreshUi_hasApplicationInfo_shouldReturnTrue() 123 final AppStateInstallAppsBridge appBridge = mock(AppStateInstallAppsBridge.class); in refreshUi_userRestrictionsUnknownSources_disablesSwitchPreference() 162 final AppStateInstallAppsBridge appBridge = mock(AppStateInstallAppsBridge.class); in refreshUi_userRestrictionsUnknownSourcesGlobally_disablesSwitchPreference() 201 final AppStateInstallAppsBridge appBridge = mock(AppStateInstallAppsBridge.class); in refreshUi_bothUnknownSourcesUserRestrictions_disableSwitchPreference()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/ |
D | AppStateInstallAppsBridgeTest.java | 32 AppStateInstallAppsBridge.InstallAppsState appState = in testInstallAppsStateCanInstallApps() 33 new AppStateInstallAppsBridge.InstallAppsState(); in testInstallAppsStateCanInstallApps() 48 AppStateInstallAppsBridge.InstallAppsState appState = in testInstallAppsStateIsPotentialAppSource() 49 new AppStateInstallAppsBridge.InstallAppsState(); in testInstallAppsStateIsPotentialAppSource()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | ExternalSourcesDetails.java | 35 import com.android.settings.applications.AppStateInstallAppsBridge; 36 import com.android.settings.applications.AppStateInstallAppsBridge.InstallAppsState; 45 private AppStateInstallAppsBridge mAppBridge; 56 mAppBridge = new AppStateInstallAppsBridge(context, mState, null); in onCreate() 95 final InstallAppsState appsState = new AppStateInstallAppsBridge(context, null, null) in getPreferenceSummary()
|
D | ExternalSourceDetailPreferenceController.java | 27 import com.android.settings.applications.AppStateInstallAppsBridge; 66 AppStateInstallAppsBridge.InstallAppsState appState = in isPotentialAppSource() 67 new AppStateInstallAppsBridge(mContext, null, null).createInstallAppsStateFor( in isPotentialAppSource()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateInstallAppsBridge.java | 39 public class AppStateInstallAppsBridge extends AppStateBaseBridge { class 41 private static final String TAG = AppStateInstallAppsBridge.class.getSimpleName(); 46 public AppStateInstallAppsBridge(Context context, ApplicationsState appState, in AppStateInstallAppsBridge() method in AppStateInstallAppsBridge
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | AppFilterRegistry.java | 23 import com.android.settings.applications.AppStateInstallAppsBridge; 175 AppStateInstallAppsBridge.FILTER_APP_SOURCES, in AppFilterRegistry()
|
D | ManageApplications.java | 97 import com.android.settings.applications.AppStateInstallAppsBridge; 1056 mExtraInfoBridge = new AppStateInstallAppsBridge(mContext, mState, this); in ApplicationsAdapter()
|