HomeSort by relevance Sort by last modified time
    Searched refs:apps (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 182 * Helper class to look for interesting changes to the installed apps
234 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
237 if (apps == null) {
238 apps = new ArrayList<ApplicationInfo>();
244 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
245 for (int i=0; i<apps.size(); i++) {
246 AppEntry entry = new AppEntry(this, apps.get(i));
263 @Override public void deliverResult(List<AppEntry> apps) {
267 if (apps != null) {
268 onReleaseResources(apps);
    [all...]
  /external/chromium_org/apps/
app_lifetime_monitor_factory.cc 5 #include "apps/app_lifetime_monitor_factory.h"
7 #include "apps/app_lifetime_monitor.h"
8 #include "apps/shell_window_registry.h"
13 namespace apps { namespace
48 } // namespace apps
launcher.h 21 namespace apps { namespace
52 } // namespace apps
load_and_launch_browsertest.cc 9 #include "apps/switches.h"
21 namespace apps { namespace
49 new_cmdline.AppendSwitchNative(apps::kLoadAndLaunchApp,
91 new_cmdline.AppendSwitchNative(apps::kLoadAndLaunchApp,
117 command_line->AppendSwitchNative(apps::kLoadAndLaunchApp,
154 } // namespace apps
app_load_service.h 23 namespace apps { namespace
25 // Monitors apps being reloaded and performs app specific actions (like launch
81 } // namespace apps
app_load_service_factory.cc 5 #include "apps/app_load_service_factory.h"
7 #include "apps/app_load_service.h"
8 #include "apps/shell_window_registry.h"
15 namespace apps { namespace
57 } // namespace apps
  /external/chromium_org/chrome/browser/ui/gtk/apps/
native_app_window_gtk.h 10 #include "apps/native_app_window.h"
11 #include "apps/shell_window.h"
28 class NativeAppWindowGtk : public apps::NativeAppWindow,
32 NativeAppWindowGtk(apps::ShellWindow* shell_window,
33 const apps::ShellWindow::CreateParams& params);
112 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_app_menu_handler.cc 62 KioskAppManager::Apps apps;
63 KioskAppManager::Get()->GetApps(&apps);
66 for (size_t i = 0; i < apps.size(); ++i) {
67 const KioskAppManager::App& app_data = apps[i];
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
DisplayActivity.java 1 package com.google.android.apps.common.testing.ui.testapp;
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 17 package com.android.apps.tag;
19 import com.android.apps.tag.message.NdefMessageParser;
20 import com.android.apps.tag.message.ParsedNdefMessage;
21 import com.android.apps.tag.record.ParsedNdefRecord;
  /external/chromium_org/third_party/openssl/openssl/
Android.mk 8 # respective crypto, ssl, and apps directories so
13 include $(LOCAL_PATH)/Apps.mk
  /external/openssl/
Android.mk 8 # respective crypto, ssl, and apps directories so
13 include $(LOCAL_PATH)/Apps.mk
  /external/scrypt/
Android.mk 8 # respective crypto, ssl, and apps directories so
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 31 * Stores the list of all applications for the all apps view.
36 /** The list off all apps. */
39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
100 * Remove the apps for the given apk identified by packageName.
176 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0); local
177 return apps != null ? apps : new ArrayList<ResolveInfo>();
181 * Returns whether <em>apps</em> contains <em>component</em>
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 31 * Stores the list of all applications for the all apps view.
36 /** The list off all apps. */
39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
106 * Remove the apps for the given apk identified by packageName.
182 final List<ResolveInfo> apps = packageManager.queryIntentActivities(mainIntent, 0); local
183 return apps != null ? apps : new ArrayList<ResolveInfo>();
187 * Returns whether <em>apps</em> contains <em>component</em>
    [all...]
  /ndk/build/core/
main.mk 46 # located in apps/<name> where <name> is a liberal name that doesn't
54 NDK_APPS_ROOT := $(NDK_ROOT)/apps
56 # Get the list of apps listed under apps/*
74 # Check that all apps listed in APP do exist
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk)
105 Please follow the instructions in docs/NDK-APPS.TXT to write one.
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 87 * Helper class to look for interesting changes to the installed apps
139 @Override public void deliverResult(List<AppOpEntry> apps) {
143 if (apps != null) {
144 onReleaseResources(apps);
147 List<AppOpEntry> oldApps = apps;
148 mApps = apps;
153 super.deliverResult(apps);
205 @Override public void onCanceled(List<AppOpEntry> apps) {
206 super.onCanceled(apps);
208 // At this point we can release the resources associated with 'apps'
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/app_current_window_internal/
app_current_window_internal_api.cc 7 #include "apps/native_app_window.h"
8 #include "apps/shell_window.h"
9 #include "apps/shell_window_registry.h"
16 using apps::ShellWindow;
35 apps::ShellWindowRegistry* registry =
36 apps::ShellWindowRegistry::Get(profile());
  /external/chromium_org/chrome/common/extensions/docs/server2/
path_canonicalizer.py 24 many incarnations - e.g. there didn't use to be apps/ - there may be old
37 channel-less URL) or temporary (e.g. when we redirect from an apps-only API
62 # People go to just "extensions" or "apps". Redirect to the directory.
63 if path in ('extensions', 'apps'):
67 # for extensions/apps to redirect to, if any. We see a few different cases
73 # - Wrong names ("apps/browserAction.html"). This really does happen,
75 if path.startswith(('extensions/', 'apps/')):
82 '/'.join((svn_constants.PUBLIC_TEMPLATE_PATH, 'apps')))
102 path = 'apps/%s' % apps_path
  /external/chromium_org/chrome/tools/build/linux/
chrome-wrapper 54 apps="${XDG_DATA_HOME:-$HOME/.local/share}/applications"
55 mkdir -p "$apps"
56 cat > "$apps/$DESKTOP.desktop" << EOF
  /external/chromium_org/apps/app_shim/
app_shim_handler_mac.h 10 #include "apps/app_shim/app_shim_launch.h"
15 namespace apps { namespace
74 } // namespace apps
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
native_app_window_cocoa.h 11 #include "apps/native_app_window.h"
12 #include "apps/shell_window.h"
44 class NativeAppWindowCocoa : public apps::NativeAppWindow {
46 NativeAppWindowCocoa(apps::ShellWindow* shell_window,
47 const apps::ShellWindow::CreateParams& params);
156 apps::ShellWindow* shell_window_; // weak - ShellWindow owns NativeAppWindow.
  /external/chromium_org/ui/app_list/
app_list_model.h 21 // Master model of app list that consists of three sub models: Apps,
22 // SearchBoxModel and SearchResults. The Apps sub model owns a list of
29 STATUS_SYNCING, // Syncing apps or installing synced apps.
32 typedef ui::ListModel<AppListItemModel> Apps;
43 Apps* apps() { return apps_.get(); } function in class:app_list::AppListModel
49 scoped_ptr<Apps> apps_;
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
SmokeTestRunner.java 48 final List<ResolveInfo> apps = ProcessErrorsTest.getLauncherActivities(pm); local
68 for (final ResolveInfo app : apps) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;

Completed in 752 milliseconds

1 2 34 5 6 7 8 91011>>