Home
last modified time | relevance | path

Searched defs:reportMsg (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
DShadeDisplayAwareDetector.kt129 private fun reportMsg(className: String) = in <lambda>() method
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java83 final String reportMsg = checkForProcessErrors(); in testNoProcessErrorsAfterBoot() local
214 final String reportMsg = reportListContents(errList); in checkForProcessErrors() local
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java394 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions() local
427 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch() local
458 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver() local
485 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch() local
506 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled() local
545 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete() local
1629 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in addForegroundUserAndContinueUserSwitch() local