Searched defs:mConnectionServiceAdapters (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java203 if (!mConnectionServiceAdapters.add(adapter)) {
213 if (!mConnectionServiceAdapters.remove(adapter)) {
420 public final Set<IConnectionServiceAdapter> mConnectionServiceAdapters = new HashSet<>(); field in class:ConnectionServiceFixture
434 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
444 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
451 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
458 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
466 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
473 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
479 for (IConnectionServiceAdapter a : mConnectionServiceAdapters) {
[all...]

Completed in 17 milliseconds