Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java729 int brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService() local
730 if (brCode != Activity.RESULT_CANCELED) { in testBackgroundCheckBroadcastService()
731 fail("Didn't fail starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
750 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
751 if (brCode != Activity.RESULT_FIRST_USER) { in testBackgroundCheckBroadcastService()
752 fail("Failed starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
785 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
786 if (brCode != Activity.RESULT_CANCELED) { in testBackgroundCheckBroadcastService()
787 fail("Didn't fail starting service, result=" + brCode); in testBackgroundCheckBroadcastService()
804 brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService()
[all …]