HomeSort by relevance Sort by last modified time
    Searched defs:apps (Results 1 - 25 of 39) sorted by null

1 2

  /cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java 36 List<ApplicationInfo> apps = getContext() local
39 for (ApplicationInfo app : apps) {
  /packages/apps/Tag/src/com/android/apps/tag/record/
ParsedNdefRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
UnknownRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
MimeRecord.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
ImageRecord.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;
RecordUtils.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
UriRecord.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;
SmartPoster.java 17 package com.android.apps.tag.record;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.message.NdefMessageParser;
  /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/message/
ParsedNdefMessage.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.R;
20 import com.android.apps.tag.record.ParsedNdefRecord;
21 import com.android.apps.tag.record.SmartPoster;
22 import com.android.apps.tag.record.UriRecord;
NdefMessageParser.java 17 package com.android.apps.tag.message;
19 import com.android.apps.tag.record.ImageRecord;
20 import com.android.apps.tag.record.MimeRecord;
21 import com.android.apps.tag.record.ParsedNdefRecord;
22 import com.android.apps.tag.record.SmartPoster;
23 import com.android.apps.tag.record.TextRecord;
24 import com.android.apps.tag.record.UnknownRecord;
25 import com.android.apps.tag.record.UriRecord;
26 import com.android.apps.tag.record.VCardRecord;
  /external/chromium/third_party/libjingle/source/talk/base/
winfirewall.cc 107 INetFwAuthorizedApplications* apps = NULL; local
108 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
109 if (SUCCEEDED(hr) && (apps != NULL)) {
111 hr = apps->Item(bfilename, &app);
122 // No entry in list of authorized apps
127 apps->Release();
145 INetFwAuthorizedApplications* apps = NULL; local
146 HRESULT hr = profile_->get_AuthorizedApplications(&apps);
147 if (SUCCEEDED(hr) && (apps != NULL)) {
162 hr = apps->Add(app)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
IntentBindRecord.java 35 /** All apps that have bound to this Intent. */
36 final HashMap<ProcessRecord, AppBindRecord> apps field in class:IntentBindRecord
65 if (apps.size() > 0) {
66 Iterator<AppBindRecord> it = apps.values().iterator();
84 if (apps.size() > 0) {
85 for (AppBindRecord app : apps.values()) {
ServiceRecord.java 317 AppBindRecord a = i.apps.get(app);
322 i.apps.put(app, a);
377 // those dirty apps give it the app's icon.
380 // Do not allow apps to present a sneaky invisible content view either.
  /external/chromium/chrome/common/extensions/
update_manifest.cc 255 std::vector<xmlNode*> apps = GetChildren(root, gupdate_ns, "app"); local
256 for (unsigned int i = 0; i < apps.size(); i++) {
259 if (!ParseSingleAppTag(apps[i], gupdate_ns, &current, &error)) {
  /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/chrome/browser/ui/webui/
ntp_resource_cache.cc 262 string16 apps = l10n_util::GetStringUTF16(IDS_NEW_TAB_APPS); local
273 localized_strings.SetString("apps", apps);
  /external/oprofile/pp/
opreport.cpp 155 vector<app_summary> apps; member in struct:__anon12792::summary_container
191 apps.push_back(it->second);
194 stable_sort(apps.begin(), apps.end());
195 vector<app_summary>::iterator ait = apps.begin();
196 vector<app_summary>::iterator const aend = apps.end();
324 for (size_t i = 0; i < summaries.apps.size(); ++i) {
325 app_summary const & app = summaries.apps[i];
  /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/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 17 package com.android.apps.tagcanon;
19 import com.android.apps.tag.MockNdefMessages;
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 46 * apps - A list of applications to start and their corresponding result keys
48 * -e apps <app name>^<result key>|<app name>^<result key>
59 private static final String KEY_APPS = "apps";
102 Log.e(TAG, "The apps key is incorectly formatted");
120 Log.i(TAG, "Could not find any apps");
245 List<RunningAppProcessInfo> apps = am.getRunningAppProcesses(); local
247 for (RunningAppProcessInfo proc : apps) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 180 * Helper class to look for interesting changes to the installed apps
232 List<ApplicationInfo> apps = mPm.getInstalledApplications( local
235 if (apps == null) {
236 apps = new ArrayList<ApplicationInfo>();
242 List<AppEntry> entries = new ArrayList<AppEntry>(apps.size());
243 for (int i=0; i<apps.size(); i++) {
244 AppEntry entry = new AppEntry(this, apps.get(i));
261 @Override public void deliverResult(List<AppEntry> apps) {
265 if (apps != null) {
266 onReleaseResources(apps);
    [all...]
  /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...]

Completed in 224 milliseconds

1 2