Home | History | Annotate | Download | only in ephemeralapp1

Lines Matching defs:connection

462             final TestServiceConnection connection = new TestServiceConnection();
465 startNormalIntent, connection, Context.BIND_AUTO_CREATE /*flags*/),
468 InstrumentationRegistry.getContext().unbindService(connection);
477 final TestServiceConnection connection = new TestServiceConnection();
480 startNormalIntent, connection, Context.BIND_AUTO_CREATE /*flags*/),
483 InstrumentationRegistry.getContext().unbindService(connection);
643 final TestServiceConnection connection = new TestServiceConnection();
646 startExposedIntent, connection, Context.BIND_AUTO_CREATE /*flags*/),
662 InstrumentationRegistry.getContext().unbindService(connection);
672 final TestServiceConnection connection = new TestServiceConnection();
675 startExposedIntent, connection, Context.BIND_AUTO_CREATE /*flags*/),
691 InstrumentationRegistry.getContext().unbindService(connection);
954 final TestServiceConnection connection = new TestServiceConnection();
957 startEphemeralIntent, connection, Context.BIND_AUTO_CREATE /*flags*/),
971 InstrumentationRegistry.getContext().unbindService(connection);
981 final TestServiceConnection connection = new TestServiceConnection();
984 startEphemeralIntent, connection, Context.BIND_AUTO_CREATE /*flags*/),
998 InstrumentationRegistry.getContext().unbindService(connection);