HomeSort by relevance Sort by last modified time
    Searched defs:SHOW (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/bluez/compat/
dund.c 93 SHOW,
390 { "show", 0, 0, 'l' },
413 "\t--show --list -l Show active LAP connections\n"
445 mode = SHOW;
578 case SHOW:
hidd.c 58 SHOW,
660 "\t--show List current HID connections\n"
676 { "show", 0, 0, 'l' },
701 int mode = SHOW, detach = 1, nosdp = 0, nocheck = 0, bootonly = 0;
745 mode = SHOW;
pand.c 94 SHOW,
581 { "show", 0, 0, 'l' },
603 "\t--show --list -l Show active PAN connections\n"
636 mode = SHOW;
755 case SHOW:
  /frameworks/base/core/java/android/app/
Dialog.java 105 private static final int SHOW = 0x45;
193 * {@link Activity#showDialog(int)} is used to show this Dialog, that
216 public void show() { method in class:Dialog
374 show(); method
998 mShowMessage = mListenersHandler.obtainMessage(SHOW, listener);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 72 * - screen turned off -> reset the keyguard, and show it so it will be ready
106 private static final int SHOW = 2;
258 mShowKeyguardWakeLock = mPM.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "show keyguard");
519 // if another app is disabling us, don't show
541 // if the setup wizard hasn't run yet, don't show
622 * Send message to keyguard telling it to show itself
629 Message msg = mHandler.obtainMessage(SHOW);
654 + "to show the keyguard since the device isn't provisioned yet.");
665 + "to show the keyguard so the user can enter their sim pin");
    [all...]
  /external/libvpx/
vpxenc.c 862 "Show encoder parameters");
864 "Show PSNR in status line");
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 321 SHOW, HIDE
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 161 milliseconds