HomeSort by relevance Sort by last modified time
    Searched refs:mAppBridge (Results 1 - 5 of 5) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 157 private AppBridge mAppBridge;
284 if (mAppBridge != null) {
285 mAppBridge.onFullScreenChanged(message.arg1 == 1);
320 if (mAppBridge != null) mPhotoView.setFilmMode(false);
325 if (mAppBridge == null && mMediaSet.getTotalMediaItemCount() > 1) {
397 mAppBridge = (AppBridge) data.getParcelable(KEY_APP_BRIDGE);
398 if (mAppBridge != null) {
401 mAppBridge.setServer(this);
411 mScreenNailItem.setScreenNail(mAppBridge.attachScreenNail());
470 mAppBridge == null ? -1 : 0
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ExternalSourcesDetails.java 43 private AppStateInstallAppsBridge mAppBridge;
54 mAppBridge = new AppStateInstallAppsBridge(context, mState, null);
123 mInstallAppsState = mAppBridge.createInstallAppsStateFor(mPackageName,
WriteSettingsDetails.java 58 private AppStateWriteSettingsBridge mAppBridge;
71 mAppBridge = new AppStateWriteSettingsBridge(context, mState, null);
146 mWriteSettingsState = mAppBridge.getWriteSettingsInfo(mPackageName,
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java 46 private final AppBridge mAppBridge;
58 mAppBridge = new AppBridge(context);
244 mAppBridge.showOsuCount(count);
254 mAppBridge.showDeauth(spName, ess, delay, url);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
PlatformAdapter.java 73 private final AppBridge mAppBridge;
78 mAppBridge = new AppBridge(context);
438 mAppBridge.showStatus(status, spName, message, null);

Completed in 401 milliseconds