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

  /packages/apps/TV/src/com/android/tv/onboarding/
OnboardingActivity.java 67 public static Intent buildIntent(@NonNull Context context,
123 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/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 135 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
189 Intent intent = buildIntent(handle, Intent.ACTION_CALL, null);
196 Intent intent = buildIntent(handle, Intent.ACTION_CALL_EMERGENCY, null);
203 Intent intent = buildIntent(handle, Intent.ACTION_CALL_PRIVILEGED, null);
215 Intent intent = buildIntent(handle, Intent.ACTION_CALL, gatewayExtras);
258 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
273 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
290 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
309 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null);
322 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null)
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 387 private Intent buildIntent(String action, String uri, String type, JSONObject extras,
430 final Intent intent = buildIntent(action, uri, type, extras, packagename, classname, null);
648 final Intent intent = buildIntent(action, uri, type, extras, packagename, classname, null);
669 final Intent intent = buildIntent(action, uri, type, extras, packagename, classname, null);
690 final Intent intent = buildIntent(null /* action */, uri, null /* type */, extras, packagename,
716 Intent intent = buildIntent(action, uri, type, extras, packagename, classname, categories);
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 462 startActivity(OnboardingActivity.buildIntent(this, getIntent()));
    [all...]

Completed in 6018 milliseconds