Loading src/com/android/server/telecom/CallerInfoAsyncQueryFactory.java +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */package com.android.server.telecom; */ package com.android.server.telecom; import com.android.internal.telephony.CallerInfoAsyncQuery; Loading src/com/android/server/telecom/CallsManager.java +5 −2 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ import com.android.internal.telephony.AsyncEmergencyContactNotifier; import com.android.internal.telephony.PhoneConstants; import com.android.internal.telephony.TelephonyProperties; import com.android.internal.util.IndentingPrintWriter; import com.android.server.telecom.TelecomServiceImpl.DefaultDialerManagerAdapter; import com.android.server.telecom.components.ErrorDialogActivity; import java.util.Collection; Loading Loading @@ -200,7 +201,8 @@ public class CallsManager extends Call.ListenerBase CallAudioManager.AudioServiceFactory audioServiceFactory, BluetoothManager bluetoothManager, WiredHeadsetManager wiredHeadsetManager, SystemStateProvider systemStateProvider) { SystemStateProvider systemStateProvider, DefaultDialerManagerAdapter defaultDialerAdapter) { mContext = context; mLock = lock; mContactsAsyncHelper = contactsAsyncHelper; Loading Loading @@ -238,7 +240,8 @@ public class CallsManager extends Call.ListenerBase RingtoneFactory ringtoneFactory = new RingtoneFactory(this, context); SystemVibrator systemVibrator = new SystemVibrator(context); AsyncRingtonePlayer asyncRingtonePlayer = new AsyncRingtonePlayer(); mInCallController = new InCallController(context, mLock, this, systemStateProvider); mInCallController = new InCallController( context, mLock, this, systemStateProvider, defaultDialerAdapter); mRinger = new Ringer(playerFactory, context, systemSettingsUtil, asyncRingtonePlayer, ringtoneFactory, systemVibrator, mInCallController); Loading Loading
src/com/android/server/telecom/CallerInfoAsyncQueryFactory.java +2 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */package com.android.server.telecom; */ package com.android.server.telecom; import com.android.internal.telephony.CallerInfoAsyncQuery; Loading
src/com/android/server/telecom/CallsManager.java +5 −2 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ import com.android.internal.telephony.AsyncEmergencyContactNotifier; import com.android.internal.telephony.PhoneConstants; import com.android.internal.telephony.TelephonyProperties; import com.android.internal.util.IndentingPrintWriter; import com.android.server.telecom.TelecomServiceImpl.DefaultDialerManagerAdapter; import com.android.server.telecom.components.ErrorDialogActivity; import java.util.Collection; Loading Loading @@ -200,7 +201,8 @@ public class CallsManager extends Call.ListenerBase CallAudioManager.AudioServiceFactory audioServiceFactory, BluetoothManager bluetoothManager, WiredHeadsetManager wiredHeadsetManager, SystemStateProvider systemStateProvider) { SystemStateProvider systemStateProvider, DefaultDialerManagerAdapter defaultDialerAdapter) { mContext = context; mLock = lock; mContactsAsyncHelper = contactsAsyncHelper; Loading Loading @@ -238,7 +240,8 @@ public class CallsManager extends Call.ListenerBase RingtoneFactory ringtoneFactory = new RingtoneFactory(this, context); SystemVibrator systemVibrator = new SystemVibrator(context); AsyncRingtonePlayer asyncRingtonePlayer = new AsyncRingtonePlayer(); mInCallController = new InCallController(context, mLock, this, systemStateProvider); mInCallController = new InCallController( context, mLock, this, systemStateProvider, defaultDialerAdapter); mRinger = new Ringer(playerFactory, context, systemSettingsUtil, asyncRingtonePlayer, ringtoneFactory, systemVibrator, mInCallController); Loading