/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/base/core/java/android/service/notification/ |
D | Adjustment.java | 61 public Adjustment(String pkg, String key, Bundle signals, CharSequence explanation, int user) { in Adjustment() argument 65 mExplanation = explanation; in Adjustment()
|
D | SnoozeCriterion.java | 35 public SnoozeCriterion(String id, CharSequence explanation, CharSequence confirmation) { in SnoozeCriterion() argument 37 mExplanation = explanation; in SnoozeCriterion()
|
D | NotificationRankingUpdate.java | 41 int[] importance, Bundle explanation, Bundle overrideGroupKeys, in NotificationRankingUpdate() argument 49 mImportanceExplanation = explanation; in NotificationRankingUpdate()
|
D | NotificationListenerService.java | 1467 CharSequence explanation, String overrideGroupKey, in populate() argument 1477 mImportanceExplanation = explanation; in populate()
|
/frameworks/rs/script_api/include/ |
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/services/tests/notification/src/com/android/server/notification/ |
D | NotificationListenerServiceTest.java | 71 Bundle explanation = new Bundle(); in generateUpdate() local 87 explanation.putString(key, getExplanation(key)); in generateUpdate() 95 suppressedVisualEffects, importance, explanation, overrideGroupKeys, in generateUpdate()
|
/frameworks/rs/script_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/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/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 615 public void setImportance(int importance, CharSequence explanation) { in setImportance() argument 618 mImportanceExplanation = explanation; in setImportance()
|
D | NotificationManagerService.java | 4847 Bundle explanation = new Bundle(); in makeRankingUpdateLocked() local 4861 explanation.putCharSequence(key, record.getImportanceExplanation()); in makeRankingUpdateLocked() 4886 suppressedVisualEffects, importanceAr, explanation, overrideGroupKeys, in makeRankingUpdateLocked()
|
/frameworks/base/services/core/java/com/android/server/ |
D | EventLogTags.logtags | 173 # Task removed with source explanation.
|