// Try both the old and new brick intent names. Neither should work,
// since this test application doesn't have the required permission.
// If it does work, well, the test certainly won't pass.
getContext().sendBroadcast(new Intent("SHES_A_BRICK_HOUSE"));
getContext().sendBroadcast(new Intent("android.intent.action.BRICK"));