/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ResultException.java | 57 public ResultException(ResultCode result, String explanation) { in ResultException() argument 59 mExplanation = explanation; in ResultException() 73 public ResultException(ResultCode result, int additionalInfo, String explanation) { in ResultException() argument 75 mExplanation = explanation; in ResultException() 90 public String explanation() { in explanation() method in ResultException
|
D | BerTlv.java | 120 throw new ResultException(ResultCode.CMD_DATA_NOT_UNDERSTOOD, e.explanation()); in decode()
|
/frameworks/rs/scriptc/ |
D | rs_for_each.rsh | 236 * by the supplied kernel context. See rsGetArray0() for an explanation of the context. 249 * as specified by the supplied kernel context. See rsGetArray0() for an explanation 263 * by the supplied kernel context. See rsGetArray0() for an explanation of the context. 276 * See rsGetDimX() for an explanation of the context. 289 * See rsGetDimX() for an explanation of the context. 302 * See rsGetDimX() for an explanation of the context. 315 * See rsGetDimX() for an explanation of the context. 329 * explanation of the context. 344 * for mipmaps. See rsGetDimX() for an explanation of the context. 380 * See rsGetDimX() for an explanation of the context. [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationRankingUpdate.java | 37 int[] importance, Bundle explanation, Bundle overrideGroupKeys) { in NotificationRankingUpdate() argument 43 mImportanceExplanation = explanation; in NotificationRankingUpdate()
|
D | Adjustment.java | 56 CharSequence explanation, Uri reference, int user) { in Adjustment() argument 61 mExplanation = explanation; in Adjustment()
|
D | NotificationListenerService.java | 1169 CharSequence explanation, String overrideGroupKey) { in populate() argument 1177 mImportanceExplanation = explanation; in populate()
|
/frameworks/rs/api/ |
D | rs_for_each.spec | 265 by the supplied kernel context. See @rsGetArray0() for an explanation of the context. 278 as specified by the supplied kernel context. See @rsGetArray0() for an explanation 292 by the supplied kernel context. See @rsGetArray0() for an explanation of the context. 305 See @rsGetDimX() for an explanation of the context. 320 See @rsGetDimX() for an explanation of the context. 333 See @rsGetDimX() for an explanation of the context. 346 See @rsGetDimX() for an explanation of the context.
|
/frameworks/volley/ |
D | rules.gradle | 1 // See build.gradle for an explanation of what this file is.
|
/frameworks/base/docs/html/training/permissions/ |
D | requesting.jd | 172 consider providing an explanation to the user. Keep in mind that you don't 178 One approach you might use is to provide an explanation only if the user has 183 like that, it's probably a good idea to show an explanation. 187 To help find situations where the user might need an explanation, Android 228 // Should we show an explanation? 234 // sees the explanation, try again to request the permission. 238 // No explanation needed, we can request the permission. 255 provide any information or explanation to the user, you should do that before
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_for_each.jd | 486 …href='rs_for_each.html#android_rs:rsGetArray0'>rsGetArray0</a>() for an explanation of the context. 512 …ontext. See <a href='rs_for_each.html#android_rs:rsGetArray0'>rsGetArray0</a>() for an explanation 539 …href='rs_for_each.html#android_rs:rsGetArray0'>rsGetArray0</a>() for an explanation of the context. 565 See <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() for an explanation of the conte… 591 See <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() for an explanation of the conte… 617 See <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() for an explanation of the conte… 643 See <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() for an explanation of the conte… 675 explanation of the context. 701 … <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() for an explanation of the context. 766 See <a href='rs_for_each.html#android_rs:rsGetDimX'>rsGetDimX</a>() for an explanation of the conte… [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 387 public void setImportance(int importance, CharSequence explanation) { in setImportance() argument 390 mImportanceExplanation = explanation; in setImportance()
|
D | NotificationManagerService.java | 3737 Bundle explanation = new Bundle(); in makeRankingUpdateLocked() local 3747 explanation.putCharSequence(key, record.getImportanceExplanation()); in makeRankingUpdateLocked() 3768 suppressedVisualEffects, importanceAr, explanation, overrideGroupKeys); in makeRankingUpdateLocked()
|
/frameworks/base/keystore/tests/src/android/security/ |
D | KeyStoreTest.java | 678 private static void assertLessThan(String explanation, long expectedBefore, long actual) { in assertLessThan() argument 680 throw new AssertionFailedError(explanation + ": actual=" + actual in assertLessThan() 685 private static void assertGreaterThan(String explanation, long expectedAfter, long actual) { in assertGreaterThan() argument 687 throw new AssertionFailedError(explanation + ": actual=" + actual in assertGreaterThan()
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-permissions.jd | 121 more important to provide detailed explanation to the user as to why you’re 123 explanation of your request both at the time of the request and in a 134 explanation of why you need the permission for your app to work properly. You 286 thread; a detailed explanation of this method is available <a href=
|
D | smp.jd | 1832 <dd>A gentle introduction to the Java memory model, including an explanation of synchronization, vo… 1848 <dd>Bill Pugh’s detailed explanation of the various ways in which double-checked locking is broken.…
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 168 # Task removed with source explanation.
|
/frameworks/base/docs/html/work/ |
D | device-management-policy.jd | 138 // It is good practice to include the optional explanation text to
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_testing.jd | 45 testers will get an explanation of what it means to be a tester and a link to opt-in.</p>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 336 and so cannot be operated on. For an explanation
|
D | activity_task_design.jd | 1094 title=Tasks>Tasks</a> for a fuller explanation.--> Exceptions are
|