OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAppBridge
(Results
1 - 3
of
3
) 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/
WriteSettingsDetails.java
57
private AppStateWriteSettingsBridge
mAppBridge
;
70
mAppBridge
= new AppStateWriteSettingsBridge(context, mState, null);
137
mWriteSettingsState =
mAppBridge
.getWriteSettingsInfo(mPackageName,
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java
98
private final AppBridge
mAppBridge
;
116
mAppBridge
= new AppBridge(context);
660
mAppBridge
.showOsuCount(count, getAvailableOSUs());
680
mAppBridge
.showDeauth(spName, ess, delay, url);
820
mAppBridge
.showStatus(status, spName, message, null);
[
all
...]
Completed in 2145 milliseconds