/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
BiometricSensorUnlock.java | 23 * Initializes the view provided for the biometric unlock UI to work within. The provided area 24 * completely covers the backup unlock mechanism. 25 * @param biometricUnlockView View provided for the biometric unlock UI. 30 * Indicates whether the biometric unlock is running. Before 33 * unlock completes, {@link BiometricSensorUnlock#stop} has been called, or an error has 34 * forced the biometric unlock to stop. 35 * @return whether the biometric unlock is currently running. 40 * Stops and removes the biometric unlock and shows the backup unlock 45 * Binds to the biometric unlock service and starts the unlock procedure. Called on the U [all...] |
FaceUnlock.java | 72 * Stores some of the structures that Face Unlock will need to access and creates the handler 86 * Stores and displays the view that Face Unlock is allowed to draw within. 87 * TODO: since the layout object will eventually be shared by multiple biometric unlock 96 * Indicates whether Face Unlock is currently running. 103 * Dismisses face unlock and goes to the backup lock 111 * Binds to the Face Unlock service. Face Unlock will be started when the bind completes. The 112 * Face Unlock view is displayed to hide the backup lock while the service is starting up. 126 Log.d(TAG, "Binding to Face Unlock service for user=" 135 Log.w(TAG, "Attempt to bind to Face Unlock when already bound") [all...] |
KeyguardSecurityModel.java | 34 Pattern, // Unlock by drawing a pattern. 35 Password, // Unlock by entering an alphanumeric password 37 Biometric, // Unlock with a biometric key (e.g. finger print or face unlock) 38 Account, // Unlock by entering an account's login and password. 39 SimPin, // Unlock by entering a sim pin. 40 SimPuk // Unlock by entering a sim puk 56 * Returns true if biometric unlock is installed and selected. If this returns false there is 57 * no need to even construct the biometric unlock. 65 * Returns true if a condition is currently suppressing the biometric unlock. If this return [all...] |
/external/chromium_org/v8/test/cctest/ |
test-mutex.cc | 84 mutex1.Unlock(); 85 mutex2.Unlock(); 86 mutex3.Unlock(); 91 mutex3.Unlock(); 92 mutex2.Unlock(); 93 mutex1.Unlock(); 105 recursive_mutex1.Unlock(); 106 recursive_mutex1.Unlock(); 107 recursive_mutex2.Unlock(); 108 recursive_mutex2.Unlock(); [all...] |
/external/clang/test/PCH/ |
thread-safety-attrs.cpp | 37 void Unlock() __attribute__((unlock_function)); 120 sls_mw.mu.Unlock(); 126 sls_mu.Unlock(); 132 sls_mu.Unlock(); 138 sls_mu2.Unlock(); 144 sls_mu.Unlock(); 150 sls_mu.Unlock(); 156 sls_mu2.Unlock(); 157 sls_mu.Unlock(); 163 sls_mu.Unlock(); [all...] |
/external/chromium_org/chrome/browser/signin/ |
easy_unlock.h | 16 // Registers Easy Unlock profile preferences. 19 // Launches Easy Unlock Setup app.
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_mutex.cc | 28 t.Unlock(m); 31 t.Unlock(m); 35 t.Unlock(m); 46 t.Unlock(m); 49 t.Unlock(m); 53 t.Unlock(m); 64 t.Unlock(m); 67 t.Unlock(m); 71 t.Unlock(m); 81 t.Unlock(m) [all...] |
/external/chromium_org/content/child/ |
web_discardable_memory_impl.cc | 27 discardable_->Unlock(); 35 void WebDiscardableMemoryImpl::unlock() { function in class:content::WebDiscardableMemoryImpl 36 discardable_->Unlock();
|
/external/chromium_org/skia/ext/ |
SkDiscardableMemory_chrome.cc | 15 discardable_->Unlock(); 27 void SkDiscardableMemoryChrome::unlock() { function in class:SkDiscardableMemoryChrome 28 discardable_->Unlock();
|
/external/chromium_org/third_party/skia/tests/ |
DiscardableMemoryPoolTest.cpp | 20 dm1->unlock(); 28 dm2->unlock(); 31 dm2->unlock();
|
/external/skia/tests/ |
DiscardableMemoryPoolTest.cpp | 20 dm1->unlock(); 28 dm2->unlock(); 31 dm2->unlock();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mutex.py | 26 # unlock both locks 27 m.unlock() 28 m.unlock()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mutex.py | 26 # unlock both locks 27 m.unlock() 28 m.unlock()
|
/external/chromium_org/content/browser/screen_orientation/ |
screen_orientation_provider.h | 13 // screen orientation lock/unlock. 20 // Unlock the screen orientation.
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCountdown.cpp | 22 fReady.unlock(); 31 fReady.unlock();
|
/external/skia/src/utils/ |
SkCountdown.cpp | 22 fReady.unlock(); 31 fReady.unlock();
|
/external/chromium_org/third_party/sqlite/src/test/ |
superlock.test | 51 do_test 1.2 { sqlite3demo_superlock unlock test.db } {unlock} 53 do_test 1.4 { unlock } {} 60 do_test 2.2 { sqlite3demo_superlock unlock test.db } {unlock} 64 do_test 2.6 { unlock } {} 68 do_test 3.2 { sqlite3demo_superlock unlock test.db } {unlock} 72 do_test 3.6 { unlock } {} 76 do_test 4.2 { sqlite3demo_superlock unlock test.db } {unlock [all...] |
/frameworks/base/packages/Keyguard/res/values/ |
strings.xml | 23 <!-- Instructions telling the user to enter their SIM PIN to unlock the keyguard. 27 <!-- Instructions telling the user to enter their SIM PUK to unlock the keyguard. 31 <!-- Prompt to enter SIM PUK in Edit Text Box in unlock screen --> 33 <!-- Prompt to enter New SIM PIN in Edit Text Box in unlock screen --> 39 <!-- Instructions telling the user to enter their text password to unlock the keyguard. 41 <string name="keyguard_password_enter_password_code">Type password to unlock</string> 43 <!-- Instructions telling the user to enter their PIN password to unlock the keyguard. 45 <string name="keyguard_password_enter_pin_password_code">Type PIN to unlock</string> 48 to unlock the keyguard. Displayed in one line in a large font. --> 51 <!-- Instructions telling the user how to unlock the phone. -- [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebScreenOrientationLockType.h | 11 WebScreenOrientationLockDefault = 0, // Equivalent to unlock.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_UnlockAudio.3 | 3 SDL_UnlockAudio \- Unlock the callback function
|
/external/valgrind/main/drd/tests/ |
tc10_rec_lock.stderr.exp | 5 before unlock #1 6 before unlock #2 7 before unlock #3 8 before unlock #4
|
/external/valgrind/main/helgrind/tests/ |
tc10_rec_lock.c | 34 fprintf(stderr, "before unlock #1\n"); 36 fprintf(stderr, "before unlock #2\n"); 38 fprintf(stderr, "before unlock #3\n"); 41 fprintf(stderr, "before unlock #4\n");
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SecureSource.java | 29 mMatcher.add("/secure/unlock", SECURE_UNLOCK); 46 MediaItem unlock = (MediaItem) dataManager.getMediaObject( local 47 "/secure/unlock"); 48 return new SecureAlbum(path, mApplication, unlock);
|
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
unlock.pass.cpp | 14 // void unlock(); 24 void unlock() {unlock_called = true;} function in struct:mutex 32 lk.unlock(); 37 lk.unlock(); 47 lk.unlock();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
unlock.pass.cpp | 14 // void unlock(); 24 void unlock() {unlock_called = true;} function in struct:mutex 32 lk.unlock(); 37 lk.unlock(); 47 lk.unlock();
|