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

/packages/apps/Camera/src/com/android/camera/
H A DActivityBase.java383 data.putParcelable(PhotoPage.KEY_APP_BRIDGE, mAppBridge);
416 data.putParcelable(PhotoPage.KEY_APP_BRIDGE, mAppBridge);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DStateManager.java235 if (!data.containsKey(PhotoPage.KEY_APP_BRIDGE)) {
H A DPhotoPage.java109 public static final String KEY_APP_BRIDGE = "app-bridge"; field in class:PhotoPage
397 mAppBridge = (AppBridge) data.getParcelable(KEY_APP_BRIDGE);
994 data.putBoolean(PhotoPage.KEY_APP_BRIDGE, mAppBridge != null);
H A DAlbumPage.java381 mInCameraApp = data.getBoolean(PhotoPage.KEY_APP_BRIDGE, false);

Completed in 164 milliseconds