HomeSort by relevance Sort by last modified time
    Searched refs:ApplicationsProvider (Results 1 - 7 of 7) sorted by null

  /packages/providers/ApplicationsProvider/
Android.mk 10 LOCAL_PACKAGE_NAME := ApplicationsProvider
  /packages/providers/ApplicationsProvider/tests/
Android.mk 10 LOCAL_INSTRUMENTATION_FOR := ApplicationsProvider
  /build/target/product/
core_minimal.mk 26 ApplicationsProvider \
mini.mk 56 ApplicationsProvider \
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderForTesting.java 32 * An extension of {@link ApplicationsProvider} that makes its testing easier.
34 public class ApplicationsProviderForTesting extends ApplicationsProvider {
ApplicationsProviderTest.java 33 * Instrumentation test for the ApplicationsProvider.
36 * applications on the device. The ApplicationsProvider's persistent database
38 * database of the actual ApplicationsProvider installed on the device.
59 * Ensures that the ApplicationsProvider is in a ready-to-test state.
78 * Register a few default applications with the ApplicationsProvider that
194 * The ApplicationsProvider must only rank by launch count if the caller
263 int nameIndex = cursor.getColumnIndex(ApplicationsProvider.NAME);
277 uriBuilder.appendQueryParameter(ApplicationsProvider.REFRESH_STATS, "");
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 70 public class ApplicationsProvider extends ContentProvider {
74 private static final String TAG = "ApplicationsProvider";
115 * the device. Populated when the ApplicationsProvider is launched.
697 // applications. Without this restriction the ApplicationsProvider

Completed in 1151 milliseconds