/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipAttachmentFormat.java | 71 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()
|
D | BipImageProperties.java | 208 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/ |
D | MtpBitmapFetch.java | 80 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/ |
D | BipAttachmentFormatTest.java | 50 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/ |
D | readme.txt | 1 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/ |
D | SynchronousContactsProvider2.java | 95 boolean created = super.onCreate(); in onCreate() 102 return created; in onCreate()
|
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
D | MockCallManager.java | 244 boolean created = false; in mergeCalls() 248 created = true; in mergeCalls() 272 if (created) { in mergeCalls()
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | VpnSettings.java | 451 boolean created = false; in findOrCreatePreference() 457 created = true; in findOrCreatePreference() 459 if (created || update) { in findOrCreatePreference()
|
/packages/apps/Dialer/java/com/android/dialer/theme/ |
D | README.md | 23 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/ |
D | NeuralNetworksTypes.t | 340 * 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/ |
D | NetworkAgentInfo.java | 177 public boolean created; field in NetworkAgentInfo 886 return created && in satisfies() 891 return created && in satisfiesImmutableCapabilitiesOf()
|
/packages/apps/Car/libs/car-ui-lib/ |
D | .gitignore | 20 # A file created when launching android emulators
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | .gitignore | 10 # Temporary files created during CMake build
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
D | readme.txt | 1 The contacts in this example were created on a device that is not synchronized with the server
|
/packages/modules/NetworkStack/apishim/ |
D | jarjar-rules-compat.txt | 6 # package should be created, and this rule should reference api32.
|
/packages/apps/Dialer/java/com/android/dialer/rtt/ |
D | rtt_transcript.proto | 15 // Timestamp when the RTT call is created.
|
/packages/modules/Connectivity/service/proto/ |
D | connectivityproto.proto | 19 // Connectivity protos can be created in this directory. Note this file must be included before
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/ |
D | StubProvider.java | 647 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/ |
D | README.txt | 34 …den based on various inputs (API and device state). Runs on the same thread created in WifiService.
|
/packages/modules/Virtualization/microdroid/ |
D | README.md | 55 manually created. In the future, you won't need these, and this shall be done
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 288 // Set to true if the call was created from createCallForExistingConnection.
|
/packages/modules/NeuralNetworks/tools/systrace_parser/ |
D | contract-between-code-and-parser.txt | 75 … destructors of objects created between
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 245 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/ |
D | README.md | 57 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/ |
D | LICENSE | 195 exercised in all media and formats whether now known or created in the 309 created from the Derivative Database is Publicly Used.
|