Home
last modified time | relevance | path

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

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