Searched refs:make (Results 1 - 25 of 56) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/wm/
H A DTransactionFactory.java25 Transaction make(); method in interface:TransactionFactory
H A DSurfaceBuilderFactory.java23 SurfaceControl.Builder make(SurfaceSession s); method in interface:SurfaceBuilderFactory
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DSnackbarUsage.java49 Snackbar.make(mContentView, "Short snackbar message", Snackbar.LENGTH_SHORT).show();
53 Snackbar.make(mContentView, "Short snackbar message", Snackbar.LENGTH_SHORT)
64 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
69 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
81 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DSnackbarUsage.java49 Snackbar.make(mContentView, "Short snackbar message", Snackbar.LENGTH_SHORT).show();
53 Snackbar.make(mContentView, "Short snackbar message", Snackbar.LENGTH_SHORT)
64 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
69 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
81 Snackbar.make(mContentView, "Long snackbar message which wraps onto another line and"
/frameworks/base/core/tests/utiltests/
H A Druntests.sh15 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-base-core-tests-utiltests
/frameworks/base/lowpan/tests/
H A Druntests.sh15 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-base-lowpan-tests
/frameworks/base/wifi/tests/
H A Druntests.sh15 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-base-wifi-tests
/frameworks/opt/net/lowpan/libandroid_net_lowpan/tests/
H A Druntests.sh15 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-opt-net-lowpan-libandroid_net_lowpan-tests
/frameworks/base/core/tests/coretests/src/android/database/
H A Drun_newdb_perf_test.sh16 make -j44 FrameworksCoreTests
/frameworks/base/core/tests/systemproperties/
H A Drun_core_systemproperties_test.sh17 make -j4 FrameworksCoreSystemPropertiesTests
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/packages/CarrierDefaultApp/
H A DAndroid.mk16 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk21 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk21 # Use the following include to make our test apk.
/frameworks/base/tests/AppLaunchWear/
H A DAndroid.mk21 # Use the following include to make our test apk.
/frameworks/base/tests/DozeTest/
H A DAndroid.mk14 # Use the following include to make our test apk.
/frameworks/base/tests/ImfTest/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/tests/LockTaskTests/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk18 # Use the following include to make our test apk.
/frameworks/base/tests/RenderThreadTest/
H A DAndroid.mk18 # Use the following include to make our test apk.
/frameworks/base/tests/ServiceCrashTest/
H A DAndroid.mk19 # Use the following include to make our test apk.
/frameworks/base/tests/TransitionTests/
H A DAndroid.mk18 # Use the following include to make our test apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk15 # Use the following include to make our test apk.
/frameworks/opt/net/lowpan/tests/
H A Dprepdevice.sh16 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk \
/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),

Completed in 455 milliseconds

123