Searched refs:mUnlockRunnable (Results 1 – 4 of 4) sorted by relevance
156 private Runnable mUnlockRunnable; field in TileService270 mUnlockRunnable = runnable; in unlockAndRun()435 if (mUnlockRunnable != null) {436 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()
64130 Landroid/service/quicksettings/TileService;->mUnlockRunnable:Ljava/lang/Runnable;