• 大小: 33.57M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: Java
  • 标签:

资源简介

Android 语音打电话(语音识别-11_098).zip

资源截图

代码片段和文件信息

package com.mingrisoft.voicephone;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
 * Instrumentation test which will execute on an Android device.
 *
 * @see Testing documentation
 */
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
    @Test
    public void useAppContext() throws Exception {
        // Context of the app under test.
        Context appContext = InstrumentationRegistry.getTargetContext();

        assertEquals(“com.mingrisoft.voicephone“ appContext.getPackageName());
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         127  2016-11-22 08:54  Project\VoicePhone\.gitignore
     文件         521  2016-11-22 08:54  Project\VoicePhone\build.gradle
     文件         747  2016-11-22 08:54  Project\VoicePhone\gradle.properties
     文件        4971  2016-11-22 08:54  Project\VoicePhone\gradlew
     文件        2404  2016-11-22 08:54  Project\VoicePhone\gradlew.bat
     文件         459  2016-12-16 11:40  Project\VoicePhone\local.properties
     文件          16  2016-11-22 08:54  Project\VoicePhone\settings.gradle
     文件         864  2016-11-22 08:56  Project\VoicePhone\VoicePhone.iml
     文件          31  2016-11-22 08:54  Project\VoicePhone\.gradle\2.14.1\taskArtifacts\cache.properties
     文件          17  2017-07-21 15:38  Project\VoicePhone\.gradle\2.14.1\taskArtifacts\cache.properties.lock
     文件      299765  2017-07-21 15:38  Project\VoicePhone\.gradle\2.14.1\taskArtifacts\fileHashes.bin
     文件     5248852  2017-07-21 15:38  Project\VoicePhone\.gradle\2.14.1\taskArtifacts\fileSnapshots.bin
     文件       31226  2017-07-21 15:38  Project\VoicePhone\.gradle\2.14.1\taskArtifacts\fileSnapshotsToTreeSnapshotsIndex.bin
     文件      163691  2017-07-21 15:38  Project\VoicePhone\.gradle\2.14.1\taskArtifacts\taskArtifacts.bin
     文件       66201  2017-04-12 09:20  Project\VoicePhone\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.bin
     文件          17  2017-04-12 09:20  Project\VoicePhone\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.lock
     文件       21913  2017-04-12 09:20  Project\VoicePhone\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.bin
     文件          17  2017-04-12 09:20  Project\VoicePhone\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.lock
     文件         686  2017-07-21 15:38  Project\VoicePhone\.idea\compiler.xml
     文件         699  2017-07-21 15:38  Project\VoicePhone\.idea\gradle.xml
     文件         882  2017-07-21 15:38  Project\VoicePhone\.idea\misc.xml
     文件         357  2017-07-21 15:38  Project\VoicePhone\.idea\modules.xml
     文件         564  2017-07-21 15:38  Project\VoicePhone\.idea\runConfigurations.xml
     文件      133636  2017-07-21 15:38  Project\VoicePhone\.idea\workspace.xml
     文件          76  2017-07-21 15:38  Project\VoicePhone\.idea\copyright\profiles_settings.xml
     文件         241  2017-07-21 15:38  Project\VoicePhone\.idea\libraries\android_android_24.xml
     文件         645  2017-07-21 15:38  Project\VoicePhone\.idea\libraries\animated_vector_drawable_24_2_1.xml
     文件         761  2017-07-21 15:38  Project\VoicePhone\.idea\libraries\appcompat_v7_24_2_1.xml
     文件         627  2017-07-21 15:38  Project\VoicePhone\.idea\libraries\espresso_core_2_2_2.xml
     文件         682  2017-07-21 15:38  Project\VoicePhone\.idea\libraries\espresso_idling_resource_2_2_2.xml
     文件         700  2017-07-21 15:38  Project\VoicePhone\.idea\libraries\exposed_instrumentation_api_publish_0_5.xml
............此处省略58个文件信息

评论

共有 条评论