Searched defs:make (Results 1 - 11 of 11) sorted by last modified time

/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java100 // Stub implementation to make API check happy.
105 // Stub implementation to make API check happy.
133 public static Snackbar make(@NonNull View view, @NonNull CharSequence text, method in class:Snackbar
169 public static Snackbar make(@NonNull View view, @StringRes int resId, @Duration int duration) { method in class:Snackbar
170 return make(view, view.getResources().getText(resId), duration);
/frameworks/support/exifinterface/tests/src/android/support/media/
H A DExifInterfaceTest.java233 public final String make; field in class:ExifInterfaceTest.ExpectedValue
276 make = getString(typedArray, 7);
742 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java45 * UiccController is created with the call to make() function.
46 * UiccController is a singleton and make() must only be called once
108 public static UiccController make(Context c, CommandsInterface[] ci) { method in class:UiccController
111 throw new RuntimeException("MSimUiccController.make() should only be called once");
146 "UiccController.getInstance can't be called before make()");
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java151 public byte[] make() { method in class:PduComposer
155 /* make the message */
775 // Transaction-ID should be set(by Transaction) before make().
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java120 void make(BerTlv berTlv) { method in class:CommandParamsFactory
219 CatLog.d(this, "make: caught ResultException e=" + e);
/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java136 public static Matrix_Delegate make(AffineTransform matrix) { method in class:Matrix_Delegate
917 // make a copy of the matrix
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DMainActivity.java27 static Map<String,?> make(String name) { method in class:MainActivity
36 add(make("List Item: " + i));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java98 public final String make; field in class:ExifInterfaceTest.ExpectedValue
141 make = getString(typedArray, 7);
288 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make);
/frameworks/base/core/java/android/text/
H A DAlteredCharSequence.java34 public static AlteredCharSequence make(CharSequence source, char[] sub, method in class:AlteredCharSequence
101 return AlteredCharSequence.make(mSource.subSequence(start, end),
H A DBoringLayout.java27 * You will probably never want to make one of these yourself;
28 * if you do, be sure to call {@link #isBoring} first to make sure
38 public static BoringLayout make(CharSequence source, method in class:BoringLayout
48 public static BoringLayout make(CharSequence source, method in class:BoringLayout
61 * this one if it is already suitable. The caller must make sure that
83 * this one if it is already suitable. The caller must make sure that

Completed in 968 milliseconds