Searched refs:ConnectivityReceiver (Results 1 – 4 of 4) sorted by relevance
28 public class ConnectivityReceiver extends BroadcastReceiver { class34 synchronized (ConnectivityReceiver.class) { in prepare()46 synchronized (ConnectivityReceiver.class) { in waitForBroadcast()
464 ConnectivityReceiver.prepare(); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()470 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()471 finalIntent.setClass(mContext, ConnectivityReceiver.class); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()473 assertFalse(ConnectivityReceiver.waitForBroadcast()); in testConnectivityChanged_manifestRequestOnly_shouldNotReceiveIntent()481 ConnectivityReceiver.prepare(); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()482 ConnectivityReceiver receiver = new ConnectivityReceiver(); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()488 Intent finalIntent = new Intent(ConnectivityReceiver.FINAL_ACTION); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()489 finalIntent.setClass(mContext, ConnectivityReceiver.class); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()492 assertTrue(ConnectivityReceiver.waitForBroadcast()); in testConnectivityChanged_whenRegistered_shouldReceiveIntent()
23 public class ConnectivityReceiver extends BroadcastReceiver { class
70196 @dalvik.annotation.InnerClass (accessFlags =2 name =ConnectivityReceiver )70197 …class android.server.checkin.CheckinService$ConnectivityReceiver extends android.content.Broadcast…70258 …tion.MemberClasses (value =Landroid/server/checkin/CheckinService$ConnectivityReceiver;Landroid/se…