Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 67) sorted by relevance

123

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsResponseDecoder.java139 final Set<MdnsResponse> modified = MdnsUtils.newSet(); in augmentResponses() local
188 modified.add(response); in augmentResponses()
201 modified.add(response); in augmentResponses()
207 modified.add(response); in augmentResponses()
267 modified.add(response); in augmentResponses()
279 modified.add(response); in augmentResponses()
292 modified.add(augmented); in augmentResponses()
296 return Pair.create(modified, responses); in augmentResponses()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormat.java67 String modified) { in BipAttachmentFormat() argument
90 bipModified = new BipDateTime(modified); in BipAttachmentFormat()
103 Date modified) { in BipAttachmentFormat() argument
109 mModified = modified != null ? new BipDateTime(modified) : null; in BipAttachmentFormat()
DBipImageProperties.java195 String modified = xpp.getAttributeValue(null, "modified"); in parse() local
198 contentType, charset, name, size, created, modified)); in parse()
358 BipDateTime modified = format.getModifiedDate(); in toString() local
375 if (modified != null) { in toString()
376 xmlMsgElement.attribute(null, "modified", modified.toString()); in toString()
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java128 boolean modified; in write()
132 modified = mIpConfigurations.remove(iface) != null; in write()
135 modified = !config.equals(oldConfig); in write()
138 if (modified) { in write()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarModelCallbacks.java148 boolean modified = false; in handleItemsAdded()
152 modified = true; in handleItemsAdded()
155 return modified; in handleItemsAdded()
188 boolean modified = false; in handleItemsRemoved()
191 modified = true; in handleItemsRemoved()
195 return modified; in handleItemsRemoved()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java53 String modified, in testParse() argument
60 new BipAttachmentFormat(contentType, charset, name, size, created, modified); in testParse()
87 Date modified) { in testCreate() argument
89 new BipAttachmentFormat(contentType, charset, name, size, created, modified); in testCreate()
102 if (modified != null) { in testCreate()
103 Assert.assertEquals(modified, attachment.getModifiedDate().getTime()); in testCreate()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java340 boolean modified = false;
345 modified = true;
352 modified = true;
355 if (modified) {
/packages/apps/Launcher3/tests/assets/databases/
Dv30_workspace_items.sql2 … -1,iconPackage TEXT,iconResource TEXT,icon BLOB,appWidgetProvider TEXT,modified INTEGER NOT NULL … field
Dworkspace_items.sql2 …ppWidgetId INTEGER NOT NULL DEFAULT -1,icon BLOB,appWidgetProvider TEXT,modified INTEGER NOT NULL … field
/packages/modules/adb/
DSYNC.TXT43 4. A four-byte integer representing last modified time.
67 to the last modified time for the file. The server responds to this last
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java745 boolean modified = false; in applyRemoteDeviceQuirks()
749 modified = true; in applyRemoteDeviceQuirks()
756 if (modified) { in applyRemoteDeviceQuirks()
/packages/modules/NeuralNetworks/tools/api/
DOperandTypes.t29 %% be modified.
DNeuralNetworksTypes.t390 * <p>A model cannot be modified once {@link ANeuralNetworksModel_finish}
428 * <p>A compilation cannot be modified once {@link ANeuralNetworksCompilation_finish}
484 * {@link ANeuralNetworksExecution_create}. An execution may only be modified in the preparation
504 * state of a reusable execution. The execution cannot be modified between computations.</p>
724 * A memory descriptor must not be modified once {@link ANeuralNetworksMemoryDesc_finish}
/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md297 `git status | grep both.modified`
299 If this list contains files modified by your patch, you should give up
305 If this list contains files not modified by your patch, you should unstage them
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java299 AtomicBoolean modified = new AtomicBoolean(false); in onUserConnectChoiceRemove() local
303 if (!modified.get()) { in onUserConnectChoiceRemove()
304 modified.set(true); in onUserConnectChoiceRemove()
308 if (modified.get()) { in onUserConnectChoiceRemove()
/packages/modules/Bluetooth/apex/
DAndroid.bp97 // modified by the Soong or platform compat team.
/packages/apps/Nfc/apex/
DAndroid.bp116 // modified by the Soong or platform compat team.
/packages/providers/MediaProvider/apex/
DAndroid.bp97 // modified by the Soong or platform compat team.
/packages/modules/common/build/
Dmainline_modules_sdks.py1584 modified = os.path.getmtime(path)
1591 os.utime(path, (modified, modified))
/packages/modules/Wifi/apex/
DAndroid.bp97 // modified by the Soong or platform compat team.
/packages/modules/Connectivity/Tethering/apex/
DAndroid.bp178 // modified by the Soong or platform compat team.
/packages/apps/TV/res/raw/
Dthird_party_licenses127 (b) You must cause any modified files to carry prominent notices
332 (b) You must cause any modified files to carry prominent notices
538 (b) You must cause any modified files to carry prominent notices
744 (b) You must cause any modified files to carry prominent notices
950 (b) You must cause any modified files to carry prominent notices
1156 (b) You must cause any modified files to carry prominent notices
1362 (b) You must cause any modified files to carry prominent notices
1569 (b) You must cause any modified files to carry prominent notices
1775 (b) You must cause any modified files to carry prominent notices
1981 (b) You must cause any modified files to carry prominent notices
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DModernMediaScannerTest.java843 String modified = in testScan_audioMp4_notRescanIfUnchanged() local
845 assertThat(modified).isEqualTo(added); in testScan_audioMp4_notRescanIfUnchanged()
/packages/modules/Virtualization/virtualizationmanager/src/
Dpayload.rs140 Ok(metadata.modified()?.duration_since(SystemTime::UNIX_EPOCH)?.as_secs()) in last_updated()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses114 (b) You must cause any modified files to carry prominent notices
296 (b) You must cause any modified files to carry prominent notices
502 (b) You must cause any modified files to carry prominent notices
708 (b) You must cause any modified files to carry prominent notices
914 (b) You must cause any modified files to carry prominent notices
1120 (b) You must cause any modified files to carry prominent notices
1338 (b) You must cause any modified files to carry prominent notices
1532 (b) You must cause any modified files to carry prominent notices
1726 (b) You must cause any modified files to carry prominent notices
1920 (b) You must cause any modified files to carry prominent notices
[all …]

123