Searched refs:assertSecurityExceptionThrownForMode (Results 1 – 1 of 1) sorted by relevance
252 assertSecurityExceptionThrownForMode(BugreportParams.BUGREPORT_MODE_FULL); in startBugreport_fullBugreport()257 assertSecurityExceptionThrownForMode(BugreportParams.BUGREPORT_MODE_INTERACTIVE); in startBugreport_interactiveBugreport()262 assertSecurityExceptionThrownForMode(BugreportParams.BUGREPORT_MODE_REMOTE); in startBugreport_remoteBugreport()267 assertSecurityExceptionThrownForMode(BugreportParams.BUGREPORT_MODE_WEAR); in startBugreport_wearBugreport()272 assertSecurityExceptionThrownForMode(BugreportParams.BUGREPORT_MODE_WIFI); in startBugreport_wifiBugreport()432 private void assertSecurityExceptionThrownForMode(int mode) { in assertSecurityExceptionThrownForMode() method in BugreportManagerTest