HomeSort by relevance Sort by last modified time
    Searched refs:Builder (Results 1001 - 1025 of 3411) sorted by null

<<41424344454647484950>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
PackagePriorityVerifierActivity.java 240 Notification.Builder alice = new Notification.Builder(mContext)
249 Notification.Builder bob = new Notification.Builder(mContext)
  /cts/hostsidetests/services/activitymanager/app/src/android/server/app/
LaunchToSideActivity.java 33 Uri data = new Uri.Builder()
  /cts/tests/app/src/android/app/cts/
ConditionTest.java 26 private final Uri mConditionId = new Uri.Builder().scheme("scheme")
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 234 Type.Builder typeBuilder = typeBuilder(element, size);
434 private static Type.Builder typeBuilder(Element element, Size size) {
435 Type.Builder builder = (new Type.Builder(RenderScriptSingleton.getRS(), element)) local
439 return builder;
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 121 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
160 Type.Builder tb = new Type.Builder(mRS, Element.YUV(mRS));
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Utils.java 62 new AlertDialog.Builder(context).setTitle(R.string.error)
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
PlaybackOverlayActivity.java 120 PlaybackState.Builder stateBuilder = new PlaybackState.Builder()
143 final MediaMetadata.Builder metadataBuilder = new MediaMetadata.Builder();
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
ConfirmationDialogFragment.java 49 return new AlertDialog.Builder(getActivity())
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
NotificationUpdateService.java 57 mGoogleApiClient = new GoogleApiClient.Builder(this)
120 Notification.Builder builder = new Notification.Builder(this) local
130 builder.setDeleteIntent(pendingIntent);
134 .notify(Constants.WATCH_ONLY_ID, builder.build());
140 new Uri.Builder().scheme(WEAR_URI_SCHEME).path(Constants.BOTH_PATH).build();
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/
ConfirmationDialogFragment.java 49 return new AlertDialog.Builder(getActivity())
  /developers/samples/android/wearable/wear/SynchronizedNotifications/Wearable/src/main/java/com/example/android/wearable/synchronizednotifications/
NotificationUpdateService.java 57 mGoogleApiClient = new GoogleApiClient.Builder(this)
120 Notification.Builder builder = new Notification.Builder(this) local
130 builder.setDeleteIntent(pendingIntent);
134 .notify(Constants.WATCH_ONLY_ID, builder.build());
140 new Uri.Builder().scheme(WEAR_URI_SCHEME).path(Constants.BOTH_PATH).build();
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 78 Notification notification = new Notification.Builder(this).
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 134 SipProfile.Builder builder = new SipProfile.Builder(username, domain); local
135 builder.setPassword(password);
136 me = builder.build();
313 return new AlertDialog.Builder(this)
335 return new AlertDialog.Builder(this)
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/ui/
DialogHelperImpl.java 57 * return new AlertDialog.Builder(this)
101 return new AlertDialog.Builder(mActivity)
  /development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
ConfirmationDialogFragment.java 49 return new AlertDialog.Builder(getActivity())
  /development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
NotificationUpdateService.java 57 mGoogleApiClient = new GoogleApiClient.Builder(this)
120 Notification.Builder builder = new Notification.Builder(this) local
130 builder.setDeleteIntent(pendingIntent);
134 .notify(Constants.WATCH_ONLY_ID, builder.build());
140 new Uri.Builder().scheme(WEAR_URI_SCHEME).path(Constants.BOTH_PATH).build();
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyStore3Test.java 35 import java.security.KeyStore.Builder;
171 Builder b = Builder.newInstance(ks, new PasswordProtection(pwd));
178 b = Builder.newInstance(alias, ks.getProvider(),
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
EffectiveClassPath.java 54 ImmutableSet.Builder<File> files = ImmutableSet.builder();
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ArbitraryMeasurmentInstrumentTest.java 46 Measurement expected = new Measurement.Builder()
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
DependentTest.java 31 .builder()
32 .dependedProductionComponent(DaggerDependedProductionComponent.builder()
44 DaggerDependentComponent.Builder dependentComponentBuilder = DaggerDependentComponent
45 .builder()
49 .dependedProductionComponent(DaggerDependedProductionComponent.builder()
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ComponentProcessingStep.java 75 return ImmutableSet.<Class<? extends Annotation>>of(Component.class, Component.Builder.class,
76 Subcomponent.class, Subcomponent.Builder.class);
83 processComponentBuilders(elementsByAnnotation.get(Component.Builder.class));
85 elementsByAnnotation.get(Subcomponent.Builder.class);
145 * Returns true if the component's report is clean, its builder report is clean, and all
146 * referenced subcomponent reports & subcomponent builder reports are clean.
MapKeyValidator.java 39 ValidationReport.Builder<Element> builder = ValidationReport.about(element); local
42 builder.addError(MAPKEY_WITHOUT_MEMBERS, element);
45 builder.addError(UNWRAPPED_MAP_KEY_WITH_TOO_MANY_MEMBERS, element);
47 builder.addError(UNWRAPPED_MAP_KEY_WITH_ARRAY_MEMBER, element);
50 return builder.build();
ProducesMethodValidator.java 77 ValidationReport.Builder<ExecutableElement> builder = local
85 builder.addError(
90 builder.addError(formatErrorMessage(BINDING_METHOD_TYPE_PARAMETER), producesMethodElement);
95 builder.addError(formatErrorMessage(BINDING_METHOD_PRIVATE), producesMethodElement);
98 builder.addError(formatErrorMessage(BINDING_METHOD_ABSTRACT), producesMethodElement);
104 builder.addError(
111 builder.addError(
115 ProvidesMethodValidator.validateMethodQualifiers(builder, producesMethodElement);
120 validateSingleReturnType(builder, returnType)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ExplicitOrdering.java 53 ImmutableMap.Builder<T, Integer> builder = ImmutableMap.builder(); local
56 builder.put(value, rank++);
58 return builder.build();
ImmutableSortedMapFauxverideShim.java 31 * {@link ImmutableMap#builder} from consumers of {@code ImmutableSortedMap}.
37 @Deprecated public static <K, V> ImmutableSortedMap.Builder<K, V> builder() { method in class:ImmutableSortedMapFauxverideShim

Completed in 590 milliseconds

<<41424344454647484950>>