Searched refs:KEY_APP_BRIDGE (Results 1 – 4 of 4) sorted by relevance
383 data.putParcelable(PhotoPage.KEY_APP_BRIDGE, mAppBridge); in createCameraScreenNail()416 data.putParcelable(PhotoPage.KEY_APP_BRIDGE, mAppBridge); in reuseCameraScreenNail()
109 public static final String KEY_APP_BRIDGE = "app-bridge"; field in PhotoPage397 mAppBridge = (AppBridge) data.getParcelable(KEY_APP_BRIDGE); in onCreate()994 data.putBoolean(PhotoPage.KEY_APP_BRIDGE, mAppBridge != null); in switchToGrid()
235 if (!data.containsKey(PhotoPage.KEY_APP_BRIDGE)) { in switchState()
381 mInCameraApp = data.getBoolean(PhotoPage.KEY_APP_BRIDGE, false); in onCreate()