Searched refs:setCurrentBugReportHandlerAppAndUser (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/bugreporthandler/ |
D | BugReportHandlerPickerTest.java | 138 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/ |
D | BugReportHandlerUtil.java | 137 public boolean setCurrentBugReportHandlerAppAndUser(Context context, String handlerApp, in setCurrentBugReportHandlerAppAndUser() method in BugReportHandlerUtil
|
D | BugReportHandlerPicker.java | 143 return getBugReportHandlerUtil().setCurrentBugReportHandlerAppAndUser(getContext(), in setDefaultKey()
|