HomeSort by relevance Sort by last modified time
    Searched defs:buildIntent (Results 1 - 10 of 10) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/precall/
PreCall.java 44 Intent buildIntent(Context context, CallIntentBuilder builder);
47 return PreCallComponent.get(context).getPreCall().buildIntent(context, builder);
  /packages/apps/Dialer/java/com/android/dialer/precall/impl/
PreCallImpl.java 47 public Intent buildIntent(Context context, CallIntentBuilder builder) {
50 LogUtil.i("PreCallImpl.buildIntent", "No UI requested, running pre-call directly");
56 LogUtil.i("PreCallImpl.buildIntent", "building intent to start activity");
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 29 buildIntent(Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE, "http:", null)}),
31 buildIntent(Intent.ACTION_INSERT, null, null, "vnd.android.cursor.dir/event")}),
36 buildIntent(Intent.ACTION_PICK, null, null, ContactsContract.Contacts.CONTENT_TYPE)}),
40 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}),
52 private static Intent buildIntent(String action, String category, String protocol,
  /cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
ProcStatsTest.java 54 private static final Intent buildIntent(String component) {
63 buildIntent(HELPER_PACKAGE + "/.MainActivity"));
68 buildIntent(HELPER_PACKAGE + "/.ProcStatsHelperServiceMain"));
76 buildIntent(HELPER_PACKAGE + "/.MainActivity"));
81 buildIntent(HELPER_PACKAGE + "/.ProcStatsHelperServiceSub"));
  /packages/apps/TV/src/com/android/tv/onboarding/
OnboardingActivity.java 75 public static Intent buildIntent(
129 startActivity(buildIntent(this, intentForNextActivity));
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
MethodDescriptor.java 176 return buildIntent(parameters.getJSONObject(index));
245 public static Object buildIntent(JSONObject jsonObject) throws JSONException {
  /packages/apps/Settings/src/com/android/settings/search/indexing/
IndexData.java 277 final Intent intent = buildIntent(context);
285 private Intent buildIntent(Context context) {
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
IndexData.java 279 final Intent intent = buildIntent(context);
287 private Intent buildIntent(Context context) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 390 private Intent buildIntent(String action, String uri, String type, JSONObject extras,
433 final Intent intent = buildIntent(action, uri, type, extras, packagename, classname, null);
644 final Intent intent = buildIntent(action, uri, type, extras, packagename, classname, null);
665 final Intent intent = buildIntent(action, uri, type, extras, packagename, classname, null);
686 final Intent intent = buildIntent(null /* action */, uri, null /* type */, extras, packagename,
712 Intent intent = buildIntent(action, uri, type, extras, packagename, classname, categories);
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]

Completed in 202 milliseconds