Searched refs:added (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/libs/utils/
H A Dmisc.cpp110 bool added = false; local
114 added = true;
118 if (!added) {
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs6 localized titles are added in the language order specified below.
/frameworks/base/tools/preload/
H A DPrintHtmlDiff.java27 * Prints HTML containing removed and added files.
53 Set<LoadedClass> added = new TreeSet<LoadedClass>();
57 added.add(loadedClass);
66 added.remove(clazz);
80 out.println("<a name=\"added\"/><h2>Added</h2>");
81 printTable(out, root.baseline, added);
/frameworks/base/core/java/android/net/
H A DLinkProperties.java62 public Collection<T> added = new ArrayList<T>(); field in class:LinkProperties.CompareResult
68 retVal += "] added=[";
69 for (T addr : added) retVal += addr.toString() + ",";
262 * mLinkAddresses and a list of addresses that would be added to
267 * @return the removed and added lists.
279 result.added.clear();
283 result.added.add(newAddress);
292 * mDnses and a list of addresses that would be added to
297 * @return the removed and added lists.
310 result.added
[all...]
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp213 bool added = false; local
225 added = true;
230 added = true;
235 if (eventPending && !timestamp && !added) {
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java203 public boolean added; field in class:ProcessStats.Stats
242 if (sta.added != stb.added) {
243 return sta.added ? -1 : 1;
246 return sta.added ? -1 : 1;
355 st.added = false;
471 if (DEBUG) Slog.v("Load", "Stats added " + st.name + " pid=" + st.pid
479 st.added = true;
722 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
730 tst.added
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java246 * Monitor for added and removed packages.
740 * @return True if the record was added.
743 final boolean added = mHistoricalRecords.add(historicalRecord);
744 if (added) {
751 return added;
/frameworks/base/core/java/android/app/
H A DFragmentManager.java161 * from XML or as the container ID when added in a transaction. This first
162 * searches through fragments that are currently added to the manager's
171 * from XML or as supplied when added in a transaction. This first
172 * searches through fragments that are currently added to the manager's
268 * Remove a listener that was previously added with
790 // Fragments that are not currently added will sit in the onCreate() state.
1128 throw new IllegalStateException("Fragment already added: " + fragment);
1151 throw new IllegalStateException("Fragment not added: " + fragment);
1247 throw new IllegalStateException("Fragment already added: " + fragment);
1262 // First look through added fragment
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java158 * from XML or as the container ID when added in a transaction. This first
159 * searches through fragments that are currently added to the manager's
168 * from XML or as supplied when added in a transaction. This first
169 * searches through fragments that are currently added to the manager's
266 * Remove a listener that was previously added with
813 // Fragments that are not currently added will sit in the onCreate() state.
1159 throw new IllegalStateException("Fragment already added: " + fragment);
1256 throw new IllegalStateException("Fragment already added: " + fragment);
1271 // First look through added fragments.
1293 // First look through added fragment
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DLoadAverageService.java255 if (st.added) p = mAddedPaint;
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java313 // this collection is used to refcount the added routes - if there are none left
671 loge("Wimax is not enabled or not added to the network attributes!!! ");
2180 if ((car.removed.size() != 0) || (car.added.size() != 0)) {
2281 routeDiff.added = newLp.getRoutes();
2282 dnsDiff.added = newLp.getDnses();
2285 boolean routesChanged = (routeDiff.removed.size() != 0 || routeDiff.added.size() != 0);
2297 for (RouteInfo r : routeDiff.added) {
2338 for (InetAddress newDns : dnsDiff.added) {
H A DBluetoothManagerService.java662 boolean added = mCallbacks.register(callback);
663 Log.d(TAG,"Added callback: " + (callback == null? "null": callback) +":" +added );
H A DAppWidgetServiceImpl.java247 boolean added = false;
253 added = true;
256 added = false;
267 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
273 if (added || changed) {
284 // The package was just added
H A DBackupManagerService.java1340 boolean added = false;
1353 added = Intent.ACTION_PACKAGE_ADDED.equals(action);
1356 added = true;
1359 added = false;
1368 if (added) {
1435 if (MORE_DEBUG) Slog.v(TAG, "Agent found; added");
/frameworks/base/tools/aapt/
H A DResourceTable.cpp251 bool added;
260 , added(false)
266 if (added || hasErrors) {
269 added = true;
549 if (!attr.hasErrors && attr.added) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java1285 // If the same address type was removed and added we need to cleanup
1293 for (LinkAddress added : car.added) {
1296 added.getAddress())) {
2136 if (DBG) log("buildWaitingApns: X added APN_TYPE_DUN apnList=" + apnList);
2167 if (DBG) log("buildWaitingApns: X added preferred apnList=" + apnList);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java1195 * added via OTA. Remove it from the currently
2159 boolean added = bp == null;
2162 if (added) {
2183 if (added) {
2193 return added;
3328 * If the newly-added system app is an older version than the
3330 * and re-added like an update.
4210 // syncable, so if we already added this provider using a different
4866 // Except... if this is a permission that was added
7781 //added t
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java358 * are added to mAppTokens during an animation an attempt is made to insert them at the same
376 * Fake windows added to the window manager. Note: ordered from top to
1376 // This is a hack to get all of the child windows added as well
2114 Slog.w(TAG, "Window " + client + " is already added");
2772 "Window type can not be changed after the window is added.");
4923 boolean added = false;
4926 if (!added && cwin.mSubLayer >= 0) {
4932 added = true;
4940 if (!added) {
7411 // If the window was successfully added, the
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java362 * Processes are added to this set when they have crashed twice within
365 * time it was added to the list.
7012 startProcessLocked(app, "added application", app.processName);
11834 // being added to see this broadcast. This prevents them from
13328 boolean added = false;
13332 added = true;
13337 if (!added) {

Completed in 2737 milliseconds