/frameworks/base/core/tests/systemproperties/ |
D | run_core_systemproperties_test.sh | 5 --rebuild ) echo Rebuild && rebuild=true;; 16 if [[ $rebuild == true ]]; then
|
/frameworks/base/core/tests/inputmethodtests/ |
D | run_core_inputmethod_test.sh | 5 --rebuild ) echo Rebuild && rebuild=true;; 16 if [[ $rebuild == true ]]; then
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 475 Builder.rebuild(getContext(), notification); in getActiveNotifications() 692 Notification.Builder.rebuild(getContext(), sbn.getNotification()); in onNotificationPosted()
|
/frameworks/base/media/java/android/media/ |
D | SubtitleTrack.java | 128 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/ |
D | index.jd | 71 <dd>Learn what happens when your activity is destroyed and how you can rebuild the activity
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-build.jd | 68 <dd>Force a complete rebuild.</dd> 70 <dd>Force a complete rebuild, and display build commands.</dd>
|
D | cpp-support.jd | 182 but you can force the NDK to rebuild {@code libc++} from sources by adding the following line to
|
/frameworks/base/docs/html/tools/performance/ |
D | importing-legacy-apps.jd | 94 in the error message. This will rebuild the app and present you with new of errors.
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3459 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/ |
D | location-testing.jd | 357 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/ |
D | ApplicationsState.java | 573 public ArrayList<AppEntry> rebuild(AppFilter filter, Comparator<AppEntry> comparator) { in rebuild() method in ApplicationsState.Session
|
/frameworks/base/docs/html/ndk/downloads/ |
D | revision_history.jd | 618 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/ |
D | testing_otheride.jd | 340 If necessary, rebuild your main application and test package.
|
/frameworks/base/docs/html/guide/practices/ |
D | optimizing-for-3.0.jd | 140 <p>However, you don't need to boot the emulator each time you rebuild your
|