/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/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/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | NewOutgoingCallIntentBroadcasterTest.java | 126 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/ |
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/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/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | IndexData.java | 299 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/ |
D | CarIndexData.java | 41 protected Intent buildIntent(Context context) { 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 | 739 startActivity(OnboardingActivity.buildIntent(this, getIntent())); in startOnboardingActivity()
|