Searched refs:KEY_APP_BRIDGE (Results 1 – 3 of 3) sorted by relevance
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()