Searched defs:unlock (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DCameraManager.java112 mCamera.unlock();
257 public void unlock() { method in class:CameraManager.CameraProxy
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java64 * 4. Unlock the row in the cache: cache.unlock(id);
69 * 3. Unlock the row in the cache, passing in the new values: cache.unlock(id, values);
607 public synchronized void unlock(String id) { method in class:ContentCache
613 * ContentValues. Then, unlock the row, so that new valid CacheTokens can be created.
618 public synchronized void unlock(String id, ContentValues values) { method in class:ContentCache
626 * If the row was locked, unlock it

Completed in 206 milliseconds