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

  /system/security/keystore/include/keystore/
keystore.h 31 LOCKED = STATE_LOCKED, // 2
  /frameworks/base/keystore/java/android/security/
KeyStore.java 33 public static final int LOCKED = 2;
51 public enum State { UNLOCKED, LOCKED, UNINITIALIZED };
78 case LOCKED: return State.LOCKED;
  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor.h 80 LOCKED
ZslProcessor3.h 89 LOCKED
ZslProcessor.cpp 357 mState = LOCKED;
368 if (mState == LOCKED) return OK;
443 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.
154 * or locked meta key.
169 * @return 0 if inactive, 1 if active, 2 if locked.
199 if (flag == LOCKED) {
246 * Call this if you are a method that ignores the locked meta state
259 if (current == LOCKED)
    [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 160 * Has the message been locked?
163 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...]
MmsSmsProvider.java 120 { BaseColumns._ID, Mms.DATE, Mms.DATE_SENT, Mms.READ, Mms.THREAD_ID, Mms.LOCKED };
272 URI_MATCHER.addURI(AUTHORITY, "locked", URI_FIRST_LOCKED_MESSAGE_ALL);
274 URI_MATCHER.addURI(AUTHORITY, "locked/#", URI_FIRST_LOCKED_MESSAGE_BY_THREAD_ID);
    [all...]
  /hardware/msm7k/libgralloc/
framebuffer.cpp 50 LOCKED = 0x00000002
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 53 LOCKED = 0x00000002
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 61 * KeyStore: LOCKED
140 case LOCKED: {
  /system/security/keystore/
keystore.cpp 482 return LOCKED;
555 return LOCKED;
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 326 assertEquals(KeyStore.State.LOCKED, mKeyStore.state());
356 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 461 milliseconds