Searched refs:remove (Results 1 - 25 of 382) sorted by last modified time

1234567891011>>

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java125 mEntryStack.remove(size - 1);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java191 EntryElement expectedElem = mExpectedElements.remove(elem.getEntryLabel());
H A DVCardParserTests.java58 mExpectedOrder.remove(0);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java66 public void remove() { method in class:ExportTestProvider.MockEntityIterator
67 throw new UnsupportedOperationException("remove not supported");
H A DImportTestProvider.java104 actualContentValues.remove(key);
113 actualContentValues.remove(Data.RAW_CONTACT_ID);
130 TestCase.assertTrue(contentValuesCollection.remove(expectedContentValues));
H A DLineVerifierElem.java89 mExpectedLineList.remove(index);
H A DPropertyNodesVerifierElem.java242 expectedNodeList.remove(i);
244 mOrderedNodeMap.remove(propName);
309 mUnorderedNodeList.remove(i);
H A DVNodeBuilder.java95 mVNodeList.remove(lastIndex--);
101 // TODO: remove PropertyNode.
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentStatePagerAdapter.java142 mCurTransaction.remove(fragment);
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java113 "BSE " + bse + " set remove fragment #" + mOps[pos]);
386 public FragmentTransaction remove(Fragment fragment) { method in class:BackStackRecord
H A DDialogFragment.java114 * is dismissed, a new transaction will be executed to remove it from
145 * be popped. Otherwise, a new transaction will be committed to remove
164 ft.remove(this);
H A DFragmentActivity.java698 mAllLoaderManagers.remove(index);
H A DFragmentManager.java136 /** @hide -- remove once prebuilts are in. */
509 mBackStackChangeListeners.remove(listener);
1122 f.setIndex(mAvailIndices.remove(mAvailIndices.size()-1));
1162 if (DEBUG) Log.v(TAG, "remove: " + fragment + " nesting=" + fragment.mBackStackNesting);
1165 mAdded.remove(fragment);
1219 // We are not already in back stack, so need to remove the fragment.
1220 mAdded.remove(fragment);
1339 int index = mAvailBackStackIndices.remove(mAvailBackStackIndices.size()-1);
1464 final BackStackRecord bss = mBackStack.remove(last);
1506 states.add(mBackStack.remove(
[all...]
H A DFragmentStatePagerAdapter.java138 mCurTransaction.remove(fragment);
H A DFragmentTransaction.java61 * essentially the same as calling {@link #remove(Fragment)} for all
85 public abstract FragmentTransaction remove(Fragment fragment); method in class:FragmentTransaction
H A DHCSparseArray.java86 public void remove(int key) { method in class:HCSparseArray
H A DLoaderManager.java61 * you should remove all use of the old data (since it will be released
96 * remove any references it has to the Loader's data.
406 mInactiveLoaders.remove(mId);
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java165 ArrayList<IntentFilter> filters = mReceivers.remove(receiver);
177 receivers.remove(k);
182 mActions.remove(action);
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java159 map.remove(key);
173 public final V remove(K key) { method in class:LruCache
180 previous = map.remove(key);
196 * {@link #remove}, or replaced by a call to {@link #put}. The default
203 * if the removal was caused by a {@link #put} or {@link #remove}.
206 * an eviction or a {@link #remove}.
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java673 mItems.remove(i);
749 // Add and remove pages in the existing list.
755 mItems.remove(i);
/frameworks/compile/libbcc/runtime/
H A DMakefile98 %/.remove:
/frameworks/compile/slang/tests/
H A Dtest.py141 os.remove('stdout.txt')
142 os.remove('stderr.txt')
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java178 mHandlers.remove(target);
H A DOperationScheduler.java226 * when operations should be allowed again; 0 to remove moratorium
277 .remove(PREFIX + "errorCount")
278 .remove(PREFIX + "lastErrorTimeMillis")
279 .remove(PREFIX + "permanentError")
280 .remove(PREFIX + "triggerTimeMillis")
304 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "errorCount"));
322 SharedPreferencesCompat.apply(mStorage.edit().remove(PREFIX + "permanentError"));
H A DRfc822Validator.java74 * Specify if the validator should remove invalid tokens instead of trying
78 * @param remove true to remove tokens with the wrong format, false to
81 public void setRemoveInvalid(boolean remove) { argument
82 mRemoveInvalid = remove;
140 // Otherwise, remove the illegal characters on both sides of the '@'

Completed in 2897 milliseconds

1234567891011>>