HomeSort by relevance Sort by last modified time
    Searched defs:IntentReceiver (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/libcorefileio/src/android/cts/
FileChannelInterProcessLockTest.java 422 IntentReceiver.resetReceiverState();
430 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS));
458 IntentReceiver.resetReceiverState();
480 assertTrue(IntentReceiver.lockHeldLatch.await(MAX_WAIT_TIME, SECONDS));
489 assertTrue(IntentReceiver.lockReleasedLatch.await(MAX_WAIT_TIME, SECONDS));
491 Bundle remoteLockReleasedBundle = IntentReceiver.lockReleasedBundle;
537 if (IntentReceiver.onStopLatch != null) {
538 assertTrue(IntentReceiver.onStopLatch.await(MAX_WAIT_TIME, SECONDS));
    [all...]
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
CarrierApiTest.java 185 IntentReceiver intentReceiver = new IntentReceiver();
189 getContext().registerReceiver(intentReceiver, intentFilter);
193 intentReceiver.waitForReceive());
378 private static class IntentReceiver extends BroadcastReceiver {
  /packages/apps/TV/src/com/android/tv/tuner/
TunerInputController.java 334 final Intent networkCheckingIntent = new Intent(context, IntentReceiver.class);
449 public static class IntentReceiver extends BroadcastReceiver {

Completed in 211 milliseconds