Home
last modified time | relevance | path

Searched refs:rebuild (Results 1 – 14 of 14) 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.java475 Builder.rebuild(getContext(), notification); in getActiveNotifications()
692 Notification.Builder.rebuild(getContext(), sbn.getNotification()); in onNotificationPosted()
/frameworks/base/media/java/android/media/
DSubtitleTrack.java128 protected synchronized void updateActiveCues(boolean rebuild, long timeMs) { in updateActiveCues() argument
131 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/docs/html/ndk/guides/
Dndk-build.jd68 <dd>Force a complete rebuild.</dd>
70 <dd>Force a complete rebuild, and display build commands.</dd>
Dcpp-support.jd182 but you can force the NDK to rebuild {@code libc++} from sources by adding the following line to
/frameworks/base/docs/html/tools/performance/
Dimporting-legacy-apps.jd94 in the error message. This will rebuild the app and present you with new of errors.
/frameworks/base/core/java/android/app/
DNotification.java3459 public static Notification rebuild(Context context, Notification n) { in rebuild() method in Notification.Builder
3477 return b.rebuild(); in rebuild()
3489 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/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java573 public ArrayList<AppEntry> rebuild(AppFilter filter, Comparator<AppEntry> comparator) { in rebuild() method in ApplicationsState.Session
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd618 You may rebuild from source via <code>LIBCXX_FORCE_REBUILD :=
863 <li>Provided the ability to rebuild all of STL with debugging info in an
1605 <li>Fixed unnecessary rebuild of object files when using the {@code ndk-build} script.
2192 <li>Added and improved various scripts in the rebuild and test NDK toolchain:
2979 allows the 32-bit toolchain to rebuild properly on Snow Leopard. The toolchain rebuild scripts
3064 recommend developers that use this library to rebuild their applications then
/frameworks/base/docs/html/tools/testing/
Dtesting_otheride.jd340 If necessary, rebuild your main application and test package.
/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