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

/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java148 private Runnable mUnlockRunnable; field in class:TileService
262 mUnlockRunnable = runnable;
415 if (mUnlockRunnable != null) {
416 mUnlockRunnable.run();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java320 getCameraHandler().post(bundle.mUnlockRunnable);
449 getCameraHandler().post(bundle.mUnlockRunnable);
535 getCameraHandler().post(bundle.mUnlockRunnable);
955 public final Runnable mUnlockRunnable; field in class:CameraAgent.WaitDoneBundle
960 mUnlockRunnable = new Runnable() {
980 bundle.mUnlockRunnable.run();

Completed in 147 milliseconds