Home
last modified time | relevance | path

Searched refs:buildIntent (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DEnterpriseDefaultApps.java29 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, in buildIntent() method in EnterpriseDefaultApps
/packages/apps/Car/Settings/src/com/android/car/settingslib/enterprise/
DEnterpriseDefaultApps.java31 buildIntent(Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE, "http:", null)}),
33 buildIntent(Intent.ACTION_INSERT, null, null, "vnd.android.cursor.dir/event")}),
38 buildIntent(Intent.ACTION_PICK, null, null, ContactsContract.Contacts.CONTENT_TYPE)}),
42 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}),
54 private static Intent buildIntent(String action, String category, String protocol, in buildIntent() method in EnterpriseDefaultApps
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/apps/
DEnterpriseDefaultApps.java31 buildIntent(Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE, "http:", null)}),
33 buildIntent(Intent.ACTION_INSERT, null, null, "vnd.android.cursor.dir/event")}),
38 buildIntent(Intent.ACTION_PICK, null, null, ContactsContract.Contacts.CONTENT_TYPE)}),
42 MAP(new Intent[]{buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}),
54 private static Intent buildIntent(String action, String category, String protocol, in buildIntent() method in EnterpriseDefaultApps
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/
DEnterpriseDefaultApps.java31 buildIntent(Intent.ACTION_VIEW, Intent.CATEGORY_BROWSABLE, "http:", null)}),
33 buildIntent(Intent.ACTION_INSERT, null, null, "vnd.android.cursor.dir/event")}),
38 buildIntent(Intent.ACTION_PICK, null, null, ContactsContract.Contacts.CONTENT_TYPE)}),
42 MAP(new Intent[]{buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}),
54 private static Intent buildIntent(String action, String category, String protocol, in buildIntent() method in EnterpriseDefaultApps
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/sdksandbox/
DSandboxedActivityTest.java96 Intent intent = buildIntent(sandboxedActivity, token); in testSandboxedActivityCreation()
173 Intent intent = buildIntent(sandboxedActivity, new Binder()); in testSandboxedActivityFinishIfHandlerNotRegistered()
192 Intent intent = buildIntent(sandboxedActivity1, token); in testMultipleSandboxedActivitiesForTheSameHandler()
218 Intent intent = buildIntent(sandboxedActivity, token); in testAttachBaseContextWrapsTheBaseContextIfCustomizedSdkContextFlagIsEnabled()
238 private Intent buildIntent(SandboxedActivity sandboxedActivity, IBinder token) { in buildIntent() method in SandboxedActivityTest
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java133 Intent selfManagedCallIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testSelfManagedCall()
201 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall()
327 Intent intent = buildIntent(handle, Intent.ACTION_CALL, null); in testActionCallEmergencyCall()
335 Intent intent = buildIntent(handle, Intent.ACTION_CALL_EMERGENCY, null); in testActionEmergencyWithEmergencyNumber()
343 Intent intent = buildIntent(handle, Intent.ACTION_CALL_PRIVILEGED, null); in testActionPrivCallWithEmergencyNumber()
356 Intent intent = buildIntent(handle, Intent.ACTION_CALL, gatewayExtras); in testEmergencyCallWithGatewayExtras()
404 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall()
420 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall()
438 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo()
458 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallNumberModifiedToNull()
[all …]
/packages/apps/Dialer/java/com/android/dialer/precall/
DPreCall.java36 Intent buildIntent(Context context, CallIntentBuilder builder); in buildIntent() method
39 return PreCallComponent.get(context).getPreCall().buildIntent(context, builder); in getIntent()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java323 final Intent intent = buildIntent(); in setIntent()
332 protected Intent buildIntent() { in buildIntent() method in IndexData.Builder
354 protected Intent buildIntent(Context context) { in buildIntent() method in IndexData.Builder
355 return buildIntent(); in buildIntent()
/packages/apps/TV/src/com/android/tv/onboarding/
DOnboardingActivity.java86 public static Intent buildIntent( in buildIntent() method in OnboardingActivity
139 startActivity(buildIntent(this, intentForNextActivity)); in onRequestPermissionsResult()
/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/car/
DCarIndexData.java40 protected Intent buildIntent() { in buildIntent() method in CarIndexData.Builder
/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DPreCallImpl.java44 public Intent buildIntent(Context context, CallIntentBuilder builder) { in buildIntent() method in PreCallImpl
/packages/apps/TV/src/com/android/tv/
DMainActivity.java777 startActivity(OnboardingActivity.buildIntent(this, getIntent())); in startOnboardingActivity()