Searched refs:lock (Results 1 - 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBarrierConsumer.java55 mLock.lock();
73 mLock.lock();
/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java56 * Gesture lock pattern settings.
174 // do not display SIM lock for CDMA phone
180 // Intent to launch SIM lock settings
372 private void lock() { method in class:SecuritySettings.CredentialStorage
373 mKeyStore.lock();
392 lock();
/packages/apps/Browser/src/com/android/browser/
H A DTitleBar.java97 mLockIcon = (ImageView) findViewById(R.id.lock);
305 * Set the Drawable for the lock icon, or null to hide it.
/packages/apps/Email/src/com/android/exchange/
H A DSyncManager.java186 // All threads can use this lock to wait for connectivity
195 // Keeps track of which services require a wake lock (by mailbox id)
1250 Boolean lock = mWakeLocks.get(id);
1251 if (lock == null) {
1265 Boolean lock = mWakeLocks.get(id);
1266 if (lock != null) {
1719 log("Connectivity lock...");
1722 log("Connectivity lock released...");
1996 // Release our wake lock, if we have one
/packages/apps/Camera/src/com/android/camera/
H A DVideoCamera.java396 // If the camera resumes behind the lock screen, the orientation
708 // If we don't lock the camera, release() will fail.
709 mCameraDevice.lock();
1042 if (mCameraDevice != null) mCameraDevice.lock();
1562 // If the camera resumes behind the lock screen, the orientation

Completed in 375 milliseconds