Searched refs:finalIntent (Results 1 – 1 of 1) sorted by relevance
396 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent() local397 finalIntent.setClass(mContext, ConnectivityReceiver.class); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()398 mContext.sendBroadcast(finalIntent); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()410 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_whenRegistered_shouldReceiveIntent() local411 finalIntent.setClass(mContext, ConnectivityReceiver.class); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()412 mContext.sendBroadcast(finalIntent); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()