Searched defs:make (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DMainActivity.java28 static Map<String,?> make(String name) { method in class:MainActivity
37 add(make("List Item: " + i));
/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.java28 * You will probably never want to make one of these yourself;
29 * if you do, be sure to call {@link #isBoring} first to make sure
39 public static BoringLayout make(CharSequence source, method in class:BoringLayout
49 public static BoringLayout make(CharSequence source, method in class:BoringLayout
62 * this one if it is already suitable. The caller must make sure that
84 * this one if it is already suitable. The caller must make sure that
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java103 void make(BerTlv berTlv) { method in class:CommandParamsFactory
202 CatLog.d(this, "make: caught ResultException e=" + e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java42 * UiccController is created with the call to make() function.
43 * UiccController is a singleton and make() must only be called once
101 public static UiccController make(Context c, CommandsInterface[] ci) { method in class:UiccController
104 throw new RuntimeException("MSimUiccController.make() should only be called once");
133 "UiccController.getInstance can't be called before make()");
/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
910 // make a copy of the matrix
/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().

Completed in 532 milliseconds