Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/aosp12/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java164 ResponseCache installed = ResponseCache.getDefault(); in getInstalled() local
165 if (installed instanceof HttpResponseCache) { in getInstalled()
166 return (HttpResponseCache) installed; in getInstalled()
183 ResponseCache installed = ResponseCache.getDefault(); in install() local
184 if (installed instanceof HttpResponseCache) { in install()
185 HttpResponseCache installedResponseCache = (HttpResponseCache) installed; in install()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_module_api.h68 DrmHalVTSVendorModule() : installed(true) {} in DrmHalVTSVendorModule()
96 void setInstalled(bool flag) {installed = flag;} in setInstalled()
97 bool isInstalled() const {return installed;} in isInstalled()
100 bool installed;
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/
H A Ddrm_hal_vendor_module_api.h68 DrmHalVTSVendorModule() : installed(true) {} in DrmHalVTSVendorModule()
96 void setInstalled(bool flag) {installed = flag;} in setInstalled()
97 bool isInstalled() const {return installed;} in isInstalled()
100 bool installed;
/aosp12/hardware/google/pixel/vibrator/drv2624/apex/
H A DAndroid.bp28 // BEGIN of companion files to be installed if this module is installed
29 // init script, which is installed in /vendor/etc.
36 // vintf manifest fragments, which is installed in /vendor/etc/vintf.
/aosp12/frameworks/base/tools/bit/
H A Dmake.cpp242 get_values(value, "installed", &module.installed); in read_modules()
257 for (ssize_t i = module.installed.size() - 1; i >= 0; i--) { in read_modules()
258 string fn = module.installed[i]; in read_modules()
260 module.installed.erase(module.installed.begin() + i); in read_modules()
263 if (module.installed.size() == 0) { in read_modules()
H A Dmain.cpp115 bool installed; member
130 installed(that.installed) in InstallApk()
137 installed(false) in InstallApk()
725 for (size_t j=0; j<target->module.installed.size(); j++) { in run_phases()
726 const string& file = target->module.installed[j]; in run_phases()
883 apk.installed = true; in run_phases()
908 for (size_t j=0; j<target->module.installed.size(); j++) { in run_phases()
909 string filename = target->module.installed[j]; in run_phases()
970 string filename = target->module.installed[j]; in run_phases()
1106 if (apk.installed) { in run_phases()
[all …]
/aosp12/build/make/tools/
H A Dmk2bp_catalog.py209 self.installed = dict()
213 for (module, module_type, problem, dependencies, makefiles, installed) in reader:
226 for f in installed.strip().split(' '):
227 self.installed[f] = module
378 for installed, module in self.soong.installed.items():
379 partition = get_partition_from_installed(HOST_OUT_ROOT, PRODUCT_OUT, installed)
757 modules = [module for installed, module in self.soong.installed.items()]
1010 installed)
1011 for installed
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java320 modifyUserState(userId).installed = inst; in setInstalled()
325 return readUserState(userId).installed; in getInstalled()
379 if (readUserState(user).installed) { in isAnyInstalled()
386 int[] queryInstalledUsers(int[] users, boolean installed) { in queryInstalledUsers() argument
389 if (getInstalled(user) == installed) { in queryInstalledUsers()
396 if (getInstalled(user) == installed) { in queryInstalledUsers()
535 state.installed = installed; in setUserState()
555 setUserState(userId, otherState.ceDataInode, otherState.enabled, otherState.installed, in setUserState()
677 if (!mUserState.valueAt(i).installed) { in getNotInstalledUserIds()
685 if (!mUserState.valueAt(i).installed) { in getNotInstalledUserIds()
[all …]
/aosp12/system/gsid/
H A Dgsi_tool.cpp506 bool installed; in WipeData() local
507 status = gsid->isGsiInstalled(&installed); in WipeData()
512 if (!installed) { in WipeData()
539 bool installed; in Status() local
540 status = gsid->isGsiInstalled(&installed); in Status()
544 } else if (installed) { in Status()
552 } else if (running || installed) { in Status()
638 bool installed = false; in Enable() local
639 gsid->isGsiInstalled(&installed); in Enable()
640 if (!installed) { in Enable()
/aosp12/system/apex/docs/
H A Dhowto.md74 #### File types and places where they are installed in apex
148 installed.
154 installed.
157 binary is installed.
159 installed.
162 binary is installed.
165 installed, use
185 native_shared_libs: ["libFoo"], // installed for 32 and 64
186 binaries: ["exec1"], // installed for 64, but not for 32
194 binaries: ["exec3"], // installed for 32 and 64
[all …]
H A DREADME.md303 corresponding ABI are installed.
309 installed.
312 binary is installed.
314 installed.
317 binary is installed.
340 native_shared_libs: ["libFoo"], // installed for 32 and 64
341 binaries: ["exec1"], // installed for 64, but not for 32
349 binaries: ["exec3"], // installed for 32 and 64
540 APEX is installed, its pre-installed version is not used anymore, and space that
553 version of an apex is installed on `/data partition`.
[all …]
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageUserState.java69 public boolean installed; field in PackageUserState
99 installed = true; in PackageUserState()
110 installed = o.installed; in PackageUserState()
257 || (this.installed in isAvailable()
409 if (installed != oldState.installed) { in equals()
498 hashCode = 31 * hashCode + Boolean.hashCode(installed); in hashCode()
/aosp12/frameworks/av/apex/
H A DAndroid.bp70 // IMPORTANT: For the APEX to be installed on Android 10 (API 29),
74 // so that the package can be installed.
78 // Indicates that pre-installed version of this apex can be compressed.
175 // IMPORTANT: For the APEX to be installed on Android 10 (API 29),
179 // so that the package can be installed.
183 // Indicates that pre-installed version of this apex can be compressed.
/aosp12/packages/modules/DnsResolver/apex/
H A DAndroid.bp40 // Indicates that pre-installed version of this apex can be compressed.
44 // IMPORTANT: For the APEX to be installed on Android 10,
48 // so that the package can be installed.
/aosp12/hardware/interfaces/health/2.1/default/
H A DAndroid.bp47 // Passhtrough implementations of the health@2.1 HAL must be installed in
49 // Passhtrough implementations of the health@2.1 HAL must be installed in
67 // installed.
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DPackageSettingBuilder.java148 public PackageSettingBuilder setInstallState(int userId, boolean installed) { in setInstallState() argument
152 mUserStates.get(userId).installed = installed; in setInstallState()
/aosp12/bionic/libfdtrack/
H A Dfdtrack.cpp69 static bool installed = false; variable
94 installed = android_fdtrack_compare_exchange_hook(&expected, &fd_hook); in ctor()
101 if (installed) { in dtor()
187 if (!installed) { in fdtrack_dump_impl()
/aosp12/build/make/core/tasks/
H A Dplatform_availability_check.mk38 Following modules are requested to be installed. But are not available \
50 $(call echo-error,$(2),Module is requested to be installed but is not \
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenAccessSettings.java110 final List<ApplicationInfo> installed = mPkgMan.getInstalledApplications(0); in reloadList() local
111 if (installed != null) { in reloadList()
112 for (ApplicationInfo app : installed) { in reloadList()
/aosp12/hardware/interfaces/audio/common/all-versions/default/service/
H A DAndroid.bp16 // Prefer 32 bit as the binary must always be installed at the same
19 // not installed in the same build.
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDynamicSystemService.java174 boolean installed = SystemProperties.getBoolean("gsid.image_installed", false); in isInstalled()
175 Slog.i(TAG, "isInstalled(): " + installed); in isInstalled()
176 return installed; in isInstalled()
/aosp12/build/make/core/
H A Ddex_preopt.mk43 HOST_BOOT_IMAGE := $(call module-installed-files,$(HOST_BOOT_IMAGE_MODULE))
50 2ND_HOST_BOOT_IMAGE := $(call module-installed-files,$(2ND_HOST_BOOT_IMAGE_MODULE))
H A Dmain.mk593 $(call module-installed-files,$(known_custom_modules)) \
778 $(eval r := $(call module-installed-files,$(r))) \
794 $(eval r := $(call module-installed-files,$(r))) \
810 $(eval r := $(call module-installed-files,$(r))) \
897 $(eval r := $(filter $($(root))/%,$(call module-installed-files,\
1232 define product-installed-files
1255 define host-installed-files
1265 $(filter $(HOST_OUT)/%,$(call module-installed-files, $(_hif_modules))) \
1266 $(filter $(HOST_CROSS_OUT)/%,$(call module-installed-files, $(_hcif_modules)))
1334 product_host_FILES := $(call host-installed-files,$(INTERNAL_PRODUCT))
[all …]
H A Dartifact_path_requirements.mk10 static_allowed_patterns += $(call product-installed-files,)
32 $(eval files := $(call product-installed-files, $(makefile))) \
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/
H A DREADME.md7 APEX update to the previous version installed on the device, and reverting any
23 FooV2.apk is installed:
29 For a limited time defaulting to 14 days after FooV2.apk is installed, a
39 * The backed up copy of FooV1.apk is installed as a downgrade install.
41 data taken when FooV2.apk was first installed.
67 If a native service crashes repeatedly after an update is installed, rollback
271 exceeded, the update will be installed without rollback enabled.
284 * You cannot enable rollback for the first version of an application installed
285 on the device. Only updates to a package previously installed on the device can

12345678910>>...12