/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 233 // Expect to see the service unbind and then destroyed. 259 // Expect to see the service unbind but not destroyed. 263 waitForResultOrThrow(DELAY, "existing connection to unbind service"); 270 // Expect to see the service unbind and then destroyed. 841 fail("No exception thrown on the second unbind");
|
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 484 runningService.unbind(); 750 if (service.unbind()) { 766 service.unbind(); 1033 public boolean unbind() { method in class:AccessibilityManagerService.Service [all...] |
/frameworks/base/test-runner/src/android/test/ |
ServiceTestCase.java | 237 // no extras are expected by unbind 246 * Makes the necessary calls to stop (or unbind) the service under test, and
|
/packages/apps/Phone/src/com/android/phone/ |
NetworkSetting.java | 252 * Override onDestroy() to unbind the query service, avoiding service 257 // unbind the service.
|
EmergencyCallbackModeExitDialog.java | 153 // Unbind from remote service
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
LocalServiceActivities.java | 167 button = (Button)findViewById(R.id.unbind);
|
MessengerServiceActivities.java | 159 button = (Button)findViewById(R.id.unbind);
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglMacApi.cpp | 164 // check for unbind
|
EglX11Api.cpp | 259 // unbind
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
FramebufferData.cpp | 204 // have changed, and before the next draw, unbind and rebind
|
/external/quake/quake/src/QW/ |
cmds.txt | 104 unbind",Key_Unbind_f
|
/external/webkit/Source/WebCore/inspector/ |
InspectorDOMAgent.h | 186 void unbind(Node*, NodeToIdMap*);
|
InspectorDOMStorageAgent.cpp | 78 it->second->unbind();
|
InspectorDOMAgent.cpp | 375 void InspectorDOMAgent::unbind(Node* node, NodeToIdMap* nodesMap) function in class:WebCore::InspectorDOMAgent 390 // Unbind subtree known to client recursively. 394 unbind(child, nodesMap); [all...] |
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
KeyChainServiceTest.java | 231 Log.d(TAG, "test_KeyChainService unbind");
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ItemInfo.java | 154 void unbind() { method in class:ItemInfo
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
LockPatternKeyguardView.java | 572 // When screen is turned off, need to unbind from FaceLock service if using FaceLock 634 /** Unbind from facelock if something covers this window (such as an alarm) 704 // When view is hidden, need to unbind from FaceLock service if we are using FaceLock [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPbap.java | 39 * are finished with the BluetoothPbap, so that this proxy object can unbind
|
/frameworks/base/services/java/com/android/server/location/ |
LocationProviderProxy.java | 74 * need to unbind from the old version and re-bind to the new one.
|
/external/quake/quake/src/QW/client/ |
keys.c | 506 Con_Printf ("unbind <key> : remove commands from a key\n");
664 Cmd_AddCommand ("unbind",Key_Unbind_f);
716 // handle escape specialy, so the user can never unbind it
|
/external/quake/quake/src/WinQuake/ |
keys.cpp | 428 Con_Printf ("unbind <key> : remove commands from a key\n"); 585 Cmd_AddCommand ("unbind",Key_Unbind_f); 633 // handle escape specialy, so the user can never unbind it
|
/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 430 self.time[0].Unbind(wx.EVT_KILL_FOCUS, self.time[0])
431 self.time[1].Unbind(wx.EVT_KILL_FOCUS, self.time[1])
432 self.time[2].Unbind(wx.EVT_KILL_FOCUS, self.time[2])
|
/development/apps/Development/res/values/ |
strings.xml | 191 <string name="unbind_button">unbind</string>
|
/external/openssl/crypto/dso/ |
dso_dl.c | 97 /* For now, "unbind" doesn't exist */
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethod.java | 108 * Unbind an application environment, called when the information previously
|