OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppBridge
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AppBridge.java
25
public abstract class
AppBridge
implements Parcelable {
PhotoPage.java
77
PhotoView.Listener,
AppBridge
.Server, ShareActionProvider.OnShareTargetSelectedListener,
157
private
AppBridge
mAppBridge;
397
mAppBridge = (
AppBridge
) data.getParcelable(KEY_APP_BRIDGE);
403
// Get the ScreenNail from
AppBridge
and register it.
430
// from
AppBridge
.
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/
AppBridge.java
12
public class
AppBridge
{
27
public
AppBridge
(Context context) {
/frameworks/base/packages/Osu/src/com/android/
MainActivity.java
33
import com.android.hotspot2.
AppBridge
;
113
} else if (intent.getAction().equals(
AppBridge
.ACTION_OSU_NOTIFICATION)) {
114
if (bundle.containsKey(
AppBridge
.OSU_COUNT)) {
116
} else if (bundle.containsKey(
AppBridge
.PROV_SUCCESS)) {
117
showStatus(bundle.getBoolean(
AppBridge
.PROV_SUCCESS),
118
bundle.getString(
AppBridge
.SP_NAME),
119
bundle.getString(
AppBridge
.PROV_MESSAGE),
121
} else if (bundle.containsKey(
AppBridge
.DEAUTH)) {
122
showDeauth(bundle.getString(
AppBridge
.SP_NAME),
123
bundle.getBoolean(
AppBridge
.DEAUTH)
[
all
...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
OSUManager.java
13
import com.android.hotspot2.
AppBridge
;
98
private final
AppBridge
mAppBridge;
116
mAppBridge = new
AppBridge
(context);
[
all
...]
Completed in 239 milliseconds