Moves several TODO(klp) to TODO
Bug: 10605959
Change-Id: Ib7fec83a4bc59b1bd0b200af9ab63a298dd2b211
diff --git a/src/com/android/phone/CallCommandService.java b/src/com/android/phone/CallCommandService.java
index 2220874..b38517e 100644
--- a/src/com/android/phone/CallCommandService.java
+++ b/src/com/android/phone/CallCommandService.java
@@ -57,7 +57,7 @@
}
/**
- * TODO(klp): Add a confirmation callback parameter.
+ * TODO: Add a confirmation callback parameter.
*/
@Override
public void answerCall(int callId) {
@@ -72,7 +72,7 @@
}
/**
- * TODO(klp): Add a confirmation callback parameter.
+ * TODO: Add a confirmation callback parameter.
*/
@Override
public void rejectCall(int callId, boolean rejectWithMessage, String message) {
diff --git a/src/com/android/phone/CallModeler.java b/src/com/android/phone/CallModeler.java
index 5420945..271144e 100644
--- a/src/com/android/phone/CallModeler.java
+++ b/src/com/android/phone/CallModeler.java
@@ -70,7 +70,7 @@
* the telephony layer. We use Connection references as identifiers for a call;
* new reference = new call.
*
- * TODO(klp): Create a new Call class to replace the simple call Id ints
+ * TODO: Create a new Call class to replace the simple call Id ints
* being used currently.
*
* The new Call models are parcellable for transfer via the CallHandlerService
diff --git a/src/com/android/phone/CallNotifier.java b/src/com/android/phone/CallNotifier.java
index c7db763..a91308e 100644
--- a/src/com/android/phone/CallNotifier.java
+++ b/src/com/android/phone/CallNotifier.java
@@ -759,7 +759,7 @@
// There's no need to force a UI update since we update the
// in-call notification ourselves (below), and the InCallScreen
// listens for phone state changes itself.
- // TODO(klp): Have BluetoothManager listen to CallModeler instead of relying on
+ // TODO: Have BluetoothManager listen to CallModeler instead of relying on
// CallNotifier
mBluetoothManager.updateBluetoothIndication();