Searched refs:setCurrentBugReportHandlerAppAndUser (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/bugreporthandler/ |
D | BugReportHandlerPickerTest.java | 142 when(mBugReportHandlerUtil.setCurrentBugReportHandlerAppAndUser(any(), eq(PACKAGE_NAME), in testClickingItemSuccess() 150 verify(mBugReportHandlerUtil, times(1)).setCurrentBugReportHandlerAppAndUser(any(), in testClickingItemSuccess() 161 when(mBugReportHandlerUtil.setCurrentBugReportHandlerAppAndUser(any(), eq(PACKAGE_NAME), in testClickingItemFail() 169 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 | 146 return getBugReportHandlerUtil().setCurrentBugReportHandlerAppAndUser(getContext(), in setDefaultKey()
|