Home
last modified time | relevance | path

Searched refs:buildIntent (Results 1 – 9 of 9) 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/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/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java126 Intent selfManagedCallIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testSelfManagedCall()
194 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testAlreadyDisconnectedCall()
255 Intent intent = buildIntent(handle, Intent.ACTION_CALL, null); in testActionCallEmergencyCall()
263 Intent intent = buildIntent(handle, Intent.ACTION_CALL_EMERGENCY, null); in testActionEmergencyWithEmergencyNumber()
271 Intent intent = buildIntent(handle, Intent.ACTION_CALL_PRIVILEGED, null); in testActionPrivCallWithEmergencyNumber()
284 Intent intent = buildIntent(handle, Intent.ACTION_CALL, gatewayExtras); in testEmergencyCallWithGatewayExtras()
332 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedRegularCall()
348 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testUnmodifiedSipCall()
366 Intent callIntent = buildIntent(handle, Intent.ACTION_CALL, null); in testCallWithGatewayInfo()
386 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/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/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java299 final Intent intent = buildIntent(context); in setIntent()
308 protected Intent buildIntent(Context context) { in buildIntent() method in IndexData.Builder
/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/car/
DCarIndexData.java41 protected Intent buildIntent(Context context) { 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.java739 startActivity(OnboardingActivity.buildIntent(this, getIntent())); in startOnboardingActivity()