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

1 2 3 4

  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerRegistry.java 63 public void unregister(final String pattern) { method in class:HttpRequestHandlerRegistry
64 matcher.unregister(pattern);
UriPatternMatcher.java 71 public void unregister(final String pattern) { method in class:UriPatternMatcher
  /frameworks/base/voip/java/android/net/sip/
ISipSession.aidl 103 void unregister();
SipSession.java 366 public void unregister() { method in class:SipSession
368 mSession.unregister();
370 Log.e(TAG, "unregister(): " + e);
  /external/apache-http/src/org/apache/http/auth/
AuthSchemeRegistry.java 91 * @param name the identifier of the class to unregister
93 public synchronized void unregister(final String name) { method in class:AuthSchemeRegistry
  /external/apache-http/src/org/apache/http/conn/scheme/
SchemeRegistry.java 147 * @param name the name of the scheme to unregister (in lowercase)
152 public synchronized final Scheme unregister(String name) { method in class:SchemeRegistry
  /external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java 85 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister
87 public synchronized void unregister(final String id) { method in class:CookieSpecRegistry
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 105 method = "unregister",
141 rc.unregister(null);
148 // Test beginBroadcast, register, unregister. There is only one service binded.
157 assertTrue(rc.unregister(mSecondaryService));
161 // Process killed. No need to call finishBroadcast, unregister
196 // kill() should unregister the callback (beginBroadcast()
  /bionic/libc/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon26
  /bionic/libc/private/
nsswitch.h 215 nss_module_unregister_fn unregister; member in struct:__anon519
  /development/ndk/platforms/android-3/include/
nsswitch.h 215 nss_module_unregister_fn unregister; member in struct:__anon1109
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
ForwardServer.java 125 public void unregister(Forwarder recyclable) { method in class:ForwardServer
Forwarder.java 99 server.unregister(Forwarder.this);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon13825
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon14179
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon14533
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon14958
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon15315
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
nsswitch.h 214 nss_module_unregister_fn unregister; member in struct:__anon15745
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 90 public void unregister(IActivityManager am) throws RemoteException { method in class:MonkeyNetworkMonitor
  /external/chromium/third_party/icu/public/common/unicode/
brkiter.h 474 * @return a registry key that can be used to unregister this instance
483 * Unregister a previously-registered BreakIterator using the key returned from the
491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
  /external/icu4c/common/unicode/
brkiter.h 474 * @return a registry key that can be used to unregister this instance
483 * Unregister a previously-registered BreakIterator using the key returned from the
491 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 39 * service, and call its {@link #register} and {@link #unregister} methods
40 * as client register and unregister with your service. To call back on to
83 * until a corresponding call to {@link #unregister} or its hosting process
87 * Registrations are not counted; a single call to {@link #unregister}
103 * @see #unregister
129 * Registrations are not counted; a single unregister call will remove
141 public boolean unregister(E callback) { method in class:RemoteCallbackList
  /packages/apps/Phone/src/com/android/phone/
NetworkQueryService.java 142 // currently we just unregister the callback, since there is
151 mCallbacks.unregister(cb);
  /external/chromium/third_party/icu/public/i18n/unicode/
numfmt.h 551 * @return a registry key that can be used to unregister this factory
557 * Unregister a previously-registered NumberFormatFactory using the key returned from the
565 static UBool U_EXPORT2 unregister(URegistryKey key, UErrorCode& status);
    [all...]

Completed in 345 milliseconds

1 2 3 4