HomeSort by relevance Sort by last modified time
    Searched defs:applications (Results 1 - 20 of 20) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetailsTop.java 1 package com.android.settings.applications;
InterestingConfigChanges.java 17 package com.android.settings.applications;
AppViewHolder.java 1 package com.android.settings.applications;
LinearColorBar.java 4 package com.android.settings.applications;
RunningServiceDetails.java 1 package com.android.settings.applications;
RunningProcessesView.java 17 package com.android.settings.applications;
ApplicationsState.java 1 package com.android.settings.applications;
36 * Keeps track of information about all installed applications, lazy-loading
241 // Information about all applications. Synchronize on mEntriesMap
257 * Receives notifications when applications are added/removed.
292 // When applications become available or unavailable (perhaps because
610 // Need to trim out any applications that are disabled by
    [all...]
InstalledAppDetails.java 17 package com.android.settings.applications;
21 import com.android.settings.applications.ApplicationsState.AppEntry;
81 * For system applications, an option to clear user data is displayed only if data size is > 0.
82 * System applications that do not want clear user data do not have this option.
83 * For non-system applications, there is no option to clear data. Instead there is an option to
312 // Disable button for core system applications.
    [all...]
RunningState.java 17 package com.android.settings.applications;
49 * applications/processes/services.
    [all...]
ManageApplications.java 17 package com.android.settings.applications;
73 import com.android.settings.applications.ApplicationsState.AppEntry;
129 * options to uninstall/delete user data for system applications. This activity
158 // Filter options used for displayed list of applications
512 * applications, we need to return the correct index of position. This is done by mapping
514 * The order of applications in the list is mirrored in mAppLocalList
    [all...]
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
MockActivityManager.java 16 package com.android.providers.applications;
MockPackageManager.java 19 package com.android.providers.applications;
42 * ApplicationsProvider uses this method to query the list of applications.
ApplicationsProviderForTesting.java 17 package com.android.providers.applications;
ApplicationsProviderTest.java 17 package com.android.providers.applications;
25 import android.provider.Applications;
36 * applications on the device. The ApplicationsProvider's persistent database
48 super(ApplicationsProviderForTesting.class, Applications.AUTHORITY);
62 // Decouple the provider from Android's real list of applications.
78 * Register a few default applications with the ApplicationsProvider that
246 Cursor cursor = Applications.search(getMockContentResolver(), searchQuery);
274 Uri.Builder uriBuilder = Applications.CONTENT_URI.buildUpon();
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationLauncher.java 17 package com.android.providers.applications;
27 import android.provider.Applications;
63 mCursor = Applications.search(getContentResolver(), query);
84 Uri uri = ApplicationsAdapter.getColumnUri(mCursor, Applications.ApplicationColumns.URI);
89 ComponentName componentName = Applications.uriToComponentName(uri);
ApplicationsAdapter.java 17 package com.android.providers.applications;
22 import android.provider.Applications;
43 Uri iconUri = getColumnUri(cursor, Applications.ApplicationColumns.ICON);
44 String name = getColumnString(cursor, Applications.ApplicationColumns.NAME);
ApplicationsProvider.java 17 package com.android.providers.applications;
49 import android.provider.Applications;
61 * Fetches the list of applications installed on the phone to provide search suggestions.
63 * {@link android.provider.Applications} should be updated.
66 * to date list of installed applications. Alternatively, Launcher could be updated to use this
99 private static final String APPLICATIONS_TABLE = "applications";
113 * An in-memory database storing the details of applications installed on
123 * applications list within this window.
129 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY,
131 matcher.addURI(Applications.AUTHORITY, SearchManager.SUGGEST_URI_PATH_QUERY + "/*"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 212 NodeList applications = root.getElementsByTagName(AndroidManifest.NODE_APPLICATION); local
214 if (applications.getLength() > 0) {
215 assert applications.getLength() == 1;
216 Element application = (Element) applications.item(0);
  /external/bluetooth/bluez/health/
hdp.c 54 static GSList *applications = NULL; variable
268 GSList *l = g_slist_find_custom(applications, &id, cmp_app_id);
339 applications = g_slist_remove(applications, app);
378 applications = g_slist_prepend(applications, app);
401 l = g_slist_find_custom(applications, path, cmp_app);
410 applications = g_slist_remove(applications, app);
419 g_slist_foreach(applications, (GFunc) hdp_application_unref, NULL)
    [all...]
  /hardware/ril/include/telephony/
ril.h 521 RIL_AppStatus applications[RIL_CARD_MAX_APPS]; member in struct:__anon17983
532 RIL_AppStatus applications[RIL_CARD_MAX_APPS]; member in struct:__anon17984
    [all...]

Completed in 368 milliseconds