Home
last modified time | relevance | path

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

123

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DAppInfo.java54 @NonNull boolean installed) { in AppInfo()
55 this.mInstalled = installed; in AppInfo()
120 boolean installed = (flg & 0x1) != 0; in AppInfo()
122 this.mInstalled = installed; in AppInfo()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenAccessSettings.java109 final List<ApplicationInfo> installed = mPkgMan.getInstalledApplications(0); in reloadList() local
110 if (installed != null) { in reloadList()
111 for (ApplicationInfo app : installed) { in reloadList()
/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppBatteryPreference.kt42 import com.android.settingslib.spaprivileged.model.app.installed in <lambda>()
76 if (!app.installed) return in Updater()
96 if (app.installed) { in <lambda>()
DAppNotificationPreference.kt35 import com.android.settingslib.spaprivileged.model.app.installed
56 override val enabled = { app.installed } in AppNotificationPreference()
/packages/modules/AdServices/adservices/tests/cts/endtoends/topics/appupdate/
DAndroid.bp44 // Sample App will be installed and uninstalled in the test.
80 // Sample App will be installed and uninstalled in the test.
/packages/modules/AdServices/adservices/tests/cts/endtoends/customaudience/
DAndroid.bp47 // Sample apps will be installed and uninstalled in the test.
88 // Sample apps will be installed and uninstalled in the test.
/packages/modules/NetworkStack/
DTEST_MAPPING3 // These are unit tests only, so they don't actually require any modules to be installed.
43 // These are unit tests only, so they don't actually require any modules to be installed.
/packages/modules/DnsResolver/apex/
DAndroid.bp39 // Indicates that pre-installed version of this apex can be compressed.
46 // so that the package can be installed.
/packages/modules/common/sdk/
DModuleDefaults.bp249 // Indicates that pre-installed version of this apex can be compressed.
262 // Indicates that pre-installed version of this apex can be compressed.
272 // Indicates that pre-installed version of this apex can be compressed.
282 // Indicates that pre-installed version of this apex can be compressed.
/packages/apps/Settings/src/com/android/settings/spa/app/specialaccess/
DPictureInPicture.kt33 import com.android.settingslib.spaprivileged.model.app.installed in <lambda>()
74 isSupport = app.installed && in transformItem()
/packages/apps/Settings/src/com/android/settings/
DAppWidgetLoader.java179 List<AppWidgetProviderInfo> installed = in putInstalledAppWidgets() local
181 putAppWidgetItems(installed, null, items, categoryFilter, false); in putInstalledAppWidgets()
/packages/modules/Connectivity/tests/cts/tethering/
DAndroid.bp54 // Tethering CTS tests that target the latest released SDK. These tests can be installed on release
84 // finalization, these tests have a min_sdk_version of 10000, but they can still be installed on
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/data/
DUserData.kt41 val installed: Boolean constant in com.android.ondevicepersonalization.services.policyengine.data.AppInfo
/packages/services/Car/tests/SampleCustomInputService/
Dreadme.md35 *Note*: Make sure SampleCustomInputService is installed and started. Especially if you've just
52 *Note*: For this command to run, ensure that Google Maps app is installed first.
/packages/providers/MediaProvider/apex/testing/
DAndroid.bp13 // Test APEX, should never be installed
/packages/apps/Settings/src/com/android/settings/spa/app/
DAllAppList.kt40 import com.android.settingslib.spaprivileged.model.app.installed
141 !record.app.installed && !record.app.isArchived -> { in getSummary()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DLoaderTaskTest.kt203 … fun `When launcher_broadcast_installed_apps and is restore then send installed item broadcast`() { in When launcher_broadcast_installed_apps and is restore then send installed item broadcast()
271 fun `When not a restore then installed item broadcast not sent`() { in When not a restore then installed item broadcast not sent()
304 fun `When launcher_broadcast_installed_apps false then installed item broadcast not sent`() { in When launcher_broadcast_installed_apps false then installed item broadcast not sent()
/packages/apps/Settings/src/com/android/settings/spa/app/battery/
DBatteryOptimizationModeAppListPageProvider.kt47 import com.android.settingslib.spaprivileged.model.app.installed
128 !app.installed && !app.isArchived -> { in <lambda>()
/packages/modules/Connectivity/tests/cts/net/
DAndroid.bp77 // finalization, these tests have a min_sdk_version of 10000, but they can still be installed on
114 // Networking CTS tests that target the latest released SDK. These tests can be installed on release
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DVoicemailContentProvider.java549 final boolean installed = PackageUtils.isPackageInstalled(getContext(), pkg); in removeStalePackages()
551 Log.v(TAG, " " + pkg + (installed ? " installed" : " removed")); in removeStalePackages()
553 if (!installed) { in removeStalePackages()
/packages/modules/Virtualization/demo/
DREADME.md16 (-t allows it to be installed even though it is marked as a test app, -g grants
/packages/apps/CellBroadcastReceiver/apex/
DAndroid.bp17 // Indicates that pre-installed version of this apex can be compressed.
/packages/modules/Bluetooth/system/stack/mmc/dbus_service/
Dorg.chromium.mmc.CodecManager.service16 # Will be installed into /usr/share/dbus-1/system-services/.
/packages/modules/Permission/testing/
DAndroid.bp28 // Test APEX, should never be installed
/packages/modules/IPsec/apex/testing/
DAndroid.bp28 // Test APEX, should never be installed

123