/external/chromium_org/apps/ |
load_and_launch_browsertest.cc | 9 #include "apps/switches.h" 12 #include "chrome/browser/apps/app_browsertest_util.h" 21 namespace apps { namespace 49 new_cmdline.AppendSwitchNative(apps::kLoadAndLaunchApp, 91 new_cmdline.AppendSwitchNative(apps::kLoadAndLaunchApp, 117 command_line->AppendSwitchNative(apps::kLoadAndLaunchApp, 155 } // namespace apps
|
/external/chromium_org/chrome/browser/extensions/ |
default_apps_unittest.cc | 41 // Chrome OS has different way of installing default apps. 42 // Android does not currently support installing apps via Chrome. 50 // The default apps should be installed if kDefaultAppsInstallState 56 // The default apps should only be installed once. 61 // The default apps should not be installed if the state is 69 // The old default apps with kAlwaysInstallDefaultAppss should be migrated. 85 // The old default apps with kProvideLegacyDefaultApps should be migrated
|
default_apps.cc | 36 // Don't bother installing default apps in locales where it is known that 62 // We decide to install or not install default apps based on the following 66 // of default apps in some cases. 81 // Only new installations and profiles get default apps. In theory the 89 // use default apps in general. 100 // The old default apps were provided as external extensions and were 102 // apps affected all users. Migrate old default apps to new mechanism where 122 // Default apps are only installed on profile creation or a new chrome 168 // Filter out the new default apps for migrating users [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
multi_profile_shell_window_launcher_controller.cc | 7 #include "apps/shell_window.h" 45 apps::ShellWindow* shell_window = *it; 52 apps::ShellWindow* shell_window = *it; 62 apps::ShellWindowRegistry* registry = apps::ShellWindowRegistry::Get(profile); 68 apps::ShellWindow* shell_window) { 77 apps::ShellWindow* shell_window) {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
manifest_data_source_test.py | 201 expected_docs, manifest_data_source._ListifyAndSortDocs(docs, 'apps')) 237 expected_docs, manifest_data_source._ListifyAndSortDocs(docs, 'apps')) 243 'platforms': ['apps', 'extensions'], 249 'platforms': ['apps'], 265 'platforms': ['apps', 'extensions'], 274 'platforms': ['apps'], 292 self.assertEqual(expected_app, mds.get('apps'))
|
render_servlet_test.py | 45 apps_404 = create_404_response('apps/404.html') 46 # Note: would test that root_404 != extensions and apps but it's not 60 self.assertEqual(apps_404, self._Render('apps/not_found.html')) 61 self.assertEqual(apps_404, self._Render('apps/manifest/not_found.html')) 63 apps_404, self._Render('apps/manifest/not_found/not_found.html')) 114 response = self._Render('apps/webview_tag.html') 115 self.assertEqual(('/apps/tags/webview.html', False),
|
redirector_test.py | 23 'apps': { 58 '/apps/about_apps.html', 59 self._redirector.Redirect(HOST, 'apps/index.html')) 73 '/index.html', self._redirector.Redirect(HOST, 'apps/')) 79 None, self._redirector.Redirect(HOST, 'public/apps/okay.html')) 94 'apps/redirects.json',
|
/packages/apps/Email/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 57 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 59 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*) 61 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*)
|
/packages/apps/Launcher3/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates)
|
/frameworks/base/docs/html/about/ |
index.jd | 12 Android devices for the first time and start looking for apps, games, 16 <p>Android gives you a world-class platform for creating apps and games for 38 1.5 billion apps and games from Google Play each month. </p> 64 your apps broadly to hundreds of millions of users across a wide range of 67 <p>Android also gives you tools for creating apps that look great and take 85 packaging Android apps. Using the IDE, you can develop on any available Android 88 <blockquote>1.5 billion downloads a month and growing. Get your apps in front 91 <h3>Open marketplace for distributing your apps</h3> 93 <p>Google Play is the premier marketplace for selling and distributing Android apps. 109 revenues. You also have complete control of the pricing for your apps [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
app_shim_menu_controller_mac.mm | 5 #import "chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h" 7 #include "apps/app_shim/extension_app_shim_handler_mac.h" 8 #include "apps/shell_window.h" 9 #include "apps/shell_window_registry.h" 13 #import "chrome/browser/ui/cocoa/apps/native_app_window_cocoa.h" 138 // Construct the NSMenuItems for apps. 201 // For apps, the "Window" part of "New Window" is dropped to match the default 202 // menu set given to Cocoa Apps. 277 apps::ShellWindow* shellWindow = 278 apps::ShellWindowRegistry::GetShellWindowForNativeWindowAnyProfile [all...] |
/external/chromium_org/third_party/mozilla/ |
NSWorkspace+Utils.m | 47 NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("https")) autorelease]; 51 if (defaultHandler && ([apps indexOfObject:defaultHandler] == NSNotFound)) 52 apps = [apps arrayByAddingObject:defaultHandler]; 54 return apps; 59 NSArray* apps = [(NSArray*)LSCopyAllHandlersForURLScheme(CFSTR("feed")) autorelease]; 63 if (defaultHandler && ([apps indexOfObject:defaultHandler] == NSNotFound)) 64 apps = [apps arrayByAddingObject:defaultHandler]; 66 return apps; [all...] |
/frameworks/base/docs/html/distribute/googleplay/publish/ |
register.jd | 9 <li><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294&topic=2365624&ctx=topic">Supported Locations for Distributing Apps</a></li> 16 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> 26 <li>If you will sell apps, set up a Google Wallet Merchant Account</li> 43 <li>Review the <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294">developer countries</a> and <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=150324">merchant countries</a> where you can distribute and sell apps.</li> 50 href="https://play.google.com/apps/publish/">https://play.google.com/apps/publish/</a>. 54 country or region. Note that apps and store listings that you publish on Google Play must comply 64 <p>If you want to sell products on Google Play — priced apps, in-app products, or subscriptions — you will also need to set up a Google Wallet Merchant Account. You can do that at any time, but make sure to first review the list of <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=150324">merchant countries</a>.</p> 70 <a href="https://play.google.com/apps/publish/">https://play.google.com/apps/publish/</a [all...] |
/frameworks/base/docs/html/guide/practices/ |
compatibility.jd | 35 more devices that run Android apps, the more users who can access your app. In 36 exchange, however, it also means that your apps will have to cope with that same 40 your apps to do that, while at the same time letting you maintain control of 45 control which devices have access to your apps, and how to prepare your apps to 51 <p>A device is ?Android compatible? if it can correctly run apps written for the 66 Android to prevent apps from being visible to devices which don?t have features 67 the apps require. We?ve built support for this right into the SDK tools, and 70 <p>As a developer, you have complete control of how and where your apps are 72 you manage this. You control the availability of your apps, so that they reac [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
page_list_view.js | 7 * PageListView manages page list, dot list, switcher buttons and handles apps 50 * A list of all 'apps-page' elements. 96 * For example if the third Apps page is showing, this will be 2. 151 // Request data on the apps so we can fill them in. 156 // No apps page. 168 this.appsPages = this.pageList.getElementsByClassName('apps-page'); 209 // Update apps when online state changes. 308 * Tracks whether apps have been loaded at least once. 315 * Callback invoked by chrome with the apps available. 337 // Clear any existing apps pages and dots [all...] |
/build/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS) 60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 64 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 68 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 71 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 87 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 91 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) 99 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/APPS/*) [all...] |
/external/chromium_org/chrome/browser/apps/ |
app_url_redirector.cc | 5 #include "chrome/browser/apps/app_url_redirector.h" 7 #include "apps/launcher.h" 63 apps::LaunchPlatformAppWithUrl( 96 // Never redirect URLs to apps in incognito. Technically, apps are not 98 // See crbug.com/240879, which tracks incognito support for v2 apps.
|
/external/chromium_org/chrome/browser/extensions/api/identity/ |
web_auth_flow.h | 10 #include "apps/shell_window_registry.h" 48 public apps::ShellWindowRegistry::Observer { 95 virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE; 96 virtual void OnShellWindowIconChanged(apps::ShellWindow* shell_window) 98 virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) OVERRIDE; 137 apps::ShellWindow* shell_window_;
|
/external/chromium_org/chrome/browser/resources/extensions/chromeos/ |
kiosk_apps.js | 7 * Encapsulated handling of ChromeOS kiosk apps options page. 29 var overlay = $('kiosk-apps-page'); 54 var errorBanner = $('kiosk-apps-error-banner'); 102 * Sets apps to be displayed in kiosk-app-list. 103 * @param {!Object.<{apps: !Array.<Object>, disableBailout: boolean}>} 108 $('kiosk-app-list').setApps(settings.apps);
|
/frameworks/base/docs/html/guide/topics/resources/ |
index.jd | 30 href="http://android-developers.blogspot.com/2011/07/new-mode-for-apps-on-large-screens.html"> 31 <h4>New Mode for Apps on Large Screens</h4> 33 of apps resize to the larger screens just fine. To keep the few apps that don't resize well from 34 frustrating users with awkward-looking apps on their tablets, Android 3.2 introduces a screen 35 compatibility mode that makes these apps more usable on tablets.</p>
|
/frameworks/base/docs/html/training/basics/intents/ |
index.jd | 1 page.title=Interacting with Other Apps 49 interactions with other apps, such as start another app, receive a result from that app, and 50 make your app able to respond to intents from other apps.</p> 56 <dd>Shows how you can create implicit intents to launch other apps that can perform an 60 <dt><b><a href="filters.html">Allowing Other Apps to Start Your Activity</a></b></dt> 61 <dd>Shows how to make activities in your app open for use by other apps by defining
|
/frameworks/base/services/java/com/android/server/am/ |
IntentBindRecord.java | 36 /** All apps that have bound to this Intent. */ 37 final ArrayMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord 66 for (int i=0; i<apps.size(); i++) { 67 AppBindRecord a = apps.valueAt(i); 82 for (int i=apps.size()-1; i>=0; i--) { 83 AppBindRecord app = apps.valueAt(i);
|
/packages/apps/Launcher2/ |
CleanSpec.mk | 42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Launcher2_intermediates)
|
/packages/apps/Protips/res/values/ |
arrays.xml | 30 | See all your apps. [all_apps.png] > U| |U 36 <item>See all your apps.\n 39 <!-- Tip: Longpress in Launcher (all apps) to drag apps to the home screen. --> 40 <item>Drag apps to your Home screen.\n 83 <item>Touch Market for apps
|
/build/core/ |
post_clean.mk | 22 previous_package_overlay_config := $(TARGET_OUT_COMMON_INTERMEDIATES)/APPS/previous_overlays.txt 23 current_package_overlay_config := $(TARGET_OUT_COMMON_INTERMEDIATES)/APPS/current_overlays.txt 39 $(TARGET_OUT_COMMON_INTERMEDIATES)/APPS/$(p)_intermediates))
|