Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/systemproperties/
Drun_core_systemproperties_test.sh5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
/frameworks/base/core/tests/inputmethodtests/
Drun_core_inputmethod_test.sh5 --rebuild ) echo Rebuild && rebuild=true;;
16 if [[ $rebuild == true ]]; then
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java432 Builder.rebuild(getContext(), notification); in getActiveNotifications()
615 Notification.Builder.rebuild(getContext(), sbn.getNotification()); in onNotificationPosted()
/frameworks/base/media/java/android/media/
DSubtitleTrack.java127 protected synchronized void updateActiveCues(boolean rebuild, long timeMs) { in updateActiveCues() argument
130 if (rebuild || mLastUpdateTimeMs > timeMs) { in updateActiveCues()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd71 <dd>Learn what happens when your activity is destroyed and how you can rebuild the activity
/frameworks/base/core/java/android/app/
DNotification.java3290 public static Notification rebuild(Context context, Notification n) { in rebuild() method in Notification.Builder
3308 return b.rebuild(); in rebuild()
3320 private Notification rebuild() { in rebuild() method in Notification.Builder
/frameworks/base/docs/html/training/location/
Dlocation-testing.jd357 is completely separate from the app, you can change the data without having to rebuild the
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd266 the package name, rebuild the app, and run it in an AVD.</p>
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd340 If necessary, rebuild your main application and test package.
/frameworks/base/docs/html/tools/sdk/ndk/
Dindex.jd992 You may rebuild from source via <code>LIBCXX_FORCE_REBUILD :=
1236 <li>Provided the ability to rebuild all of STL with debugging info in an
1975 <li>Fixed unnecessary rebuild of object files when using the {@code ndk-build} script.
2562 <li>Added and improved various scripts in the rebuild and test NDK toolchain:
3349 allows the 32-bit toolchain to rebuild properly on Snow Leopard. The toolchain rebuild scripts
3434 recommend developers that use this library to rebuild their applications then
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd140 <p>However, you don't need to boot the emulator each time you rebuild your