HomeSort by relevance Sort by last modified time
    Searched refs:forceUpdate (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/android/net/
INetworkStatsService.aidl 47 void forceUpdate();
  /external/chromium_org/third_party/skia/bench/
BitmapBench.cpp 86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false)
89 , fForceUpdate(forceUpdate)
195 bool forceUpdate, bool isVolitile, uint32_t flags)
196 : INHERITED(ct, at, forceUpdate, isVolitile)
274 bool forceUpdate = false, bool bitmapVolatile = false)
275 : INHERITED(ct, kPremul_SkAlphaType, forceUpdate, bitmapVolatile)
  /external/skia/bench/
BitmapBench.cpp 86 BitmapBench(SkColorType ct, SkAlphaType at, bool forceUpdate = false, bool isVolatile = false)
89 , fForceUpdate(forceUpdate)
197 bool forceUpdate, bool isVolitile, uint32_t flags)
198 : INHERITED(ct, at, forceUpdate, isVolitile)
276 bool forceUpdate = false, bool bitmapVolatile = false)
277 : INHERITED(ct, kPremul_SkAlphaType, forceUpdate, bitmapVolatile)
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 134 public void setTime(long time, boolean forceUpdate) {
138 mTimerText.setTime(time, false, forceUpdate);
TimerObj.java 212 public long updateTimeLeft(boolean forceUpdate) {
213 if (isTicking() || forceUpdate) {
CountingTimerView.java 484 public void setTimeStrTextColor(boolean active, boolean forceUpdate) {
487 if (forceUpdate) {
  /frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DataIdleTest.java 77 mStatsService.forceUpdate();
  /packages/apps/Settings/src/com/android/settings/search/
Index.java 176 public boolean forceUpdate = false;
188 forceUpdate = other.forceUpdate;
199 forceUpdate = false;
487 mDataToProcess.forceUpdate = true;
494 mDataToProcess.forceUpdate = true;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsPanel.js 723 * @param {boolean=} forceUpdate
725 updateBreadcrumb: function(forceUpdate)
745 if (handled && !forceUpdate) {
    [all...]
StylesSidebarPane.js 352 * @param {boolean=} forceUpdate
354 update: function(node, forceUpdate)
361 if (forceUpdate)
364 if (!forceUpdate && (node === this._node))
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 823 private void updateViewConfiguration(boolean forceUpdate) {
825 if (!forceUpdate && (mProviderStatus != null)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 668 setConnectionCapabilities(connectionCapabilities, false /* forceUpdate */);
671 void setConnectionCapabilities(int connectionCapabilities, boolean forceUpdate) {
674 if (forceUpdate || mConnectionCapabilities != connectionCapabilities) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsService.java 616 public void forceUpdate() {
    [all...]
NetworkPolicyManagerService.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-core-3.2.1.jar 
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 485 mStatsService.forceUpdate();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1259 milliseconds