Searched refs:KEY_SHOW_WHEN_LOCKED (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java375 data.putBoolean(PhotoPage.KEY_SHOW_WHEN_LOCKED, mSecureCamera);
409 data.putBoolean(PhotoPage.KEY_SHOW_WHEN_LOCKED, mSecureCamera);
H A DPhotoModule.java1556 newExtras.putBoolean(CropImage.KEY_SHOW_WHEN_LOCKED, true);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCropImage.java125 public static final String KEY_SHOW_WHEN_LOCKED = "showWhenLocked"; field in class:CropImage
185 if (extra.getBoolean(KEY_SHOW_WHEN_LOCKED, false)) {
H A DPhotoPage.java112 public static final String KEY_SHOW_WHEN_LOCKED = "show_when_locked"; field in class:PhotoPage
439 if (data.getBoolean(KEY_SHOW_WHEN_LOCKED, false)) {

Completed in 302 milliseconds