Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/packages/modules/Cronet/api/
Dlint-baseline.txt43 …Getter should be on the built object, not the builder: method org.chromium.net.CronetEngine.Builde…
75 Missing nullability on parameter `message` in method `CallbackException`
77 Missing nullability on parameter `cause` in method `CallbackException`
79 Missing nullability on method `createURLStreamHandlerFactory` return
81 Missing nullability on method `getGlobalMetricsDeltas` return
83 Missing nullability on method `getVersionString` return
85 Missing nullability on method `newUrlRequestBuilder` return
87 Missing nullability on parameter `url` in method `newUrlRequestBuilder`
89 Missing nullability on parameter `callback` in method `newUrlRequestBuilder`
91 Missing nullability on parameter `executor` in method `newUrlRequestBuilder`
[all …]
/packages/apps/Settings/tests/uitests/assets/
Dsearch_results_list33 Always on;ambient_display_always_on
35 Always-on VPN turned on in your work profile;always_on_vpn_managed_profile
52 Audio & on-screen text;audio_and_captions_category
189 Don't pop notifications on screen;zen_effect_peek
190 Don't turn on screen;zen_effect_intent
237 Force allow apps on external;force_allow_on_external
292 List of apps on your device;enterprise_privacy_installed_packages
395 Power on sounds;boot_sounds
502 Store logger data persistently on device;select_logpersist
508 Swipe up on Home button;gesture_swipe_up
[all …]
/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto11 * 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/
DPseudoScreenState.java44 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/
Dthird_party_licenses12 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/
DVoicemailAudioManager.java105 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/apps/TV/res/raw/
Dthird_party_licenses71 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/
DREADME-DoT.md15 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/
DToggleButton.java80 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/
Dproguard.flags5 # 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/
DGlobalSettingsChangeListener.java124 private void monitorUri(boolean on) { in monitorUri() argument
125 if (!mListening.compareAndSet(!on, on)) { in monitorUri()
129 if (on) { in monitorUri()
/packages/inputmethods/LeanbackIME/
DLICENSE42 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/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md38 …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/CertInstaller/
DNOTICE8 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/TimeZoneUpdater/
DNOTICE8 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/SpareParts/
DNOTICE8 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/wallpapers/LivePicker/
DNOTICE8 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/MediaProvider/
DNOTICE8 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/HTMLViewer/
DNOTICE8 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/services/Car/tests/CarDeveloperOptions/
DNOTICE8 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/QuickSearchBox/
DNOTICE8 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/BasicSmsReceiver/
DNOTICE8 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/DownloadProvider/
DNOTICE8 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/Music/
DNOTICE8 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/services/Telephony/
DNOTICE8 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

12345678910>>...17