Home | History | Annotate | Download | only in gceservice

Lines Matching defs:intent

19 import android.content.Intent;
51 Intent intent = new Intent();
52 intent.setAction(ACTION_LOCATION_SERVICES_CONSENT_INTENT);
53 intent.setFlags(intent.getFlags() |
54 Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP);
55 intent.putExtra(EXTRA_LOCATION_SERVICES_CONSENT_DISABLE, false);
56 mContext.startActivity(intent);