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

1 2

  /system/security/keystore/include/keystore/
keystore.h 31 LOCKED = STATE_LOCKED, // 2
  /external/chromium_org/ash/wm/
sticky_keys_unittest.cc 161 // By typing shift key again, internal state become LOCKED.
162 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
173 // Locked state keeps after normal keyboard event.
174 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
184 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
232 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
237 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
241 EXPECT_EQ(StickyKeysHandler::LOCKED, sticky_key.current_state());
sticky_keys.h 84 // of LOCKED state, all incomming keyboard events will be modified. The LOCKED
89 // | DISABLED | ENABLED | LOCKED |
92 // Modifier KeyUp | To ENABLED(*) | To LOCKED(*) | To DISABLED |
119 // The sticky key is locked. Incomming non modifier key down events are
121 LOCKED,
155 // Handles key event in LOCKED state.
sticky_keys.cc 98 case LOCKED:
156 current_state_ = LOCKED;
  /frameworks/base/keystore/java/android/security/
KeyStore.java 37 public static final int LOCKED = 2;
55 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
94 case LOCKED: return State.LOCKED;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.h 80 LOCKED
ZslProcessor3.h 88 LOCKED
ZslProcessor.cpp 356 mState = LOCKED;
367 if (mState == LOCKED) return OK;
442 if (mState == LOCKED) {
ZslProcessor3.cpp 297 mState = LOCKED;
306 if (mState == LOCKED) return OK;
372 * - ensure that aeState is either converged or locked
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 51 * When key modifiers are toggled into a latched or locked state, the state
53 * meta state integer managed by the client. These latched or locked modifiers
91 * Flag that indicates that the SHIFT key is locked in CAPS mode.
95 * Flag that indicates that the ALT key is locked.
99 * Flag that indicates that the SYM key is locked.
157 * or locked meta key.
178 * or locked meta key.
197 * @return 0 if inactive, 1 if active, 2 if locked.
228 * @return 0 if inactive, 1 if active, 2 if locked.
241 // META_SELECTING is only ever set to PRESSED and can't be LOCKED, so return
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 64 Sms.LOCKED,
77 Mms.LOCKED,
419 mColumnSmsLocked = cursor.getColumnIndexOrThrow(Sms.LOCKED);
473 mColumnMmsLocked = cursor.getColumnIndexOrThrow(Mms.LOCKED);
  /packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java 71 Mms.LOCKED
107 // Get the locked flag from the M-Notification.ind so it can be transferred
167 // Copy over the locked flag from the M-Notification.ind in case
168 // the user locked the message before activating the download.
293 boolean locked) {
296 values.put(Mms.LOCKED, locked); // preserve the state of the M-Notification.ind lock.
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 235 * Is the message locked?
238 public static final String LOCKED = "locked";
    [all...]
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 51 LOCKED = 0x00000002
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 594 Mms.LOCKED + " INTEGER DEFAULT 0," +
    [all...]
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 70 * KeyStore: LOCKED
149 case LOCKED: {
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 327 assertEquals(KeyStore.State.LOCKED, mKeyStore.state());
358 assertFalse("Should fail when keystore is locked",
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 756 * @param deleteAll Delete the whole thread including locked messages
774 String selection = deleteAll ? null : "locked=0";
789 * @param deleteAll Delete the whole thread including locked messages
802 String selection = deleteAll ? null : "locked=0";
850 * Check for locked messages in all threads or a specified thread.
852 * upon completion of looking for locked messages
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 349 #define LOCKED 1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 349 #define LOCKED 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 349 #define LOCKED 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 149 LOCKED = 423
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 149 LOCKED = 423
    [all...]
  /system/security/keystore/
keystore.cpp 502 return LOCKED;
575 return LOCKED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java 91 Sms.LOCKED,
789 values.put("locked", 0);
    [all...]

Completed in 599 milliseconds

1 2