Update dangling references to #placeCall.
Change-Id: I68711ae4c50ac27f2d90da357e3106ca2d585f95
diff --git a/src/com/android/telecomm/Switchboard.java b/src/com/android/telecomm/Switchboard.java
index d2c5bf9..6afadb8 100644
--- a/src/com/android/telecomm/Switchboard.java
+++ b/src/com/android/telecomm/Switchboard.java
@@ -78,9 +78,8 @@
/**
* The set of currently available call service implementations, see
- * {@link CallServiceRepository}. Populated after a lookup for call services as part of
- * {@link #placeCall}. It is cleared periodically when there are no more new or pending outgoing
- * calls.
+ * {@link CallServiceRepository}. Populated during call-service lookup cycles as part of the
+ * {@link #placeOutgoingCall} flow and cleared upon zero-remaining new/pending outgoing calls.
*/
private Set<CallServiceWrapper> mCallServices;
@@ -93,7 +92,7 @@
/**
* The current lookup-cycle ID used with the repositories. Incremented with each invocation
- * of {@link #placeCall} and passed to the repositories via initiateLookup().
+ * of {@link #placeOutgoingCall} and passed to the repositories via initiateLookup().
*/
private int mLookupId = 0;