Home | History | Annotate | Download | only in tests
      1 mmm packages/providers/ApplicationsProvider || return
      2 mmm packages/providers/ApplicationsProvider/tests || return
      3 adb install -r ${OUT}/system/app/ApplicationsProvider.apk || return
      4 adb install -r ${OUT}/data/app/ApplicationsProviderTests.apk || return
      5 adb shell am instrument -w -e class com.android.providers.applications.ApplicationsProviderTest com.android.providers.applications.tests/android.test.InstrumentationTestRunner || return
      6 
      7