Home
last modified time | relevance | path

Searched refs:getCurrentBugReportHandlerAppAndUser (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DBugReportHandlerPreferenceController.java73 final String handlerApp = mBugReportHandlerUtil.getCurrentBugReportHandlerAppAndUser( in getCurrentBugReportHandlerAppLabel()
/aosp12/packages/apps/Settings/src/com/android/settings/bugreporthandler/
H A DBugReportHandlerUtil.java73 public Pair<String, Integer> getCurrentBugReportHandlerAppAndUser(Context context) { in getCurrentBugReportHandlerAppAndUser() method in BugReportHandlerUtil
H A DBugReportHandlerPicker.java137 getBugReportHandlerUtil().getCurrentBugReportHandlerAppAndUser(getContext()); in getDefaultKey()