Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bugreporthandler/
H A DBugReportHandlerPickerTest.java135 when(mBugReportHandlerUtil.getValidBugReportHandlerInfos(any())) in testClickingItemSuccess()
154 when(mBugReportHandlerUtil.getValidBugReportHandlerInfos(any())) in testClickingItemFail()
/aosp12/packages/apps/Settings/src/com/android/settings/bugreporthandler/
H A DBugReportHandlerUtil.java155 public List<Pair<ApplicationInfo, Integer>> getValidBugReportHandlerInfos(Context context) { in getValidBugReportHandlerInfos() method in BugReportHandlerUtil
H A DBugReportHandlerPicker.java109 getBugReportHandlerUtil().getValidBugReportHandlerInfos(context); in getCandidates()