HomeSort by relevance Sort by last modified time
    Searched refs:shareDescription (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 819 final String shareDescription = intent.getStringExtra(EXTRA_DESCRIPTION);
820 if (!TextUtils.isEmpty(shareDescription)) {
821 info.shareDescription= shareDescription;
824 + " shareDescription is " + info.shareDescription);
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.aidl 360 * @param shareDescription should be less than 91 bytes when encoded into UTF-8 format
362 * @throws IllegalArgumentException if shareTitle or shareDescription is too big or if the
365 void requestTelephonyBugReport(in String shareTitle, in String shareDescription);
374 * @param shareDescription should be less than 91 bytes when encoded into UTF-8 format
376 * @throws IllegalArgumentException if shareTitle or shareDescription is too big or if the
379 void requestWifiBugReport(in String shareTitle, in String shareDescription);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 703 milliseconds