Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/packages/apps/Settings/src/com/android/settings/development/compat/
DPlatformCompatDashboard.java131 for (CompatibilityChangeInfo change : mChanges) { in addPreferences()
132 if (change.getEnableSinceTargetSdk() > 0) { in addPreferences()
134 if (!targetSdkChanges.containsKey(change.getEnableSinceTargetSdk())) { in addPreferences()
136 targetSdkChanges.put(change.getEnableSinceTargetSdk(), sdkChanges); in addPreferences()
138 sdkChanges = targetSdkChanges.get(change.getEnableSinceTargetSdk()); in addPreferences()
140 sdkChanges.add(change); in addPreferences()
141 } else if (change.getDisabled()) { in addPreferences()
142 disabledChanges.add(change); in addPreferences()
144 enabledChanges.add(change); in addPreferences()
172 Preference createPreferenceForChange(Context context, CompatibilityChangeInfo change, in createPreferenceForChange() argument
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt630 for (change in transitionInfo.changes) { in <lambda>() variable
631 val taskInfo: RunningTaskInfo = change.taskInfo ?: continue in <lambda>()
633 TransitionUtil.isOpeningType(change.mode) && in <lambda>()
707 for (change in transitionInfo.changes) { in <lambda>() variable
708 val taskInfo: RunningTaskInfo = change.taskInfo ?: continue in <lambda>()
715 (change.mode == TRANSIT_OPEN || change.mode == TRANSIT_TO_FRONT) in <lambda>()
719 (dp.isLeftRightSplit && change.endAbsBounds.left == 0) || in <lambda>()
720 (!dp.isLeftRightSplit && change.endAbsBounds.top == 0) in <lambda>()
723 rootCandidate = change in <lambda>()
806 for (change in transitionInfo.changes) { in <lambda>() variable
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java313 int change = 0; in handleInfoChange() local
315 change |= CHANGE_ACTIVE_SCREEN; in handleInfoChange()
318 change |= CHANGE_ROTATION; in handleInfoChange()
321 change |= CHANGE_DENSITY; in handleInfoChange()
324 change |= CHANGE_NAVIGATION_MODE; in handleInfoChange()
328 change |= CHANGE_SUPPORTED_BOUNDS; in handleInfoChange()
335 change |= CHANGE_TASKBAR_PINNING; in handleInfoChange()
338 change |= CHANGE_DESKTOP_MODE; in handleInfoChange()
342 Log.d(TAG, "handleInfoChange - change: " + getChangeFlagsString(change)); in handleInfoChange()
345 if (change != 0) { in handleInfoChange()
[all …]
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/java/task/
DSymlinkSourcesTask.kt50 inputChanges.getFileChanges(files).forEach { change -> in <lambda>() method
51 val file = change.file in <lambda>()
58 } else if (change.changeType == ChangeType.REMOVED) { in <lambda>()
61 …} else if (change.fileType == FileType.FILE && change.changeType == ChangeType.ADDED && !symbolicL… in <lambda>()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DStructIfinfoMsg.java50 public final long change; field in StructIfinfoMsg
52 public StructIfinfoMsg(short family, int type, int index, long flags, long change) { in StructIfinfoMsg() argument
57 this.change = change; in StructIfinfoMsg()
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/java/
DSymbolicLinksTask.kt41 inputChanges.getFileChanges(inputDirectories).forEach { change -> in <lambda>() method
42 var file = change.file in <lambda>()
43 if (change.fileType == FileType.DIRECTORY) { in <lambda>()
48 if (change.changeType == ChangeType.ADDED && !symbolicLinkPath.toFile().exists()) { in <lambda>()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DPermissionChangeStorageImpl.kt102 for (change in events) { in serialize() constant
104 out.attribute(ns, ATTR_PACKAGE_NAME, change.packageName) in serialize()
105 val date = format.format(Date(change.eventTime)) in serialize()
147 var change: PermissionChange? = null in readPermissionChange() variable
160 change = PermissionChange(packageName, changeTime) in readPermissionChange()
171 return change in readPermissionChange()
/packages/apps/Settings/
DAndroid.bp6 // Added automatically by a large-scale-change
40 name: "Settings-change-ids",
92 "Settings-change-ids",
132 src: ":Settings-change-ids",
/packages/modules/Uwb/docs/
DFiRa_CRs_Android.csv76 CR422,NA,CR specifies interpretation of existing field; no Android stack change required
145 CR1016,NA,CR specifies UWBS behavior; no Android stack change required
150 CR1026,NA,CR specifies UWBS behavior; no Android stack change required
151 CR1027,NA,CR specifies UWBS behavior; no Android stack change required
163 … the DL-TDoA Ranging Measurement field values in case of an error; no Android stack change required
172 CR1076,YES,Status code is already pass-thru; no Android stack change required
184 CR1102,NA,CR specifies UWBS error handling; no Android stack change required
/packages/modules/StatsD/tests/src/android/cts/statsd/uidmap/
DUidMapTests.java96 for (UidMapping.Change change : uidmap.getChangesList()) { in hasMatchingChange()
97 if (change.getAppHash() == DEVICE_SIDE_TEST_PKG_HASH && change.getUid() == uid) { in hasMatchingChange()
98 if (change.getDeletion() == expectDeletion) { in hasMatchingChange()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc67 auto change = change_opt.value(); in parse_encryption_change() local
69 ErrorCode status = change.GetStatus(); in parse_encryption_change()
70 uint16_t handle = change.GetConnectionHandle(); in parse_encryption_change()
71 EncryptionEnabled encr_enable = change.GetEncryptionEnabled(); in parse_encryption_change()
77 static_cast<uint32_t>(change.GetEventCode()), in parse_encryption_change()
/packages/modules/AdServices/adservices/linter/documentation/
DRoomDatabaseMigrationDetector.md32 You MUST bump up the db version when you make any change to a DB already cutted into an M-train!
100 ### Extracting json schema and validate schema change is legit
119 Ensure no change is made to an existing json file in M-train build.
122 If we try to cherry-pick a database change into a release, we should bump up the version as well so…
140 #### Option 2: Bump up version every time we change the db.
144 Can be done for each change.
/packages/services/Car/tests/CarFrameworkPackageStubsTest/
DREADME.md6 1. A change in Car FrameworkPackageStubs
7 2. A change on how a device handling [Common intents], such as: adding
/packages/modules/Bluetooth/android/app/
DAndroid.bp7 // Added automatically by a large-scale-change that took the approach of
28 // large-scale-change unable to identify any license_text files
199 …/* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each cl…
269 "bluetooth.change-ids",
344 name: "bluetooth.change-ids",
360 src: ":bluetooth.change-ids",
/packages/modules/Bluetooth/service/change-ids/
DAndroid.bp20 name: "service-bluetooth.change-ids",
31 src: ":service-bluetooth.change-ids",
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/groovy/
DFilterCopyTask.groovy32 inputChanges.getFileChanges(inputDir).each { change ->
33 File changedFile = change.file
DFilterResourcesTask.groovy31 inputChanges.getFileChanges(inputDir).each { change ->
33 File changedFile = change.file;
/packages/modules/Bluetooth/system/types/
DAndroid.bp4 // A large-scale-change added 'default_applicable_licenses' to import
37 …/* we export all classes, so change default visibility, instead of having EXPORT_SYMBOL on each cl…
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DTimeClustering.java291 float change = Math.max(diff1 / (diff2 + 0.01f), diff2 / (diff1 + 0.01f)); in getPartitionIndexForCurrentCluster() local
292 if (change > largestChange) { in getPartitionIndexForCurrentCluster()
295 largestChange = change; in getPartitionIndexForCurrentCluster()
298 largestChange = change; in getPartitionIndexForCurrentCluster()
/packages/modules/AdServices/
DAndroid.bp20 // Added automatically by a large-scale-change that took the approach of
41 // large-scale-change unable to identify any license_text files
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrBrowseFragment.java336 mScheduleAdapter.change(scheduleRecording); in onScheduledRecordingStatusChanged()
341 mRecentAdapter.change(scheduleRecording); in onScheduledRecordingStatusChanged()
350 mScheduleAdapter.change(schedule); in onScheduledRecordingConflictStatusChanged()
521 mRecentAdapter.change(recordedProgram); in handleRecordedProgramChanged()
574 mSeriesAdapter.change(seriesRecording); in handleSeriesRecordingsChanged()
621 adapter.change(r); in updateGenreAdapters()
/packages/modules/Connectivity/clatd/
DAndroid.bp6 // Added automatically by a large-scale-change
8 // large-scale-change included anything that looked like it might be a license
/packages/apps/Settings/src/com/android/settings/datetime/timezone/
DSpannableUtil.java132 int[] change = new int[] { in applyCaseMapToSpannable() local
138 changes.add(change); in applyCaseMapToSpannable()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md15 3. [Backward-incompatible change](#backward_incompatible_change)
149 (When using a non-hwasan build, you need to change the `HWASAN_OPTIONS`
331 1. Make the change to `TestHarness`
332 2. Make the corresponding change in `Model.proto` to mirror `TestHarness`
333 3. Make the corresponding change in `Converter.cpp` to handle the conversion
335 4. Make the corresponding change in `GenerateCorpus.cpp` to handle the
338 ## Backward-incompatible change <a id="backward_incompatible_change"></a>
340 Making an backward-incompatible change (e.g., removing proto fields) affects the
/packages/modules/Connectivity/Tethering/tests/unit/
DAndroid.bp33 // TODO(b/147200698) change sdk_version to module-current and remove framework-minus-apex
61 // TODO(b/147200698) change sdk_version to module-current and

12345678910>>...13