Home
last modified time | relevance | path

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

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