Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 97) sorted by relevance

1234

/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/storage/
DExtensions.kt35 created: Instant, in Instant()
36 updated: Instant = created, in Instant()
41 this.created = created.toProtoTimestamp() in Instant()
55 created: Instant, in EntityMetadata()
56 updated: Instant = created, in EntityMetadata()
57 ): EntityMetadata = EntityMetadata(id, listOf(associatedPackageName), created, updated) in EntityMetadata()
Dentity_metadata.proto49 * was created.
51 Timestamp created = 2; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormat.java66 String created, in BipAttachmentFormat() argument
82 bipCreated = new BipDateTime(created); in BipAttachmentFormat()
102 Date created, in BipAttachmentFormat() argument
108 mCreated = created != null ? new BipDateTime(created) : null; in BipAttachmentFormat()
DBipImageProperties.java194 String created = xpp.getAttributeValue(null, "created"); in parse() local
198 contentType, charset, name, size, created, modified)); in parse()
357 BipDateTime created = format.getCreatedDate(); in toString() local
372 if (created != null) { in toString()
373 xmlMsgElement.attribute(null, "created", created.toString()); in toString()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpBitmapFetch.java80 Bitmap created; in getFullsize() local
95 created = BitmapFactory.decodeByteArray(imageBytes, 0, imageBytes.length, o); in getFullsize()
97 created = BitmapFactory.decodeByteArray(imageBytes, 0, imageBytes.length); in getFullsize()
99 if (created == null) { in getFullsize()
104 return new BitmapWithMetadata(created, orientation); in getFullsize()
/packages/providers/ContactsProvider/tests/assets/testSynced/
Dreadme.txt1 The contacts in this example were created on a device that was synchronized to the server.
2 Contacts up to ID=6 were created and synchronized. The synch was then disabled and the others
3 were created.
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java52 String created, in testParse() argument
60 new BipAttachmentFormat(contentType, charset, name, size, created, modified); in testParse()
86 Date created, in testCreate() argument
89 new BipAttachmentFormat(contentType, charset, name, size, created, modified); in testCreate()
95 if (created != null) { in testCreate()
96 Assert.assertEquals(created, attachment.getCreatedDate().getTime()); in testCreate()
/packages/modules/Virtualization/virtualizationservice/src/maintenance/
Dvmdb.rs68 let (flags, created) = if db_path.exists() { in new_at_path()
91 if created { in new_at_path()
121 Ok((db, created)) in new_at_path()
458 let (mut db, created) = in test_corrupt_database_file()
460 assert!(created); in test_corrupt_database_file()
472 let (db, created) = VmIdDb::new(&db_dir.path().to_string_lossy()).unwrap(); in test_non_upgradable_database_file()
473 assert!(created); in test_non_upgradable_database_file()
487 let (mut db, created) = VmIdDb::new(&db_dir.path().to_string_lossy()).unwrap(); in test_database_from_the_future()
488 assert!(created); in test_database_from_the_future()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFirstScreenBroadcastHelperTest.kt70 fun `Broadcast Models are created with Pending Items from first screen`() { in Broadcast Models are created with Pending Items from first screen()
112 fun `Broadcast Models are created with Installed Items from first screen`() { in Broadcast Models are created with Installed Items from first screen()
146 fun `Broadcast Models are created with Installed Widgets from every screen`() { in Broadcast Models are created with Installed Widgets from every screen()
193 fun `Broadcast Models are created with Pending Items in Collections from the first screen`() { in Broadcast Models are created with Pending Items in Collections from the first screen()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/display/
DVirtualDisplayView.java227 boolean created = false; in createVirtualDisplay()
229 created = latch.await(WAIT_TIMEOUT_MS, TimeUnit.SECONDS); in createVirtualDisplay()
238 if (!created) { in createVirtualDisplay()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java96 boolean created = super.onCreate(); in onCreate()
103 return created; in onCreate()
/packages/modules/Virtualization/libs/apkverify/src/
Dv4.rs369 let mut created = in digest_from_apk() localVariable
376 created.hashing_info.raw_root_hash.as_ref(), in digest_from_apk()
382 created.merkle_tree().unwrap().as_slice(), in digest_from_apk()
/packages/apps/Car/SystemUI/
D.gitignore8 # A file created when launching android emulators
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_interop_tests/
Dtrigger_verbose_debug_report_source_debug_permission.json26 // No matching top-level filter data, verbose debug report is not created
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/test/
Daggregatable_two_contributions_null_reports_debug_key.json8 // created.
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/aggregatable/
Daggregatable_two_contributions_null_reports_debug_key.json8 // created.
Daggregatable_no_matching_source_exclude_source_registration_time.json9 // created.
Daggregatable_no_matching_source_exclude_source_registration_time_debug_key.json9 // created.
Daggregatable_no_matching_source_exclude_source_registration_time_set_context_id.json9 // created.
Daggregatable_no_matching_source_include_source_registration_time.json9 // created.
Daggregatable_no_matching_source_exclude_source_registration_time_set_context_id_debug_key.json9 // created.
Daggregatable_two_contributions_null_reports.json8 // created.
/packages/modules/Bluetooth/system/stack/fuzzers/
DREADME.md11 multiple fuzzers are created to target different areas of the BT stack. Fuzzers
68 For maximium fuzzing efficiency, the fuzzers are created to include the target
93 Currently only 3 fuzzers are created. More should be added so we can cover
/packages/apps/Car/systemlibs/
D.gitignore21 # A file created when launching android emulators
/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dreadme.txt1 The contacts in this example were created on a device that is not synchronized with the server

1234