HomeSort by relevance Sort by last modified time
    Searched refs:sConnectionService (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsRemoteConnectionService.java 37 * sConnectionService: Contains the connection service object provided by the current test in
48 private static ConnectionService sConnectionService;
75 if (sConnectionService != null) {
78 sConnectionService = connectionService;
86 sConnectionService = null;
94 if (sConnectionService != null) {
95 return sConnectionService.onCreateOutgoingConnection(
108 if (sConnectionService != null) {
109 return sConnectionService.onCreateIncomingConnection(
121 if (sConnectionService != null)
    [all...]
CtsConnectionService.java 43 * sConnectionService: Contains the connection service object provided by the current test in
55 private static ConnectionService sConnectionService;
71 if (sConnectionService != null) {
74 sConnectionService = connectionService;
81 sConnectionService = null;
89 if (sConnectionService != null) {
90 return sConnectionService.onCreateOutgoingConnection(
102 if (sConnectionService != null) {
103 return sConnectionService.onCreateIncomingConnection(
114 if (sConnectionService != null)
    [all...]
CtsSelfManagedConnectionService.java 51 private static CtsSelfManagedConnectionService sConnectionService;
74 return sConnectionService;
79 sConnectionService = this;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsConnectionService.java 48 private static CtsConnectionService sConnectionService;
56 return sConnectionService;
60 if (sConnectionService == null) {
66 return sConnectionService;
71 sConnectionService = this;
101 sConnectionService = null;
CtsSelfManagedConnectionService.java 28 private static CtsSelfManagedConnectionService sConnectionService;
36 return sConnectionService;
40 if (sConnectionService == null) {
46 return sConnectionService;
51 sConnectionService = this;

Completed in 313 milliseconds