/packages/apps/Settings/src/com/android/settings/applications/ |
D | 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, in buildIntent() method in EnterpriseDefaultApps
|
/packages/apps/Car/Settings/src/com/android/car/settingslib/enterprise/ |
D | EnterpriseDefaultApps.java | 31 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/ |
D | EnterpriseDefaultApps.java | 31 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/ |
D | EnterpriseDefaultApps.java | 31 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/ |
D | SandboxedActivityTest.java | 96 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/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 133 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/ |
D | PreCall.java | 36 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/ |
D | IndexData.java | 323 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/ |
D | OnboardingActivity.java | 86 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/ |
D | CarIndexData.java | 40 protected Intent buildIntent() { in buildIntent() method in CarIndexData.Builder
|
/packages/apps/Dialer/java/com/android/dialer/precall/impl/ |
D | PreCallImpl.java | 44 public Intent buildIntent(Context context, CallIntentBuilder builder) { in buildIntent() method in PreCallImpl
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 777 startActivity(OnboardingActivity.buildIntent(this, getIntent())); in startOnboardingActivity()
|