Home
last modified time | relevance | path

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

12

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormat.java71 String created, String modified) { in BipAttachmentFormat() argument
86 bipCreated = new BipDateTime(created); in BipAttachmentFormat()
102 Date created, Date modified) { in BipAttachmentFormat() argument
107 mCreated = created != null ? new BipDateTime(created) : null; in BipAttachmentFormat()
DBipImageProperties.java208 String created = xpp.getAttributeValue(null, "created"); in parse() local
212 created, modified)); in parse()
363 BipDateTime created = format.getCreatedDate(); in toString() local
378 if (created != null) { in toString()
379 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/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java50 String created, String modified, Date expectedCreated, boolean isCreatedUtc, in testParse() argument
54 size, created, modified); in testParse()
76 Date created, Date modified) { in testCreate() argument
78 size, created, modified); in testCreate()
84 if (created != null) { in testCreate()
85 Assert.assertEquals(created, attachment.getCreatedDate().getTime()); in testCreate()
/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/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java95 boolean created = super.onCreate(); in onCreate()
102 return created; in onCreate()
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
DMockCallManager.java244 boolean created = false; in mergeCalls()
248 created = true; in mergeCalls()
272 if (created) { in mergeCalls()
/packages/apps/Settings/src/com/android/settings/vpn2/
DVpnSettings.java451 boolean created = false; in findOrCreatePreference()
457 created = true; in findOrCreatePreference()
459 if (created || update) { in findOrCreatePreference()
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md23 more customization to their widgets, so they created the AppCompat variant
33 created the colorIcon attribute to apply to all ImageViews that show quantum
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t340 * created using such a model, any execution object or burst object created
382 * This includes any compilation, execution object or burst object created using
421 * This includes any execution object or burst object created using the compilation,
466 * <p>An execution is in the preparation state after it is created by
544 * have been created from the same {@link ANeuralNetworksCompilation} object.
717 * It is however safe to continue using a {@link ANeuralNetworksMemory} object created
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java177 public boolean created; field in NetworkAgentInfo
886 return created && in satisfies()
891 return created && in satisfiesImmutableCapabilitiesOf()
/packages/apps/Car/libs/car-ui-lib/
D.gitignore20 # A file created when launching android emulators
/packages/apps/Test/connectivity/sl4n/rapidjson/
D.gitignore10 # Temporary files created during CMake build
/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
/packages/modules/NetworkStack/apishim/
Djarjar-rules-compat.txt6 # package should be created, and this rule should reference api32.
/packages/apps/Dialer/java/com/android/dialer/rtt/
Drtt_transcript.proto15 // Timestamp when the RTT call is created.
/packages/modules/Connectivity/service/proto/
Dconnectivityproto.proto19 // Connectivity protos can be created in this directory. Note this file must be included before
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DStubProvider.java647 boolean created = false; in createFile()
649 created = file.createNewFile(); in createFile()
654 if (!created) { in createFile()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DREADME.txt34 …den based on various inputs (API and device state). Runs on the same thread created in WifiService.
/packages/modules/Virtualization/microdroid/
DREADME.md55 manually created. In the future, you won't need these, and this shall be done
/packages/services/Telecomm/proto/
Dtelecom.proto288 // Set to true if the call was created from createCallForExistingConnection.
/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt75 … destructors of objects created between
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md245 There are several ways to create values. After a DOM tree is created and/or modified, it can be sav…
359 int len = sprintf(buffer, "%s %s", "Milo", "Yip"); // dynamically created string.
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md57 the driver is created in the same process. Second, it ensures that the
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/
DLICENSE195 exercised in all media and formats whether now known or created in the
309 created from the Derivative Database is Publicly Used.

12