Home
last modified time | relevance | path

Searched refs:getCurrentBugReportHandlerAppLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
DBugReportHandlerPreferenceController.java63 final CharSequence currentBugReportHandlerAppLabel = getCurrentBugReportHandlerAppLabel(); in updateState()
72 CharSequence getCurrentBugReportHandlerAppLabel() { in getCurrentBugReportHandlerAppLabel() method in BugReportHandlerPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBugReportHandlerPreferenceControllerTest.java97 doReturn("SomeRandomAppLabel!!!").when(mController).getCurrentBugReportHandlerAppLabel(); in updateState_hasCurrentBugReportHandlerAppLabel_setAppLabel()
109 doReturn(null).when(mController).getCurrentBugReportHandlerAppLabel(); in updateState_noCurrentBugReportHandlerAppLabel_setAppDefaultLabel()