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

1234567891011

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java269 Log.v(TAG, "onSubscriptionInfoChanged: list is null");
309 // getActiveSubscriptionInfoList was null callers expect an empty list.
1317 List<SubscriptionInfo> list = getSubscriptionInfo(false /* forceReload */);
1320 for (int i = 0; i < list.size(); i++) {
1321 final SubscriptionInfo info = list.get(i);
1333 List<SubscriptionInfo> list = getSubscriptionInfo(false /* forceReload */);
1334 for (int i = 0; i < list.size(); i++) {
1335 SubscriptionInfo info = list.get(i);
/frameworks/base/core/tests/inputmethodtests/src/android/os/
H A DInputMethodTest.java173 private static List<InputMethodInfo> cloneViaParcel(final List<InputMethodInfo> list) { argument
177 p.writeTypedList(list);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java49 * apps - A list of applications to start and their corresponding result keys
118 private Map<String, String> parseListToMap(String list) { argument
120 String names[] = list.split("\\|");
281 + " not found in process list, most likely it is crashed");
/frameworks/native/services/sensorservice/
H A DSensorService.cpp81 sensor_t const* list; local
82 ssize_t count = dev.getSensorList(&list);
93 registerSensor( new HardwareSensor(list[i]) );
94 switch (list[i].type) {
105 virtualSensorsNeeds &= ~(1<<list[i].type);
115 // build the sensor list returned to users
129 aSensor = registerVirtualSensor( new GravitySensor(list, count) );
134 aSensor = registerVirtualSensor( new LinearAccelerationSensor(list, count) );
147 registerVirtualSensor( new CorrectedGyroSensor(list, count) );
151 // debugging sensor list
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp900 List<IOMX::ComponentInfo> list; local
901 omx->listNodes(&list);
903 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
904 it != list.end(); ++it) {
/frameworks/av/include/media/
H A DIOMX.h53 virtual status_t listNodes(List<ComponentInfo> *list) = 0;
/frameworks/av/media/libstagefright/include/
H A DOMX.h36 virtual status_t listNodes(List<ComponentInfo> *list);
/frameworks/base/core/java/android/app/
H A DListFragment.java31 * A fragment that displays a list of items by binding to a data source such as
42 * ListFragment has a default layout that consists of a single list view.
46 * id "@android:id/list" (or {@link android.R.id#list} if it's in code)
49 * display when the list view is empty. This "empty list" notifier must have an
50 * id "android:empty". Note that when an empty view is present, the list view
53 * The following code demonstrates an (ugly) custom list layout. It has a list
66 * &lt;ListView android:id=&quot;@id/android:list
[all...]
H A DContextImpl.java1131 final String[] list = getFilesDir().list();
1132 return (list != null) ? list : EMPTY_FILE_LIST;
1170 final String[] list = getDatabasesDir().list();
1171 return (list != null) ? list : EMPTY_FILE_LIST;
/frameworks/base/core/java/android/util/
H A DEventLog.java191 * @param list A list of values to log
194 public static native int writeEvent(int tag, Object... list); argument
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java211 ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map,
213 list.clear();
238 list.add(sci);
247 Slog.d(TAG, "buildSpellCheckerMapLocked: " + list.size() + "," + map.size());
210 buildSpellCheckerMapLocked(Context context, ArrayList<SpellCheckerInfo> list, HashMap<String, SpellCheckerInfo> map, TextServicesSettings settings) argument
H A DAlarmManagerService.java475 static boolean addBatchLocked(ArrayList<Batch> list, Batch newBatch) { argument
476 int index = Collections.binarySearch(list, newBatch, sBatchOrder);
480 list.add(index, newBatch);
1373 private static final void dumpAlarmList(PrintWriter pw, ArrayList<Alarm> list, argument
1375 for (int i=list.size()-1; i>=0; i--) {
1376 Alarm a = list.get(i);
1395 private static final void dumpAlarmList(PrintWriter pw, ArrayList<Alarm> list, argument
1397 for (int i=list.size()-1; i>=0; i--) {
1398 Alarm a = list.get(i);
1417 // start of the list unti
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DContentService.java266 final ArrayList<ObserverNode.ObserverEntry> list
268 int numList = list.size();
270 ObserverNode.ObserverEntry oe = list.get(j);
272 list.remove(j);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java64 mListView = findViewById(android.R.id.list);
98 // View v = findViewById(android.R.id.list);
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font.py79 input_fonts = list()
135 """ Returns a list of FontInfo representing the various sets of namerecords
/frameworks/compile/mclinker/tools/mcld/lib/
H A DTripleOptions.cpp33 llvm::cl::list<std::string> ArgMAttrs("mattr",
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsHelper.java260 * Refreshes the power usage list.
269 * Refreshes the power usage list.
282 * Refreshes the power usage list.
583 // Add the app to the list if it is consuming power
612 List<BatterySipper> list = mUserSippers.get(userId);
613 if (list == null) {
614 list = new ArrayList<BatterySipper>();
615 mUserSippers.put(userId, list);
617 list.add(app);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java1285 ListView list = (ListView) view;
1293 list, false /*attachToRoot*/, skipCallbackParser);
1295 list.addHeaderView(pair.getFirst());
1305 list, false /*attachToRoot*/, skipCallbackParser);
1307 list.addFooterView(pair.getFirst());
1443 * Visits all the children of a given ViewGroup and generates a list of {@link ViewInfo}
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java172 for (int[] list : new int[][] { PASTRIES, RARE_PASTRIES, XRARE_PASTRIES, XXRARE_PASTRIES }) {
173 for (int resid : list) {
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h118 const sp<MediaCodecInfo> &list);
226 // A list of indices into mPortStatus[kPortIndexOutput] filled with data.
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java245 String[] actual = mDir.list();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java91 mListView = (ListView) view.findViewById(R.id.list);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java76 mItems = (LinearLayout) findViewById(android.R.id.list);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h97 // commits the list
109 // create a work list for numLayers layer. sets HWC_GEOMETRY_CHANGED.
179 * Interface used to implement an iterator to a list
195 * Iterator through a HWCLayer list.
238 // Returns an iterator to the beginning of the layer list
241 // Returns an iterator to the end of the layer list
336 hwc_display_contents_1* list; member in struct:android::HWComposer::DisplayData
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiAutoJoinController.java315 * with the list of IEs,then populate the capabilities by parsing the IEs and inject the scan
516 // Add the visible config to the selected's connect choice list
524 // Remove the selected from the recently seen config's connectChoice list
529 // recently seen config's connectChoice list
1265 List<WifiConfiguration> list =
1267 if (list == null) {
1334 logDbg("attemptAutoJoin() num recent config " + Integer.toString(list.size())
1382 for (WifiConfiguration config : list) {
1439 * this event should be rare enough so that we still want to lose the black list

Completed in 541 milliseconds

1234567891011