Searched refs:list (Results 176 - 200 of 209) sorted by relevance

123456789

/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java770 final ArrayList<KeyboardLayout> list = new ArrayList<KeyboardLayout>();
775 list.add(new KeyboardLayout(descriptor, label, collection));
778 return list.toArray(new KeyboardLayout[list.size()]);
1356 // Read partner-provided list of excluded input devices
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java186 * Flatten a List into an output stream as XML. The list can later be
189 * @param val The list to be flattened.
213 * @param name Name attribute to include with this list's tag, or null for
248 * Flatten a List into an XmlSerializer. The list can later be read back
251 * @param val The list to be flattened.
252 * @param name Name attribute to include with this list's tag, or null for
254 * @param out XmlSerializer to write the list into.
270 out.startTag(null, "list");
282 out.endTag(null, "list");
306 * Flatten a byte[] into an XmlSerializer. The list ca
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java63 String fList[] = testDir.list();
81 String fList[] = testDir.list();
703 String fileList[] = pDir.list();
H A DPackageManagerTests.java1556 String[] list = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST);
1557 if (list != null) {
1558 for (String pkg : list) {
1570 String[] list = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST);
1571 if (list != null) {
1572 for (String pkg : list) {
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java291 FileList list = tag == null ? mAllFiles : mFilesByTag.get(tag);
292 if (list == null) return null;
294 for (EntryFile entry : list.contents.tailSet(new EntryFile(millis + 1))) {
446 /** Chronologically sorted list of {@link #EntryFile} */
600 if (files == null) throw new IOException("Can't list files: " + mDropBoxDir);
633 // mFilesByTag is used for trimming, so don't list empty files.
H A DNetworkManagementService.java559 mConnector.executeForList("interface", "list"), InterfaceListResult);
741 ArrayList<String> list = new ArrayList<String>();
752 list.add(s);
755 // return current list, possibly empty
764 return list;
957 mConnector.executeForList("tether", "interface", "list"),
985 mConnector.executeForList("tether", "dns", "list"), TetherDnsFwdTgtListResult);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java482 * time it was added to the list.
526 * The first entry in the list is the least recently used.
579 * LRU list of history of current users. Most recently current is at the end.
705 * removed from this list once it is published.
894 * memory management, so that the now smaller process list will not be taken as
2291 Slog.wtf(TAG, "Adding dependent process " + app + " not on LRU list: "
2298 // list as if they were less frequently used.
2312 + " in LRU list: " + app);
2336 // adjustments move it. It should be kept in the front of the list with other
2366 // they are in the list
9160 writeLastDonePreBootReceivers(ArrayList<ComponentName> list) argument
11481 dumpProcessList(PrintWriter pw, ActivityManagerService service, List list, String prefix, String normalLabel, String persistentLabel, String dumpPackage) argument
[all...]
H A DActivityStack.java157 * The first entry in the list is the least recently used.
1398 // at the top of the LRU list, since we know we will be needing it
2205 ArrayList<ResultInfo> list = new ArrayList<ResultInfo>();
2206 list.add(new ResultInfo(resultWho, requestCode,
2208 r.app.thread.scheduleSendResult(r.appToken, list);
2399 * list, or false if it is still in the list and will be removed later.
2437 // to the pending list so we can correctly update the clients.
2639 // Make sure this record is no longer in the pending finishes list.
2663 // to the pending list s
2888 removeHistoryRecordsForAppLocked(ArrayList<ActivityRecord> list, ProcessRecord app, String listName) argument
3421 getTasksLocked(IThumbnailReceiver receiver, PendingThumbnailsRecord pending, List<RunningTaskInfo> list) argument
[all...]
H A DProcessRecord.java64 long lastActivityTime; // For managing the LRU list
84 boolean serviceb; // Process currently is on the service B list
85 boolean serviceHighRam; // We are forcing to service B list due to its RAM use
97 boolean bad; // True if disabled in the bad process list
603 * Delete all packages from list except the package indicated in info
638 String list[] = new String[size];
640 list[i] = pkgList.keyAt(i);
642 return list;
H A DActivityStackSupervisor.java541 PendingThumbnailsRecord pending, List<RunningTaskInfo> list) {
558 // each list and add it to list. Stop when all lists are empty or maxNum reached.
573 list.add(selectedStackList.remove(0));
1016 + " being launched, but already in LRU list");
2472 static boolean dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, argument
2479 for (int i=list.size()-1; i>=0; i--) {
2480 final ActivityRecord r = list.get(i);
540 getTasksLocked(int maxNum, IThumbnailReceiver receiver, PendingThumbnailsRecord pending, List<RunningTaskInfo> list) argument
H A DUsageStatsService.java286 String fList[] = parentDir.list();
453 String fList[] = mDir.list();
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py132 largs = list(args)
173 args = ["shell"] + list(args)
177 args = ["shell"] + list(args)
245 # Returns the list of serial numbers of connected devices
301 #wrapper for adb shell ps. leave process_name=None for list of all processes
/frameworks/base/core/java/android/app/
H A DActivityThread.java1778 // For checkin, we print one long comma-separated list of values
1981 ArrayList<OnActivityPausedListener> list = mOnPauseListeners.get(activity);
1982 if (list == null) {
1983 list = new ArrayList<OnActivityPausedListener>();
1984 mOnPauseListeners.put(activity, list);
1986 list.add(listener);
1993 ArrayList<OnActivityPausedListener> list = mOnPauseListeners.get(activity);
1994 if (list != null) {
1995 list.remove(listener);
2047 ArrayList<ResultInfo> list
4960 report(int code, Object... list) argument
[all...]
/frameworks/base/core/java/android/text/
H A DTextUtils.java273 * Returns list of multiple {@link CharSequence} joined into a single
278 public static CharSequence join(Iterable<CharSequence> list) { argument
280 return join(delimiter, list);
1620 * Does a comma-delimited list 'delimitedString' contain a certain item?
1658 * @param spans A list of spans retrieved using {@link Spanned#getSpans(int, int, Class)} from
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp466 List<Vector<uint8_t> > list) {
470 List<Vector<uint8_t> >::iterator iter = list.begin();
471 while (iter != list.end()) {
465 ListOfVectorsToArrayListOfByteArray(JNIEnv *env, List<Vector<uint8_t> > list) argument
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java287 * @see #list
308 * @see #list
352 public native final String[] list(String path) method in class:AssetManager
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java353 Log.d(TAG, Arrays.toString(mBasePath.list()));
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css710 list-style-type:none;
735 list-style-type:none;
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DVideoEditorHelper.java449 String[] filesInDirecory = directory.list();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsFragment.java58 * Display list of known storage backend roots.
91 mList = (ListView) view.findViewById(android.R.id.list);
343 // Omit ourselves from the list
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DSelectPrinterFragment.java112 // Hook up the list view.
113 mListView = (ListView) content.findViewById(android.R.id.list);
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java965 assertTrue(basePath.list().length > 0);
967 assertTrue(basePath.list().length == 0);
/frameworks/base/services/java/com/android/server/content/
H A DSyncManager.java480 // Register for account list updates for all users
644 // Compile a list of authorities that have sync adapters.
652 // if the url was specified then replace the list of authorities
1251 // join the installed sync adapter with the accounts list and emit for everything
2831 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0);
2832 int listSize = list.size();
2834 ResolveInfo resolveInfo = list.get(i);
2893 final Object[] list = new Object[mCols];
2894 mTable.add(list);
2896 list[
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2827 * Returns the list of URLSpans attached to the text
2925 * @return the list of colors used to paint the links in the text, for the different states of
3914 // Invalidate display list if hint is currently used
4428 * Sets the list of input filters that will be used if the buffer is
4446 * Sets the list of input filters on the specified Editable,
4447 * and includes mInput in the list if it is an InputFilter.
4477 * Returns the current list of input filters.
7322 * Adds a TextWatcher to the list of those whose methods are called
7339 * Removes the specified TextWatcher from the list of those whose
7355 final ArrayList<TextWatcher> list
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java164 // First touch target in the linked list of touch targets.
180 // First hover target in the linked list of hover targets.
302 * When set, this group will go through its list of children to notify them of
445 // The set of views that are currently being transitioned. This list is used to track views
1476 // Send events to the hovered children and build a new list of hover targets until
1498 // old hover target list if the child was previously hovered.
1523 // Enqueue the hover target onto the new hover target list.
1874 // Update list of touch targets for pointer down, if needed.
1979 // Update list of touch targets for pointer up or cancel, if needed.
2073 * Adds a touch target for specified child to the beginning of the list
[all...]

Completed in 694 milliseconds

123456789