/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/permission/utils/ |
D | GrantRevokeTests.kt | 348 val pkg = createMockPackage(mapOf(FG_PERM_NAME to false)) in grantOnePermTest() 362 val expectedState = mutableMapOf(FG_PERM_NAME to (true to newFlags)) in grantOnePermTest() 373 val pkg = createMockPackage(mapOf(FG_PERM_NAME to false, FG_PERM_2_NAME to false)) in grantTwoPermTest() 392 val expectedState = mutableMapOf(FG_PERM_NAME to (true to newFlags), in grantTwoPermTest() 393 FG_PERM_2_NAME to (true to newFlags)) in grantTwoPermTest() 403 val pkg = createMockPackage(mapOf(FG_PERM_NAME_NO_APP_OP to false)) in grantNoAppOpPerm() 418 val expectedState = mutableMapOf(FG_PERM_NAME_NO_APP_OP to (true to newFlags)) in grantNoAppOpPerm() 428 val pkg = createMockPackage(mapOf(FG_PERM_NAME to true, BG_PERM_NAME to false)) in grantBgPermTest() 444 val expectedState = mutableMapOf(FG_PERM_NAME to (true to NO_FLAGS), in grantBgPermTest() 445 BG_PERM_NAME to (true to newFlags)) in grantBgPermTest() [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 3 # This file describes the settings to be used by the documentation system 37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 52 # to the output directory. 56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path 58 # entered, it will be relative to the location where doxygen was started. If 63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 83 # information to generate all constant output in the proper language. [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 3 # This file describes the settings to be used by the documentation system 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 38 # If a relative path is entered, it will be relative to the location 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 54 # information to generate all constant output in the proper language. 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 67 # the file and class documentation (similar to JavaDoc). 68 # Set to NO to disable this. [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 3 # This file describes the settings to be used by the documentation system 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 38 # If a relative path is entered, it will be relative to the location 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 52 # The OUTPUT_LANGUAGE tag is used to specify the language in which all 54 # information to generate all constant output in the proper language. 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 67 # the file and class documentation (similar to JavaDoc). 68 # Set to NO to disable this. [all …]
|
/packages/modules/adb/ |
D | SERVICES.TXT | 1 This file tries to document all requests a client can make 2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document 3 to understand what's going on here. 11 Ask the ADB server to quit immediately. This is used when the 17 Ask to return the list of available Android devices and their 28 to track the state of connected devices in real-time without 32 This is a special query that is sent to the ADB server when a 34 to the emulator's ADB control port, i.e. the TCP port that the 35 emulator will forward automatically to the adbd daemon running 38 This mechanism allows the ADB server to know when new emulator [all …]
|
D | protocol.txt | 4 When it comes down to it, aproto's primary purpose is to forward 9 to an extremely straightforward model optimized to accomplish the 14 be used by either commandline or interactive tools to communicate with 15 a device or emulator that is connected to the bridge. 17 The protocol is designed to be straightforward and well-defined enough 18 that if it needs to be reimplemented in another environment (Java 22 implementation to be much more robust. 50 The identifiers "local-id" and "remote-id" are always relative to the 61 The version is used to ensure protocol compatibility and maxdata 63 is willing to accept. [all …]
|
D | OVERVIEW.TXT | 5 The Android Debug Bridge (ADB) is used to: 8 connected to or running on a given host developer machine 19 is to sense the USB ports to know when devices are attached/removed, 23 to each one of them: OFFLINE, BOOTLOADER, RECOVERY or ONLINE (more on 27 to orchestrate the exchange of data (packets, really) between clients, 34 or emulated system. Its purpose is to connect to the ADB server 39 connected to the adbd program within it. Otherwise, the device is OFFLINE, 41 connect to the adbd daemon. 43 The BOOTLOADER and RECOVERY states correspond to alternate states of 48 The 'adb' command-line program is used to run adb commands from a shell [all …]
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | LingerMonitorTest.java | 119 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger() local 121 mMonitor.noteLingerDefaultNetwork(from, to); in testNotificationOnLinger() 122 verifyNotification(from, to); in testNotificationOnLinger() 130 NetworkAgentInfo to = cellNai(101); in testToastOnLinger() local 132 mMonitor.noteLingerDefaultNetwork(from, to); in testToastOnLinger() 133 verifyToast(from, to); in testToastOnLinger() 141 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect() local 143 mMonitor.noteLingerDefaultNetwork(from, to); in testNotificationClearedAfterDisconnect() 144 verifyNotification(from, to); in testNotificationClearedAfterDisconnect() 146 mMonitor.noteDisconnect(to); in testNotificationClearedAfterDisconnect() [all …]
|
/packages/modules/Bluetooth/system/doc/ |
D | power_management.md | 7 by the BTM HCI interfacing code, with results being posted back to the PM 13 The events fired to drive the state machine at the time of this writing are: 24 Each of these correspond to a function name in `bta/sys/bta_sys_conn.cc`, which 27 The PM code makes calls into the BTM module to set various power 32 controller, timers are used to post messages to the BTA workqueue thread as 37 currently known connections to a given device. Thus, if RFCOMM specifies that 38 it's willing to go to into SNIFF and specifies that as an action, and say, a PAN 39 connection is up which specifies it is willing to go into SNIFF, but its action 40 states it wants ACTIVE, the power management code will change to ACTIVE. 45 and what actions to take for the above events are defined in the [all …]
|
/packages/apps/Contacts/ |
D | NOTICE | 55 c. "Distribute" means to make available to the public the original and 77 composition with or without words; a cinematographic work to which are 78 assimilated works expressed by a process analogous to cinematography; 80 lithography; a photographic work to which are assimilated works 81 expressed by a process analogous to photography; a work of applied 83 relative to geography, topography, architecture or science; a 84 performance; a broadcast; a phonogram; a compilation of data to the 86 a variety or circus performer to the extent it is not otherwise 90 respect to the Work, or who has received express permission from the 91 Licensor to exercise rights under this License despite a previous [all …]
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 10 * Unless required by applicable law or agreed to in writing, software 24 // A reference to an image. This consists of a 'content://' style URI plus 29 // must be added to the URI parameter list to request an image size. 43 // This means that it should be safe to cache an image once requested 50 // specified by editing the parameter list to add the following two 60 // Note that the resulting image is not guaranteed to match the requested 69 // alpha-channel, designed to be colorized 76 // Possible units used to display this distance. 92 // provided. If empty, the distance shouldn’t be displayed to the driver. 103 // The distance unit that should be used to display the distance value [all …]
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 11 Unless required by applicable law or agreed to in writing, software 35 "control" means (i) the power, direct or indirect, to cause the 44 including but not limited to software source code, documentation 49 not limited to compiled object code, generated documentation, 50 and conversions to other media types. 54 copyright notice that is included in or attached to the work 62 separable from, or merely link (or bind by name) to the interfaces of, 67 to that Work or Derivative Works thereof, that is intentionally 68 submitted to Licensor for inclusion in the Work by the copyright owner 69 or by an individual or Legal Entity authorized to submit on behalf of [all …]
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 17 1. [Alternative ways to build the device image and test binary](#alternatives) 21 This document seeks to be a crash-course and cheat-sheet for running the NNAPI 24 The purpose of fuzz testing is to find crashes, assertions, memory violations, 25 or general undefined behavior in the code under test due to factors such as 27 efficient at fuzzing because it uses line coverage of previous test cases to 30 take to find problematic code. 35 at the NNAPI HAL layer (the sample driver, unless the test is modified to do 65 ### Modifying `libneuralnetworks_driver_fuzzer` to test custom driver 67 Alter the `libneuralnetworks_driver_fuzzer` code locally to test your own 72 This code employs an in-process driver (as opposed to retrieving it on the [all …]
|
/packages/modules/GeoTZ/tzbb_data/ |
D | DATA_LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/input_polygons/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/data/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/mergetzs2ranges/data/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/data/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/data/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/output_data/odbl/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/output_polygons/ |
D | LICENSE | 5 …Please seek the advice of a suitably qualified legal professional licensed to practice in your jur… 17 The Open Database License (ODbL) is a license agreement intended to 18 allow users to freely share, modify, and use this Database while 23 the ODbL is also an agreement in contract for users of this Database to 40 have to consult other documents or clear other rights before doing 59 a Person to make or receive copies of the Database or a Derivative 85 Contents. This includes, but is not limited to, Extracting or 90 Substantial part of the Contents to another medium by any means or in 107 “Publicly” – means to Persons other than You or under Your control by 108 either more than 50% ownership or by the power to direct their [all …]
|
/packages/apps/TV/res/raw/ |
D | third_party_licenses | 9 Permission is hereby granted, free of charge, to any person obtaining a copy 10 of this software and associated documentation files (the "Software"), to deal 12 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 13 copies of the Software, and to permit persons to whom the Software is 14 furnished to do so, subject to the following conditions: 48 "control" means (i) the power, direct or indirect, to cause the 57 including but not limited to software source code, documentation 62 not limited to compiled object code, generated documentation, 63 and conversions to other media types. 67 copyright notice that is included in or attached to the work [all …]
|
/packages/modules/Connectivity/nearby/tests/multidevices/host/test_data/fastpair/ |
D | pixelbuds-a_antispoofkey_devicemeta_json.txt | 13 "initial_notification_description": "Tap to pair. Earbuds will be tied to %s", 14 "initial_notification_description_no_account": "Tap to pair with this device", 15 "open_companion_app_description": "Tap to finish setup", 16 "update_companion_app_description": "Tap to update device settings and finish setup", 17 …"download_companion_app_description": "Tap to download device app on Google Play and see all featu… 18 "unable_to_connect_title": "Unable to connect", 19 "unable_to_connect_description": "Try manually pairing to the device", 21 "connect_success_companion_app_installed": "Your device is ready to be set up", 22 …"connect_success_companion_app_not_installed": "Download the device app on Google Play to see all … 23 "subsequent_pairing_description": "Connect %s to this phone", [all …]
|