Searched refs:TEST_ACTIVITY_LOADED (Results 1 – 3 of 3) sorted by relevance
74 filter.addAction(Utils.TEST_ACTIVITY_LOADED); in setUpAndRegisterReceiver()120 } else if (action.equals(Utils.TEST_ACTIVITY_LOADED) && mTestWebViewLatch != null) { in onReceive()
75 sendBroadcast(new Intent(Utils.TEST_ACTIVITY_LOADED)); in onCreate()
67 public static final String TEST_ACTIVITY_LOADED = ACTION_PREFIX + "test_activity_hasResumed"; field in Utils