OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apps
(Results
76 - 100
of
2180
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/providers/ApplicationsProvider/res/values-de/
strings.xml
20
<string name="search_label" msgid="6182832093760999173">"
Apps
"</string>
22
<string name="settings_description" msgid="966629744054022387">"Namen der installierten
Apps
"</string>
/packages/providers/ApplicationsProvider/res/values-nl/
strings.xml
20
<string name="search_label" msgid="6182832093760999173">"
Apps
"</string>
22
<string name="settings_description" msgid="966629744054022387">"Namen van geïnstalleerde
apps
"</string>
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cm4000_cs.h
10
* not to break compilation of userspace
apps
. -HW */
27
* 32bit
apps
work, too.
/packages/apps/Launcher2/res/values/
strings.xml
26
<string name="uid_name">Android Core
Apps
</string>
75
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of all
apps
-->
76
<string name="group_applications">
Apps
</string>
82
<!-- Options in "Add to Home" dialog box; Title of the group containing the list of
apps
that can set the wallpaper-->
101
<string name="all_apps_button_label">
Apps
</string>
108
<!-- Label for trash icon in All
Apps
. The icon/widget will become completely unavailable on the
124
<string name="accessibility_all_apps_button">
Apps
</string>
128
<!-- Label for trash icon in All
Apps
, when an updated system app is selected. The update will
137
<string name="menu_manage_apps">Manage
apps
</string>
152
<!-- Strings for the contextual action bar (CAB) in All
Apps
--
[
all
...]
/packages/apps/Launcher2/res/values-de/
strings.xml
23
<string name="uid_name" msgid="3371120195364560632">"Android Core
Apps
"</string>
39
<string name="group_applications" msgid="2103752818818161976">"
Apps
"</string>
50
<string name="all_apps_button_label" msgid="2578400570124163469">"
Apps
"</string>
59
<string name="accessibility_all_apps_button" msgid="8803738611398979849">"
Apps
"</string>
63
<string name="menu_manage_apps" msgid="2308685199463588895">"
Apps
verwalten"</string>
92
<string name="workspace_cling_move_item" msgid="791013895761065070">"Hier können Sie Ihre Lieblings-
Apps
ablegen."</string>
93
<string name="workspace_cling_open_all_apps" msgid="2459977609848572588">"Berühren Sie den Kreis für eine Übersicht aller
Apps
."</string>
94
<string name="all_apps_cling_title" msgid="2559734712581447107">"Einige
Apps
auswählen"</string>
96
<string name="folder_cling_title" msgid="4308949882377840953">"
Apps
mit Ordnern organisieren"</string>
98
<string name="folder_cling_create_folder" msgid="8352867485656129478">"Stapeln Sie
Apps
übereinander, um einen neuen Ordner auf Ihrem Startbildschirm zu erstellen."</string
[
all
...]
/packages/apps/Launcher2/res/values-en-rGB/
strings.xml
23
<string name="uid_name" msgid="3371120195364560632">"Android Core
Apps
"</string>
39
<string name="group_applications" msgid="2103752818818161976">"
Apps
"</string>
50
<string name="all_apps_button_label" msgid="2578400570124163469">"
Apps
"</string>
59
<string name="accessibility_all_apps_button" msgid="8803738611398979849">"
Apps
"</string>
63
<string name="menu_manage_apps" msgid="2308685199463588895">"Manage
apps
"</string>
89
<string name="apps_customize_apps_scroll_format" msgid="5494241912377704885">"
Apps
page %1$d of %2$d"</string>
92
<string name="workspace_cling_move_item" msgid="791013895761065070">"You can put your favourite
apps
here."</string>
93
<string name="workspace_cling_open_all_apps" msgid="2459977609848572588">"To see all your
apps
, touch the circle."</string>
94
<string name="all_apps_cling_title" msgid="2559734712581447107">"Choose some
apps
"</string>
96
<string name="folder_cling_title" msgid="4308949882377840953">"Organise your
apps
with folders"</string
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
178
* Helper class to look for interesting changes to the installed
apps
230
List<ApplicationInfo>
apps
= mPm.getInstalledApplications(
local
233
if (
apps
== null) {
234
apps
= new ArrayList<ApplicationInfo>();
240
List<AppEntry> entries = new ArrayList<AppEntry>(
apps
.size());
241
for (int i=0; i<
apps
.size(); i++) {
242
AppEntry entry = new AppEntry(this,
apps
.get(i));
259
@Override public void deliverResult(List<AppEntry>
apps
) {
263
if (
apps
!= null) {
264
onReleaseResources(
apps
);
[
all
...]
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
181
* Helper class to look for interesting changes to the installed
apps
233
List<ApplicationInfo>
apps
= mPm.getInstalledApplications(
local
236
if (
apps
== null) {
237
apps
= new ArrayList<ApplicationInfo>();
243
List<AppEntry> entries = new ArrayList<AppEntry>(
apps
.size());
244
for (int i=0; i<
apps
.size(); i++) {
245
AppEntry entry = new AppEntry(this,
apps
.get(i));
262
@Override public void deliverResult(List<AppEntry>
apps
) {
266
if (
apps
!= null) {
267
onReleaseResources(
apps
);
[
all
...]
/external/chromium/chrome/browser/resources/touch_ntp/
newtab.js
23
* Template to use for creating new '
apps
-page' elements
41
* The '
apps
-page-list' element.
44
var appsPageList = getRequiredElement('
apps
-page-list');
47
* A list of all '
apps
-page' elements.
88
* Holds all event handlers tied to
apps
(and so subject to removal when the
98
// Request data on the
apps
so we can fill them in.
109
// simpler if we start with 0 pages and 0
apps
and don't leave hidden
114
appsPages = appsPageList.getElementsByClassName('
apps
-page');
116
'Expected exactly one
apps
-page in the
apps
-page-list.')
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js
50
// The list of all
apps
& extensions.
53
// A filtered list of
apps
we actually want to show.
60
var appsDiv = $("
apps
");
71
// Puts only enabled
apps
from completeList into appList.
77
// Skip extensions and disabled
apps
.
89
// list of
apps
shown, we set an explicit width on the outermost div.
103
// Shows the list of
apps
based on the search box contents.
/frameworks/base/docs/html/resources/articles/
using-webviews.jd
7
href="http://code.google.com/p/
apps
-for-android/source/browse/#svn/trunk/Samples
9
application. You can find it in the <a title="
apps
-for-android"
10
href="http://code.google.com/p/
apps
-for-android/">
apps
-for-android</a> project.
23
called <a title="demo.html" href="http://code.google.com/p/
apps
-for-android/source/browse/trunk/Samples/WebViewDemo/assets/demo.html">demo.html</a>.</p>
45
href="http://code.google.com/p/
apps
-for-android/source/browse/trunk/Samples/
57
href="http://code.google.com/p/
apps
-for-android/source/browse/#svn/trunk/Samples
/packages/apps/Launcher2/res/values-tl/
strings.xml
23
<string name="uid_name" msgid="3371120195364560632">"Android Core
Apps
"</string>
39
<string name="group_applications" msgid="2103752818818161976">"
Apps
"</string>
50
<string name="all_apps_button_label" msgid="2578400570124163469">"
Apps
"</string>
59
<string name="accessibility_all_apps_button" msgid="8803738611398979849">"
Apps
"</string>
63
<string name="menu_manage_apps" msgid="2308685199463588895">"Pamahalaan ang
apps
"</string>
89
<string name="apps_customize_apps_scroll_format" msgid="5494241912377704885">"Pahina ng
apps
%1$d ng %2$d"</string>
93
<string name="workspace_cling_open_all_apps" msgid="2459977609848572588">"Upang tingnan ang lahat ng iyong
apps
, pindutin ang bilog."</string>
94
<string name="all_apps_cling_title" msgid="2559734712581447107">"Pumili ng ilang
apps
"</string>
96
<string name="folder_cling_title" msgid="4308949882377840953">"Isaayos ang iyong
apps
gamit ang mga folder"</string>
/development/tools/idegen/
excluded-paths
32
^development/
apps
/OBJViewer$
33
^packages/
apps
/IM/samples/PluginDemo$
64
^out/target/common/obj/
APPS
/CameraTests_intermediates$
/external/chromium/chrome/browser/web_applications/
web_app.h
30
// Compute a deterministic name based on an extension/
apps
's id.
50
// Returns data dir for web
apps
for given profile path.
62
// GTK+ windows that correspond to web
apps
need to have a deterministic (and
/frameworks/base/docs/html/design/patterns/
compatibility.jd
12
<h2 id="older-hardware">Adapting Android 4.0 to Older Hardware and
Apps
</h2>
18
<p>Android
apps
written for Android 3.0 and later display actions in the action bar. Actions that don't
50
<h4>Legacy
apps
on phones with virtual navigation controls</h4>
/frameworks/base/docs/html/training/managing-audio/
index.jd
31
to ensure multiple
apps
aren?t playing audio at the same time.</p>
33
<p>After this class, you will be able to build
apps
that respond to hardware audio key presses,
54
<dd>With multiple
apps
potentially playing audio it's important to think about how they should
/frameworks/base/tools/preload/
Policy.java
50
"com.google.android.
apps
.maps.FriendService", // pre froyo
51
"com.google.android.
apps
.maps:FriendService", // froyo
52
"com.google.android.
apps
.maps.LocationFriendService",
/packages/apps/Browser/
CleanSpec.mk
42
#$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/
APPS
/AndroidTests_intermediates)
46
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/
APPS
/Browser_intermediates)
48
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/
APPS
/Browser_intermediates)
/packages/apps/SpareParts/res/values/
strings.xml
3
/* //device/
apps
/common/assets/res/any/strings.xml
65
<string name="compatibility_mode_summary_on">Run older
apps
in Compatibility mode. This require rebooting. </string>
67
<string name="compatibility_mode_summary_off">Run older
apps
in Compatibility mode. This require rebooting. </string>
/packages/apps/VideoEditor/
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
/VideoEditor_intermediates)
48
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/
APPS
/VideoEditor_intermediates)
/build/tools/
Android.mk
19
# If we're building only unbundled
apps
, this is the only tool we need.
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/
AndroidManifest.xml
20
A simple app to test that
apps
cannot be installed over existing app with
/development/apps/Development/src/com/android/development/
ColumnData.java
1
/* //device/
apps
/Notes/NotesList.java
/development/apps/GestureBuilder/res/values/
colors.xml
3
/* //device/
apps
/common/assets/res/any/colors.xml
/development/apps/OBJViewer/res/values/
styles.xml
3
/* //device/
apps
/Calendar/assets/res/any/styles.xml
Completed in 529 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>