Searched refs:list (Results 251 - 274 of 274) sorted by relevance

<<11

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java746 void getTasksLocked(int maxNum, List<RunningTaskInfo> list, int callingUid, boolean allowed) { argument
762 // each list and add it to list. Stop when all lists are empty or maxNum reached.
778 list.add(selectedStackList.remove(0));
1229 + " being launched, but already in LRU list");
3238 static boolean dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, argument
3245 for (int i=list.size()-1; i>=0; i--) {
3246 final ActivityRecord r = list.get(i);
3444 ArrayList<StackInfo> list = new ArrayList<StackInfo>();
3448 list
[all...]
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java865 * @param firstOutFragments The list of first fragments to be removed, keyed on the
866 * container ID. This list will be modified by the method.
867 * @param lastInFragments The list of last fragments to be added, keyed on the
868 * container ID. This list will be modified by the method.
923 * @param firstOutFragments The list of first fragments to be removed, keyed on the
924 * container ID. This list will be modified by the method.
925 * @param lastInFragments The list of last fragments to be added, keyed on the
926 * container ID. This list will be modified by the method.
989 * @param firstOutFragments The list of first fragments to be removed, keyed on the
991 * @param lastInFragments The list o
1451 isNullOrEmpty(List list) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp498 List<Vector<uint8_t> > list) {
501 List<Vector<uint8_t> >::iterator iter = list.begin();
502 while (iter != list.end()) {
497 ListOfVectorsToArrayListOfByteArray(JNIEnv *env, List<Vector<uint8_t> > list) argument
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java811 mConnector.executeForList("interface", "list"), InterfaceListResult);
995 ArrayList<String> list = new ArrayList<String>();
1006 list.add(s);
1009 // return current list, possibly empty
1018 return list;
1217 mConnector.executeForList("tether", "interface", "list"),
1247 mConnector.executeForList("tether", "dns", "list"), TetherDnsFwdTgtListResult);
H A DInputMethodManagerService.java316 // This list contains the pairs of InputMethodInfo and InputMethodSubtype.
841 // For secondary users, the list of enabled IMEs may not have been updated since the
1735 // the same enabled IMEs list.
2667 void buildInputMethodListLocked(ArrayList<InputMethodInfo> list, argument
2673 list.clear();
2704 list.add(p);
2721 InputMethodUtils.getDefaultEnabledImes(mContext, mSystemReady, list);
2746 // the same enabled IMEs list.
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java127 * Interface to get a list of available logical devices.
133 * @param ackedAddress a list of logical addresses of available devices
184 // Type of logical devices hosted in the system. Stored in the unmodifiable list.
234 // HDMI port information. Stored in the unmodifiable list to keep the static information
361 ArrayList<Integer> list = new ArrayList<>();
366 list.add(Integer.parseInt(item));
371 return Collections.unmodifiableList(list);
656 // Build HDMI port info list with CEC port info plus MHL supported flag. We can just use
906 * @param callback an interface used to get a list of all remote devices' address
1076 // the listener list an
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiScanningServiceImpl.java72 ArrayList<Integer> list = new ArrayList<Integer>(channelSpecs.length);
74 list.add(channelSpec.frequency);
77 b.putIntegerArrayList(WifiScanner.GET_AVAILABLE_CHANNELS_EXTRA, list);
H A DWifiStateMachine.java480 /* Clear the blacklist network list */
1251 List<WifiChannel> list = null;
1253 list = new ArrayList<WifiChannel>();
1267 list.add(c);
1274 return (list != null && list.size() > 0) ? list : null;
2084 * Get unsynchronized pointer to scan result list
2258 * Clear the blacklist list
2528 sb.append(" list
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java445 String[] contents = (new File(mRestoreSetIncrementalDir, name)).list();
534 // Return a list of the files in the given directory, sorted lexically by
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java105 // Hook up the list view.
106 mListView = (ListView) findViewById(android.R.id.list);
H A DPrintActivity.java1785 // If already in the list - do nothing.
1930 // not shown in the initial short list. Therefore, we have
2011 private void addPrinters(List<PrinterHolder> list, Collection<PrinterInfo> printers) { argument
2014 list.add(printerHolder);
/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/compile/slang/
H A Dslang_rs_export_type.cpp19 #include <list>
1488 for (std::list<const Field*>::iterator I = mFields.begin(),
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java1569 String[] list = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST);
1570 if (list != null) {
1571 for (String pkg : list) {
1583 String[] list = intent.getStringArrayExtra(Intent.EXTRA_CHANGED_PACKAGE_LIST);
1584 if (list != null) {
1585 for (String pkg : list) {
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java479 // Register for account list updates for all users
705 // Compile a list of authorities that have sync adapters.
713 // if the url was specified then replace the list of authorities
1368 // join the installed sync adapter with the accounts list and emit for everything
3136 List<ResolveInfo> list = pm.queryIntentActivities(intent, 0);
3137 int listSize = list.size();
3139 ResolveInfo resolveInfo = list.get(i);
3265 final Object[] list = new Object[mCols];
3266 mTable.add(list);
3268 list[
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java3042 * Returns the list of URLSpans attached to the text
3140 * @return the list of colors used to paint the links in the text, for the different states of
4158 // Invalidate display list if hint is currently used
4672 * Sets the list of input filters that will be used if the buffer is
4690 * Sets the list of input filters on the specified Editable,
4691 * and includes mInput in the list if it is an InputFilter.
4721 * Returns the current list of input filters.
7593 * Adds a TextWatcher to the list of those whose methods are called
7610 * Removes the specified TextWatcher from the list of those whose
7626 final ArrayList<TextWatcher> list
[all...]
H A DCalendarViewLegacyDelegate.java130 * The top offset of the weeks list.
160 * The friction of the week list while flinging.
165 * Scale for adjusting velocity of the week list while flinging.
170 * The adapter for the weeks list.
175 * The weeks list.
320 mListView = (ListView) mDelegator.findViewById(R.id.list);
731 * Sets all the required fields for the list view.
757 * in range it will move the list so that the first of the month containing
759 * the list will not be scrolled unless forceScroll is true. This time may
950 * @param view The list vie
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java317 return resolveStageDir().list();
H A DUserManagerService.java629 Slog.e(LOG_TAG, "Unable to read user list");
825 * Writes the user list file in this format:
865 Slog.e(LOG_TAG, "Error writing user list");
1107 String[] files = dir.list();
1365 // wiping the user's system directory and removing from the user list
1403 // Remove this user from the list
1410 // Update the user list
1418 String[] files = parent.list();
1773 Slog.e(LOG_TAG, "Error writing application restrictions list");
1797 * Caches the list o
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java172 // First touch target in the linked list of touch targets.
188 // First hover target in the linked list of hover targets.
308 * When set, this group will go through its list of children to notify them of
460 // The set of views that are currently being transitioned. This list is used to track views
1563 // Send events to the hovered children and build a new list of hover targets until
1587 // old hover target list if the child was previously hovered.
1612 // Enqueue the hover target onto the new hover target list.
1981 // Update list of touch targets for pointer down, if needed.
2053 // childIndex points into presorted list, find original index
2126 // Update list o
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java195 mListView = (ListView) view.findViewById(R.id.list);
200 // Indent our list divider to align with text
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1090 // Build the list of files from the content provider
1187 String [] files = (new File(directory)).list();
/frameworks/rs/api/
H A Dgen_runtime.cpp50 #include <list>
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java520 // token is the index of the entry in the pending-operations list.
848 Slog.e(TAG, "Error from transport getting set list");
1245 // update the provider list.
1949 Slog.w(TAG, "removePackageParticipants with null list");
4122 // items in this list.
6956 // In all cases, the calculated list of packages that we are trying to restore
7032 // Keep track of whether it's in the list, and bump it down if so. We also
7130 * 1. transport.startRestore(token, list-of-packages). If we need @pm@ it is
8608 String[] list = null;
8617 list
[all...]

Completed in 1009 milliseconds

<<11