Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DExternalSourcesDetailsTest.java99 when(appBridge.createInstallAppsStateFor(nullable(String.class), anyInt())) in refreshUi_hasApplicationInfo_shouldReturnTrue()
125 when(appBridge.createInstallAppsStateFor(nullable(String.class), anyInt())) in refreshUi_userRestrictionsUnknownSources_disablesSwitchPreference()
164 when(appBridge.createInstallAppsStateFor(nullable(String.class), anyInt())) in refreshUi_userRestrictionsUnknownSourcesGlobally_disablesSwitchPreference()
203 when(appBridge.createInstallAppsStateFor(nullable(String.class), anyInt())) in refreshUi_bothUnknownSourcesUserRestrictions_disableSwitchPreference()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateInstallAppsBridge.java55 app.extraInfo = createInstallAppsStateFor(packageName, uid); in updateExtraInfo()
92 public InstallAppsState createInstallAppsStateFor(String packageName, int uid) { in createInstallAppsStateFor() method in AppStateInstallAppsBridge
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DExternalSourcesDetails.java96 .createInstallAppsStateFor(entry.info.packageName, entry.info.uid); in getPreferenceSummary()
128 mInstallAppsState = mAppBridge.createInstallAppsStateFor(mPackageName, in refreshUi()
DExternalSourceDetailPreferenceController.java67 new AppStateInstallAppsBridge(mContext, null, null).createInstallAppsStateFor( in isPotentialAppSource()