Searched refs:mUnlockRunnable (Results 1 – 4 of 4) sorted by relevance
177 private Runnable mUnlockRunnable; field in TileService291 mUnlockRunnable = runnable; in unlockAndRun()456 if (mUnlockRunnable != null) {457 mUnlockRunnable.run();
320 getCameraHandler().post(bundle.mUnlockRunnable); in closeCamera()449 getCameraHandler().post(bundle.mUnlockRunnable); in unlock()535 getCameraHandler().post(bundle.mUnlockRunnable); in setPreviewTextureSync()955 public final Runnable mUnlockRunnable; field in CameraAgent.WaitDoneBundle960 mUnlockRunnable = new Runnable() { in WaitDoneBundle()980 bundle.mUnlockRunnable.run(); in unblockSyncWaiters()
1014 mCameraHandler.post(bundle.mUnlockRunnable); in getParameters()
53541 Landroid/service/quicksettings/TileService;->mUnlockRunnable:Ljava/lang/Runnable;