OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apps
(Results
726 - 750
of
2180
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/development/samples/Home/src/com/example/android/home/
Home.java
255
* Refreshes the favorite applications stacked over the all
apps
button.
489
final List<ResolveInfo>
apps
= manager.queryIntentActivities(mainIntent, 0);
local
490
Collections.sort(
apps
, new ResolveInfo.DisplayNameComparator(manager));
492
if (
apps
!= null) {
493
final int count =
apps
.size();
502
ResolveInfo info =
apps
.get(i);
610
public ApplicationsAdapter(Context context, ArrayList<ApplicationInfo>
apps
) {
611
super(context, 0,
apps
);
/external/chromium/chrome/browser/extensions/
extension_management_apitest.cc
104
// This should be ignored, because panel
apps
always load in a panel.
116
// Find the app's browser.
Apps
that should load in a panel ignore
extension_tab_helper.h
18
// Per-tab extension helper. Also handles non-extension
apps
.
101
// non-extension
apps
.
isolated_app_apitest.cc
40
// pages or other
apps
.
70
// Ensure first two tabs have installed
apps
.
crx_installer.cc
250
"
Apps
must be served with content type %s.",
256
// an internal mechanism like sync, external_extensions, or default
apps
.
259
// For
apps
with a gallery update URL, require that they be installed
269
// For self-hosted
apps
, verify that the entire extent is on the same
281
"
Apps
must be served from the host that they affect.");
/external/chromium/chrome/browser/sync/syncable/
nigori_util.cc
56
encrypted_types.insert(
APPS
);
71
nigori->set_encrypt_apps(types.count(
APPS
) > 0);
/external/chromium/chrome/common/extensions/docs/static/
browserAction.html
33
Packaged
apps
cannot use browser actions.
74
HTML5 <a href="http://www.whatwg.org/specs/web-
apps
/current-work/multipage/the-canvas-element.html">canvas element</a>.
/external/openssl/apps/
pkeyparam.c
0
/*
apps
/pkeyparam.c */
60
#include "
apps
.h"
/external/openssl/crypto/conf/
cnf_save.c
38
* the
apps
directory (application code) you must include an acknowledgement:
70
conf=CONF_load(NULL,"../../
apps
/openssl.cnf",&l);
/external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.h
92
// http://www.whatwg.org/specs/web-
apps
/current-work/multipage/parsing.html#insertion-mode
243
// http://www.whatwg.org/specs/web-
apps
/current-work/multipage/tokenization.html#pending-table-character-tokens
/frameworks/base/core/java/android/app/backup/
FullBackup.java
52
public static final String APPS_PREFIX = "
apps
/";
108
// TODO: support the edge case of
apps
that have adjusted the
/frameworks/base/docs/html/guide/webapps/
best-practices.jd
1
page.title=Best Practices for Web
Apps
66
href="{@docRoot}guide/webapps/targeting.html">Targeting Screens from Web
Apps
</a>.</p>
/frameworks/base/docs/html/resources/articles/
drawable-mutations.jd
16
default Android
apps
and widgets are built using drawables; there are about 700
22
across all the
apps
use a different drawable instance as their background.
/frameworks/base/docs/html/sdk/
android-3.0-highlights.jd
82
<p>Five customizable Home screens give users instant access to all parts of the system from any context. Each screen offers a large grid that maintains spatial arrangement in all orientations. Users can select and manipulate Home screen widgets, app shortcuts, and wallpapers using a dedicated visual layout mode. Visual cues and drop shadows improve visibility when adjusting the layout of shortcuts and widgets. Each Home screen also offers a familiar launcher for access to all installed applications, as well as a Search box for universal search of
apps
, contacts, media files, web content, and more.</p>
91
<p style="margin-top:1em;margin-bottom:.75em;"><strong>Recent
Apps
, for easy visual multitasking</strong></p>
93
<p>Multitasking is a key strength of Android and it is central to the Android 3.0 experience. As users launch applications to handle various tasks, they can use the Recent
Apps
list in the System Bar to see the tasks underway and quickly jump from one application context to another. To help users rapidly identify the task associated with each app, the list shows a snapshot of its actual state when the user last viewed it.</p>
116
<h3>Updated set of standard
apps
</h3>
148
<li><a href="#ui">New UI framework for creating great tablet
apps
</a></li>
153
<li><a href="#compatibility">Compatibility with existing
apps
</a></li>
156
<h3 id="ui">New UI Framework for creating great tablet
apps
</h3>
243
<h3 id="compatibility">Compatibility with existing
apps
</h3>
/frameworks/base/docs/html/training/sharing/
shareaction.jd
6
previous.title=Receiving Content from Other
Apps
71
href="{@docRoot}training/sharing/send.html">Sending Content to Other
Apps
</a>
/packages/apps/PackageInstaller/res/values-da/
strings.xml
45
<string name="allow_source_dlg_title" msgid="6668811402605575022">"Vil du tillade en ny kilde til
apps
?"</string>
46
<string name="allow_source_dlg_text" msgid="3927580956764099076">"<xliff:g id="APP_NAME">%1$s</xliff:g> ønsker at installere andre
apps
."\n\n"Vil du tillade dette nu og i fremtiden?"</string>
/packages/apps/PackageInstaller/res/values-en-rGB/
strings.xml
45
<string name="allow_source_dlg_title" msgid="6668811402605575022">"Allow new source for
apps
?"</string>
46
<string name="allow_source_dlg_text" msgid="3927580956764099076">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to install other
apps
."\n\n"Allow this now and in the future?"</string>
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java
135
// The class name may have been specified (e.g. when deleting an app from all
apps
)
163
// If an activity was specified (e.g. when dragging from All
Apps
to trash can),
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java
17
package com.android.
apps
.tagcanon;
19
import com.android.
apps
.tag.MockNdefMessages;
/packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java
17
package com.android.
apps
.tag.record;
19
import com.android.
apps
.tag.R;
TextRecord.java
17
package com.android.
apps
.tag.record;
19
import com.android.
apps
.tag.R;
VCardRecord.java
17
package com.android.
apps
.tag.record;
19
import com.android.
apps
.tag.R;
/packages/experimental/droiddreamclean/
droiddreamclean.c
16
"com.
apps
.tosd",
117
printf("failed to run /system/bin/pm list packages. not removing
apps
.\n");
/packages/providers/DownloadProvider/res/values-de/
strings.xml
25
<string name="permdesc_downloadCompletedIntent" msgid="2094706189855699533">"Ermöglicht der App, Benachrichtigungen über abgeschlossene Downloads zu senden. Schadprogramme können dadurch andere
Apps
, die Dateien herunterladen, beeinträchtigen."</string>
34
<string name="permdesc_accessAllDownloads" msgid="1871832254578267128">"Ermöglicht der App, alle Downloads anzuzeigen und zu ändern, die von
Apps
auf dem System gestartet wurden"</string>
/external/chromium/chrome/common/extensions/docs/
overview.html
216
<li><h2><a href="
apps
.html">Packaged
Apps
</a></h2></li>
242
<li><a href="http://code.google.com/chrome/
apps
/docs/developers_guide.html">Hosted
Apps
</a></li>
376
you'll be all set to start writing extensions and packaged
apps
.
381
<em>Packaged
apps
</em> are implemented as extensions,
383
everything in this page applies to packaged
apps
.
411
Many extensions?but not packaged
apps
?add
458
Extensions (and packaged
apps
) can also present a UI in other ways,
482
see <a href="
apps
.html">Packaged Apps</a>
[
all
...]
Completed in 2503 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>