From 435257973bcc472a1b9d2f9852ac1fa26cf74e06 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Wed, 25 Oct 2017 11:12:30 -0700 Subject: Add support for voicemailURI to annotated call log for new voicemail tab VoicemailUri is required to play voicemail audio files. We need it to be able to play the voicemails in the voicemail tab. A follow up CL will be using the uri to play the audio, but via a media player. Bug: 64882313 Test: Unit tests PiperOrigin-RevId: 173422683 Change-Id: Ib438e3020c83e11a2c54c3e941c93e83dba9bc90 --- .../dialer/binary/aosp/testing/TestActivity.java | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 java/com/android/dialer/binary/aosp/testing/TestActivity.java (limited to 'java/com/android/dialer/binary') diff --git a/java/com/android/dialer/binary/aosp/testing/TestActivity.java b/java/com/android/dialer/binary/aosp/testing/TestActivity.java deleted file mode 100644 index 9cb26dab7..000000000 --- a/java/com/android/dialer/binary/aosp/testing/TestActivity.java +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2017 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * 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.dialer.binary.aosp.testing; - -import android.app.Activity; - -/** - * An empty Activity to use in tests. This can be useful when UI needs to be tested outside an - * Activity, either as a background or to keep the test framework running. - */ -public class TestActivity extends Activity {} -- cgit v1.2.3