HomeSort by relevance Sort by last modified time
    Searched refs:removeEntry (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/smack/src/org/jivesoftware/smack/
RosterStorage.java 48 public void removeEntry(String bareJid);
RosterGroup.java 205 public void removeEntry(RosterEntry entry) throws XMPPException {
Roster.java 423 // RosterGroup.removeEntry removes the entry immediately (locally) and the
443 public void removeEntry(RosterEntry entry) throws XMPPException {
    [all...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 44 void removeEntry(String entryName);
GestureLibraryTest.java 67 public void removeEntry(String entryName) {
68 mGestureLibrary.removeEntry(entryName);
GestureStoreTest.java 70 public void removeEntry(String entryName) {
71 mGestureStore.removeEntry(entryName);
128 mGestureStore.removeEntry(TEST_GESTURE_NAME);
GestureStorageTester.java 94 * Test method for {@link android.gesture.GestureStore#removeEntry(java.lang.String)}.
99 mFixture.removeEntry(TEST_GESTURE_NAME);
  /libcore/luni/src/main/java/java/security/acl/
Acl.java 104 boolean removeEntry(Principal caller, AclEntry entry)
  /frameworks/base/core/java/android/gesture/
GestureLibrary.java 75 public void removeEntry(String entryName) {
76 mStore.removeEntry(entryName);
GestureStore.java 193 public void removeEntry(String entryName) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 238 removeEntry(id);
267 private void removeEntry(long id) {
  /cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
FileUtil.java 164 removeEntry(entry);
168 private static void removeEntry(File entry) {
172 removeEntry(new File(entry, child));
  /external/srec/portable/src/
phashtable.c 190 static void removeEntry(PHashTableEntry *entry)
445 removeEntry(entry);
497 removeEntry(entry);
  /libcore/luni/src/main/java/java/util/
WeakHashMap.java 171 removeEntry(currentEntry);
551 removeEntry(toRemove);
555 void removeEntry(Entry<K, V> toRemove) {
  /frameworks/volley/src/com/android/volley/toolbox/
DiskBasedCache.java 219 removeEntry(key);
304 private void removeEntry(String key) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 218 removeEntry(index);
285 private void removeEntry(int index) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 288 public void removeEntry(FatDirectoryEntry entry) throws IOException {
FatLfnDirectory.java 202 dir.removeEntry(real);
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 274 roster.removeEntry(gatewayEntry);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Ticker.java 247 public void removeEntry(StatusBarNotification n) {
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 522 * This implementation calls <code>removeEntry()</code> and <code>destroyEntry()</code>.
532 removeEntry(entry, hashIndex, previous);
548 protected void removeEntry(HashEntry<K, V> entry, int hashIndex, HashEntry<K, V> previous) {
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 90 bool removeEntry(const std::string& folder, const std::string& key) {
367 method_call->GetMember() == "removeEntry") {
383 writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1);
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 

Completed in 735 milliseconds

1 2 3