Searched refs:old (Results 26 - 50 of 78) sorted by relevance

1234

/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessExpressions.java194 for (Intermediate old : existing) {
195 if (old instanceof IntermediateV1) {
196 IntermediateV1 other = (IntermediateV1) old;
/frameworks/support/v4/java/android/support/v4/widget/
H A DCursorAdapter.java315 Cursor old = swapCursor(cursor);
316 if (old != null) {
317 old.close();
322 * Swap in a new Cursor, returning the old Cursor. Unlike
323 * {@link #changeCursor(Cursor)}, the returned old Cursor is <em>not</em>
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1155 ServiceDispatcher.ConnectionInfo old;
1159 old = mActiveConnections.remove(name);
1160 if (old == null || old.binder != service) {
1165 old.binder.unlinkToDeath(old.deathMonitor, 0);
1176 ServiceDispatcher.ConnectionInfo old;
1185 old = mActiveConnections.get(name);
1186 if (old != null && old
[all...]
H A DBackStackRecord.java723 Fragment old = mManager.mAdded.get(i);
726 "OP_REPLACE: adding=" + f + " old=" + old);
728 if (old.mContainerId == containerId) {
729 if (old == f) {
735 op.removed.add(old);
736 old.mNextAnim = op.exitAnim;
738 old.mBackStackNesting += 1;
741 + old + " to " + old
[all...]
H A DLocalActivityManager.java257 * with removing the old window if the activity has changed.
292 LocalActivityRecord old = mResumed;
296 if (old != null && old != r && mCurState == RESUMED) {
297 moveToState(old, STARTED);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java678 Fragment old = mManager.mAdded.get(i);
680 "OP_REPLACE: adding=" + f + " old=" + old);
681 if (old.mContainerId == containerId) {
682 if (old == f) {
688 op.removed.add(old);
689 old.mNextAnim = exitAnim;
691 old.mBackStackNesting += 1;
693 + old + " to " + old
[all...]
H A DShareCompat.java358 String[] old = intent.getStringArrayExtra(extra);
359 int oldLength = old != null ? old.length : 0;
361 if (old != null) System.arraycopy(old, 0, result, 0, oldLength);
/frameworks/base/core/java/android/util/
H A DArrayMap.java411 V old = (V)mArray[index];
413 return old;
429 * @return Returns the old value that was stored for the given key, or null if there
445 final V old = (V)mArray[index];
447 return old;
591 final Object old = mArray[(index << 1) + 1];
638 return (V)old;
H A DSparseArray.java138 * Removes the mapping from the specified key, if there was any, returning the old value.
145 final E old = (E) mValues[i];
148 return old;
H A DArraySet.java428 final Object old = mArray[index];
472 return (E)old;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java40 public void updateIcon(String slot, int index, int viewIndex, StatusBarIcon old, argument
/frameworks/base/tools/aidl/
H A Daidl.cpp325 Type* old = NAMES.Find(type->QualifiedName()); local
326 if (old == NULL) {
363 if (old->Kind() == Type::BUILT_IN) {
369 else if (type->Kind() != old->Kind()) {
370 const char* oldKind = kind_to_string(old->Kind());
377 old->DeclFile().c_str(), old->DeclLine(), oldKind);
574 method_type* old = methodNames[m->name.data]; local
576 filename, old->name.lineno);
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp202 int32_t old = android_atomic_or(CBLK_FUTEX_WAKE, &cblk->mFutex); local
203 if (!(old & CBLK_FUTEX_WAKE)) {
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java495 SpeechItem old = mCurrentSpeechItem;
497 return old;
1393 ITextToSpeechCallback old;
1396 old = mCallerToCallback.put(caller, cb);
1398 old = mCallerToCallback.remove(caller);
1400 if (old != null && old != cb) {
1401 unregister(old);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java100 XMLNode old = checkMap.put(child.getTag(), child);
122 if (old != null)
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
H A DBmgr.java200 String old = mBmgr.selectBackupTransport(which);
201 if (old == null) {
205 System.out.println("Selected transport " + which + " (formerly " + old + ")");
/frameworks/base/core/java/android/text/util/
H A DLinkify.java212 URLSpan[] old = text.getSpans(0, text.length(), URLSpan.class);
214 for (int i = old.length - 1; i >= 0; i--) {
215 text.removeSpan(old[i]);
/frameworks/base/media/jni/
H A Dandroid_media_MediaRecorder.cpp151 sp<MediaRecorder> old = (MediaRecorder*)env->GetLongField(thiz, fields.context); local
155 if (old != 0) {
156 old->decStrong(thiz);
159 return old;
H A Dandroid_media_MediaSync.cpp125 sp<JMediaSync> old = (JMediaSync *)env->GetLongField(thiz, gFields.context); local
129 if (old != NULL) {
130 old->decStrong(thiz);
135 return old;
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_Visualizer.cpp245 sp<Visualizer> old = local
250 if (old != 0) {
251 old->decStrong((void*)setVisualizer);
254 return old;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java259 // Temporary holder for <blocked-packages> config coming from old policy files.
986 * Read the old XML-based app block database and import those blockages into the AppOps system.
2120 NotificationRecord old = mNotificationsByKey.get(n.getKey());
2121 if (old != null) {
2123 r.copyRankingInformation(old);
2128 handleGroupedNotificationLocked(r, old, callingUid, callingPid);
2130 removeUnusedGroupedNotificationLocked(r, old, callingUid, callingPid);
2139 } else if (old != null) {
2175 old = mNotificationList.get(index);
2177 mUsageStats.registerUpdatedByApp(r, old);
2227 handleGroupedNotificationLocked(NotificationRecord r, NotificationRecord old, int callingUid, int callingPid) argument
2276 removeUnusedGroupedNotificationLocked(NotificationRecord r, NotificationRecord old, int callingUid, int callingPid) argument
[all...]
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java178 // Clear out the old subscriptions. We are getting new ones.
222 // Clear out the old subscriptions. We are getting new ones.
223 final ConnectionRecord old = mConnections.remove(b);
224 if (old != null) {
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java425 final int old = mPaint.getAlpha();
427 if (alpha != old) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java391 boolean old = lp.windowAnimations != 0;
392 if (!old && useFadingAnimations) {
394 } else if (old && !useFadingAnimations) {
490 "onSizeChanged: (%dx%d) old: (%dx%d)", w, h, oldw, oldh));
/frameworks/av/media/libnbaio/
H A DNBLog.cpp208 bool old = mEnabled; local
210 return old;

Completed in 1105 milliseconds

1234