Searched refs:GlobalActions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java56 class GlobalActions implements DialogInterface.OnDismissListener, DialogInterface.OnClickListener { class in inherits:DialogInterface.OnDismissListener,DialogInterface.OnClickListener
58 private static final String TAG = "GlobalActions";
81 public GlobalActions(Context context) { method in class:GlobalActions
270 * {@link GlobalActions#mKeyguardShowing} and whether the device is provisioned
271 * via {@link GlobalActions#mDeviceProvisioned}.
H A DPhoneWindowManager.java207 GlobalActions mGlobalActions;
490 mGlobalActions = new GlobalActions(mContext);

Completed in 49 milliseconds