Update references in AndroidManifest.

Missing new references in renamed files. Will cause crash if not fixed.

Bug: 19236241
Change-Id: I97f727fc2f9b9630d8ad972c7c0ef106c93733c1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6febe8d..b89c0f2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -631,7 +631,7 @@
             </intent-filter>
         </receiver>
         <service
-            android:name="com.android.phone.vvm.omtp.OmtpVvmSyncService"
+            android:name="com.android.phone.vvm.omtp.sync.OmtpVvmSyncService"
             android:exported="true"
             android:process=":sync">
             <intent-filter>
@@ -657,7 +657,7 @@
             </intent-filter>
        </receiver>
        <receiver
-           android:name="com.android.phone.vvm.omtp.sync.FetchVoicemailReceiver"
+           android:name="com.android.phone.vvm.omtp.fetch.FetchVoicemailReceiver"
            android:exported="true">
            <intent-filter>
               <action android:name="android.intent.action.FETCH_VOICEMAIL" />