/packages/services/Car/car-lib/api/ |
D | system-lint-baseline.txt | 161 Missing nullability on parameter `fd` in method `dump` 163 Missing nullability on parameter `writer` in method `dump` 165 Missing nullability on parameter `args` in method `dump` 167 Missing nullability on method `onBind` return 169 Missing nullability on parameter `intent` in method `onBind` 171 Missing nullability on parameter `intent` in method `onUnbind` 173 Missing nullability on parameter `wifiConfiguration` in method `onStarted` 175 Missing nullability on parameter `category` in method `registerCallback` 177 Missing nullability on parameter `callback` in method `registerCallback` 179 Missing nullability on parameter `intent` in method `startActivity` [all …]
|
D | lint-baseline.txt | 69 Missing nullability on parameter `context` in method `createCar` 71 Missing nullability on parameter `context` in method `createCar` 73 Missing nullability on parameter `serviceConnectionListener` in method `createCar` 75 Missing nullability on parameter `context` in method `createCar` 77 Missing nullability on parameter `serviceConnectionListener` in method `createCar` 79 Missing nullability on parameter `context` in method `createCar` 81 Missing nullability on parameter `serviceName` in method `getCarManager` 83 Missing nullability on parameter `ownershipCallback` in method `abandonAppFocus` 85 Missing nullability on parameter `ownershipCallback` in method `abandonAppFocus` 87 Missing nullability on parameter `listener` in method `addFocusListener` [all …]
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 11 * distributed under the License is distributed on an "AS IS" BASIS, 116 // Starting point of the navigation (e.g. "Start driving on Main St.") 119 // No turn, but the street name changes (e.g. "Continue on Main St.") 211 // Roundabout entrance on which the current road ends (e.g. "Enter the 219 // Entrance and exit (e.g. "At the roundabout, take Nth exit") on a 224 // exit") on a clockwise roundabout (as seen from above, typical for 229 // exit") on a clockwise roundabout (as seen from above, typical for 234 // exit") on a clockwise roundabout (as seen from above, typical for 238 // Entrance and straight exit (e.g. "At the roundabout, take Nth exit") on a 243 // exit") on a clockwise roundabout (as seen from above, typical for [all …]
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 11 * distributed under the License is distributed on an "AS IS" BASIS, 27 // notification posted on the phone. 60 // notification posted on the phone. 63 // An action request to be fulfilled on the Phone side. 132 // Timestamp of when the message notification was originally posted on the 139 // If the message is read on the phone. 187 // Action on a notification, initiated by the user on the IHU. 189 // Different types of actions user can do on the IHU notification. 198 // As mentioned above, this notification id should be the same on the 200 // original message notification posted on the phone.
|
/packages/apps/Dialer/java/com/android/incallui/answerproximitysensor/ |
D | PseudoScreenState.java | 44 private boolean on = true; field in PseudoScreenState 47 return on; in isOn() 51 if (on != value) { in setOn() 52 on = value; in setOn() 54 listener.onPseudoScreenStateChanged(on); in setOn()
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 12 distributed under the License is distributed on an "AS IS" BASIS, 58 form, that is based on (or derived from) the Work and for which the 69 or by an individual or Legal Entity authorized to submit on behalf of 73 communication on electronic mailing lists, source code control systems, 74 and issue tracking systems that are managed by, or on behalf of, the 80 on behalf of whom a Contribution has been received by Licensor and 162 Contributor provides its Contributions) on an "AS IS" BASIS, 187 on Your own behalf and on Your sole responsibility, not on behalf 240 form, that is based on (or derived from) the Work and for which the 251 or by an individual or Legal Entity authorized to submit on behalf of [all …]
|
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/ |
D | VoicemailAudioManager.java | 105 public void setSpeakerphoneOn(boolean on) { in setSpeakerphoneOn() argument 106 setAudioRoute(on ? CallAudioState.ROUTE_SPEAKER : CallAudioState.ROUTE_WIRED_OR_EARPIECE); in setSpeakerphoneOn() 247 private void turnOnSpeaker(boolean on) { in turnOnSpeaker() argument 248 if (audioManager.isSpeakerphoneOn() != on) { in turnOnSpeaker() 249 LogUtil.i("VoicemailAudioManager.turnOnSpeaker", "turning speaker phone on: " + on); in turnOnSpeaker() 250 audioManager.setSpeakerphoneOn(on); in turnOnSpeaker()
|
/packages/services/Car/watchdog/server/ |
D | carwatchdogd.rc | 10 # distributed under the License is distributed on an "AS IS" BASIS, 21 on early-init && property:ro.build.type=userdebug 26 on early-init && property:ro.build.type=eng 31 on early-init && property:ro.build.type=user 36 on early-init
|
/packages/apps/TV/res/raw/ |
D | third_party_licenses | 71 form, that is based on (or derived from) the Work and for which the 82 or by an individual or Legal Entity authorized to submit on behalf of 86 communication on electronic mailing lists, source code control systems, 87 and issue tracking systems that are managed by, or on behalf of, the 93 on behalf of whom a Contribution has been received by Licensor and 175 Contributor provides its Contributions) on an "AS IS" BASIS, 200 on Your own behalf and on Your sole responsibility, not on behalf 215 file or class name and description of purpose be included on the 228 distributed under the License is distributed on an "AS IS" BASIS, 276 form, that is based on (or derived from) the Work and for which the [all …]
|
/packages/modules/DnsResolver/ |
D | README-DoT.md | 15 network. `DnsTlsDispatcher` also blocks each query thread, waiting on a 20 `DnsTlsSocket`, which happen on a different thread. 50 `DnsTlsSocket` can receive queries on any thread, and send them over a 61 up on inputs from the query threads. Therefore, inputs from the query 62 threads have to arrive on a socket, so that `poll()` can listen for them. 68 `DnsTlsDispatcher` accepts queries that have colliding ID numbers and still sends them on 94 outstanding queries for 5 minutes will be destroyed at the next query on a different 96 This sets the limit on how long session tickets will be preserved during idle periods, 98 increases latency on the first query after an idle period, but also helps to avoid
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | ToggleButton.java | 80 public void setToggleIcons(Drawable on, Drawable off) { in setToggleIcons() argument 82 mDrawableOn = on; in setToggleIcons() 86 public void setIsOn(boolean on) { in setIsOn() argument 87 mIsOn = on; in setIsOn()
|
/packages/apps/Gallery2/ |
D | proguard.flags | 5 # Since we annotate on the fields and use reflection to create SQL 62 # - Required for running exif tests on userdebug 70 # - Required for running blobcache tests on userdebug 73 # - Required for running glcanvas tests on userdebug 84 # - Required for running jpeg stream tests on userdebug
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | GlobalSettingsChangeListener.java | 124 private void monitorUri(boolean on) { in monitorUri() argument 125 if (!mListening.compareAndSet(!on, on)) { in monitorUri() 129 if (on) { in monitorUri()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vehiclectrl/ |
D | VehicleCtrlFragment.java | 141 private void initTestBtn(View view, @IdRes int btnId, boolean on) { in initTestBtn() argument 142 view.findViewById(btnId).setOnClickListener(v -> onTestBtnClicked(on)); in initTestBtn() 145 private void onTestBtnClicked(boolean on) { in onTestBtnClicked() argument 146 Log.i(TAG, "onTestBtnClicked " + on); in onTestBtnClicked() 147 mPropMgr.setBooleanProperty(CustomVehicleProperty.PROTOCAN_TEST, VehicleArea.GLOBAL, on); in onTestBtnClicked()
|
/packages/inputmethods/LeanbackIME/ |
D | LICENSE | 42 form, that is based on (or derived from) the Work and for which the 53 or by an individual or Legal Entity authorized to submit on behalf of 57 communication on electronic mailing lists, source code control systems, 58 and issue tracking systems that are managed by, or on behalf of, the 64 on behalf of whom a Contribution has been received by Licensor and 146 Contributor provides its Contributions) on an "AS IS" BASIS, 171 on Your own behalf and on Your sole responsibility, not on behalf 186 file or class name and description of purpose be included on the 199 distributed under the License is distributed on an "AS IS" BASIS,
|
/packages/services/Car/service/src/com/android/car/systeminterface/ |
D | DisplayInterface.java | 56 void setDisplayState(boolean on); in setDisplayState() argument 219 public void setDisplayState(boolean on) { in setDisplayState() argument 221 mDisplayStateSet = on; in setDisplayState() 223 if (on) { in setDisplayState() 238 if (on) { in setDisplayState()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 38 …idJSON is self-contained. It does not depend on external libraries such as BOOST. It even does not… 54 * Visual C++ 2008/2010/2013 on Windows (32/64-bit) 55 * GNU C++ 3.8.x on Cygwin 56 * Clang 3.4 on Mac OS X (32/64-bit) and iOS 57 * Clang 3.4 on Android NDK 59 Users can build and run the unit tests on their platform/compiler.
|
/packages/apps/QuickSearchBox/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/apps/Launcher3/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/apps/LegacyCamera/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/apps/LegacyCamera/jni/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/apps/SoundRecorder/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/apps/Contacts/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/providers/BlockedNumberProvider/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|
/packages/providers/CalendarProvider/ |
D | NOTICE | 8 distributed under the License is distributed on an "AS IS" BASIS, 54 form, that is based on (or derived from) the Work and for which the 65 or by an individual or Legal Entity authorized to submit on behalf of 69 communication on electronic mailing lists, source code control systems, 70 and issue tracking systems that are managed by, or on behalf of, the 76 on behalf of whom a Contribution has been received by Licensor and 158 Contributor provides its Contributions) on an "AS IS" BASIS, 183 on Your own behalf and on Your sole responsibility, not on behalf
|