Searched refs:brCode (Results 1 – 1 of 1) sorted by relevance
729 int brCode = br.getReceivedCode(); in testBackgroundCheckBroadcastService() local730 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 …]