Searched defs:make (Results 1 - 10 of 10) sorted by path

/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
/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);
289 assertStringTag(exifInterface, ExifInterface.TAG_MAKE, expectedValue.make);
/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/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java133 public static Matrix_Delegate make(AffineTransform matrix) { method in class:Matrix_Delegate
909 // make a copy of the matrix
/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/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java44 * UiccController is created with the call to make() function.
45 * UiccController is a singleton and make() must only be called once
107 public static UiccController make(Context c, CommandsInterface[] ci) { method in class:UiccController
110 throw new RuntimeException("MSimUiccController.make() should only be called once");
139 "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/support/design/src/android/support/design/widget/
H A DSnackbar.java215 public static Snackbar make(@NonNull View view, @NonNull CharSequence text, method in class:Snackbar
241 public static Snackbar make(@NonNull View view, @StringRes int resId, @Duration int duration) { method in class:Snackbar
242 return make(view, view.getResources().getText(resId), duration);
488 // non-user initiated action. Hence we need to make sure that we callback
835 // We want to make sure that we disable any Snackbar timeouts if the user is

Completed in 392 milliseconds