Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bugreporthandler/
DBugReportHandlerPickerTest.java138 when(mBugReportHandlerUtil.setCurrentBugReportHandlerAppAndUser(any(), eq(PACKAGE_NAME), in testClickingItemSuccess()
146 verify(mBugReportHandlerUtil, times(1)).setCurrentBugReportHandlerAppAndUser(any(), in testClickingItemSuccess()
157 when(mBugReportHandlerUtil.setCurrentBugReportHandlerAppAndUser(any(), eq(PACKAGE_NAME), in testClickingItemFail()
165 verify(mBugReportHandlerUtil, times(1)).setCurrentBugReportHandlerAppAndUser(any(), in testClickingItemFail()
/packages/apps/Settings/src/com/android/settings/bugreporthandler/
DBugReportHandlerUtil.java137 public boolean setCurrentBugReportHandlerAppAndUser(Context context, String handlerApp, in setCurrentBugReportHandlerAppAndUser() method in BugReportHandlerUtil
DBugReportHandlerPicker.java143 return getBugReportHandlerUtil().setCurrentBugReportHandlerAppAndUser(getContext(), in setDefaultKey()