Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java395 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in startForegroundUserAssertions() local
433 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitch() local
464 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchBadReceiver() local
491 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitch() local
513 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchDismissKeyguard() local
535 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testContinueUserSwitchUIDisabled() local
575 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in testDispatchUserSwitchComplete() local
1659 Message reportMsg = mInjector.mHandler.getMessageForCode(REPORT_USER_SWITCH_MSG); in addForegroundUserAndContinueUserSwitch() local
/aosp_15_r20/frameworks/base/packages/SystemUI/checks/src/com/android/internal/systemui/lint/
H A DShadeDisplayAwareDetector.kt130 private fun reportMsg(className: String) = in <lambda>() method
/aosp_15_r20/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java83 final String reportMsg = checkForProcessErrors(); in testNoProcessErrorsAfterBoot() local
214 final String reportMsg = reportListContents(errList); in checkForProcessErrors() local