HomeSort by relevance Sort by last modified time
    Searched full:isopened (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
SlidingDrawerTest.java 137 method = "isOpened",
145 assertFalse(drawer.isOpened());
149 assertTrue(drawer.isOpened());
153 assertFalse(drawer.isOpened());
170 method = "isOpened",
183 assertFalse(drawer.isOpened());
192 assertFalse(drawer.isOpened());
201 assertTrue(drawer.isOpened());
210 assertTrue(drawer.isOpened());
219 assertFalse(drawer.isOpened());
    [all...]
  /development/host/windows/usb/api/
adb_object_handle.cpp 71 ATLASSERT(!IsOpened());
73 if (!IsOpened()) {
108 ATLASSERT(IsOpened());
110 if (IsOpened()) {
145 ATLASSERT(!IsOpened());
adb_interface.cpp 69 if (!IsOpened()) {
86 if (!IsOpened()) {
104 if (!IsOpened()) {
adb_interface_enum.cpp 61 if (!IsOpened()) {
95 if (!IsOpened()) {
adb_io_completion.cpp 44 if (!IsOpened()) {
adb_endpoint_object.cpp 42 if (!IsOpened()) {
adb_legacy_io_completion.cpp 46 if (!IsOpened()) {
adb_legacy_endpoint_object.cpp 54 if (!IsOpened()) {
137 if (!IsOpened()) {
adb_legacy_interface.cpp 106 if (!IsOpened()) {
251 if (!IsOpened()) {
adb_object_handle.h 169 bool IsOpened() const {
  /frameworks/base/voip/java/android/net/sip/
ISipService.aidl 33 boolean isOpened(String localProfileUri);
SipManager.java 45 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
266 public boolean isOpened(String localProfileUri) throws SipException {
268 return mSipService.isOpened(localProfileUri);
270 throw new SipException("isOpened()", e);
278 * ({@link #isOpened}).
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 145 if (!IsOpened()) {
240 if (!IsOpened()) {
320 if (!IsOpened()) {
adb_winusb_io_completion.cpp 54 if (!IsOpened()) {
  /packages/apps/Phone/src/com/android/phone/
DTMFTwelveKeyDialer.java 691 public boolean isOpened() {
695 return mDialerDrawer.isOpened();
719 if (!isOpened()) {
750 if (isOpened()) {
    [all...]
InCallScreen.java 361 if (mDialer.isOpened() && !isTouchLocked()) {
    [all...]
OtaUtils.java 603 return (mDialer != null && mDialer.isOpened());
    [all...]
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 916 public boolean isOpened() {
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipService.java 255 public synchronized boolean isOpened(String localProfileUri) {
    [all...]
  /external/webkit/WebCore/
ChangeLog-2007-10-14     [all...]

Completed in 422 milliseconds