Searched refs:force (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/os/storage/
H A DIMountService.aidl72 void unmountVolume(String mountPoint, boolean force);
109 int destroySecureContainer(String id, boolean force);
121 int unmountSecureContainer(String id, boolean force);
/frameworks/base/core/java/android/os/
H A DIPowerManager.aidl28 void userActivityWithForce(long when, boolean noChangeLights, boolean force);
/frameworks/base/services/java/com/android/server/
H A DMountService.java142 boolean force; field in class:MountService.UnmountCallBack
144 UnmountCallBack(String path, boolean force) { argument
147 this.force = force;
159 UmsEnableCallBack(String path, String method, boolean force) { argument
160 super(path, force);
228 if (!ucb.force) {
729 * If force is not set, we do not unmount if there are
731 * If force is set, all the processes holding references need to be
737 private int doUnmountVolume(String path, boolean force) { argument
1071 unmountVolume(String path, boolean force) argument
1178 destroySecureContainer(String id, boolean force) argument
1236 unmountSecureContainer(String id, boolean force) argument
[all...]
H A DPowerManagerService.java2000 public void userActivityWithForce(long time, boolean noChangeLights, boolean force) { argument
2002 userActivity(time, -1, noChangeLights, OTHER_EVENT, force);
2013 public void userActivity(long time, boolean noChangeLights, int eventType, boolean force) { argument
2014 userActivity(time, -1, noChangeLights, eventType, force);
2028 int eventType, boolean force) {
2064 + " force=" + force);
2076 if (mLastEventTime <= time || force) {
2078 if ((mUserActivityAllowed && !mProximitySensorActive) || force) {
2160 // force light
2027 userActivity(long time, long timeoutOverride, boolean noChangeLights, int eventType, boolean force) argument
[all...]
H A DWindowManagerService.java379 * list or contain windows that need to be force removed.
3442 // immediately force the new one to be displayed. If
3733 boolean unfreezeSurfaceNow, boolean force) {
3736 + " force=" + force);
3749 if (force || unfrozeWindows) {
3818 public void stopAppFreezingScreen(IBinder token, boolean force) { argument
3832 unsetAppFreezingScreenLocked(wtoken, true, force);
6122 MotionEvent finishedKey(Session session, IWindow client, boolean force, argument
6125 TAG, "finishedKey: client=" + client + ", force
3732 unsetAppFreezingScreenLocked(AppWindowToken wtoken, boolean unfreezeSurfaceNow, boolean force) argument
6305 doFinishedKeyLocked(boolean force) argument
[all...]
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java211 Object[] force = sp.getSpans(where, where + after,
214 for (int i = 0; i < force.length; i++) {
215 int st = sp.getSpanStart(force[i]);
216 int en = sp.getSpanEnd(force[i]);
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java108 private int unmountContainer(String localId, boolean force) throws RemoteException { argument
113 return ms.unmountSecureContainer(fullId, force);
116 private int destroyContainer(String localId, boolean force) throws RemoteException { argument
121 return ms.destroySecureContainer(fullId, force);
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl80 void stopAppFreezingScreen(IBinder token, boolean force);
130 * @param alwaysSendConfiguration Flag to force a new configuration to
H A DSurfaceView.java393 private void updateWindow(boolean force) { argument
419 if (force || creating || formatChanged || sizeChanged || visibleChanged
H A DViewRoot.java1648 void updateConfiguration(Configuration config, boolean force) { argument
1665 if (force || mLastConfiguration.diff(config) != 0) {
H A DView.java121 * response to user input. To force focus to a specific view, call
432 * To force a view to draw, call {@link #invalidate()}.
3999 void needGlobalAttributesUpdate(boolean force) { argument
4002 if (ai.mKeepScreenOn || force) {
7106 // If we are visible, force the DRAWN bit to on so that
7239 * Call this to force a view to update its drawable state. This will cause
/frameworks/base/libs/audioflinger/
H A DAudioPolicyManagerBase.cpp259 bool force = false; local
264 // force routing command to audio hardware when starting a call
266 force = true;
269 // force routing command to audio hardware when exiting a call
271 force = true;
291 // force routing command to audio hardware when ending call
310 setOutputDevice(mHardwareOutput, newDevice, force, delayMs);
1540 void AudioPolicyManagerBase::setOutputDevice(audio_io_handle_t output, uint32_t device, bool force, int delayMs) argument
1547 setOutputDevice(outputDesc->mOutput1->mId, device, force, delayMs);
1548 setOutputDevice(outputDesc->mOutput2->mId, device, force, delayM
1697 checkAndSetVolume(int stream, int index, audio_io_handle_t output, uint32_t device, int delayMs, bool force) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DHistoryRecord.java361 public void stopFreezingScreenLocked(boolean force) { argument
362 if (force || frozenBeforeDestroy) {
364 service.mWindowManager.stopAppFreezingScreen(this, force);
H A DUsageStatsService.java364 private void writeStatsToFile(boolean force) { argument
373 if (!force) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java394 private static int countAsciiSeptets(CharSequence msg, boolean force) { argument
396 if (force) return msgLen;
408 * @param force ignore (but still count) illegal characters if true
443 private static byte[] encode7bitAscii(String msg, boolean force) argument
452 if (force) {
482 private static Gsm7bitCodingResult encode7bitGsm(String msg, int septetOffset, boolean force) argument
502 byte[] fullData = GsmAlphabet.stringToGsm7BitPacked(msg, septetOffset, !force);
513 private static void encode7bitEms(UserData uData, byte[] udhData, boolean force) argument
518 Gsm7bitCodingResult gcr = encode7bitGsm(uData.payloadStr, udhSeptets, force);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java728 /*package*/ native static final void applyThemeStyle(int theme, int styleRes, boolean force); argument
H A DResources.java947 * <p>The semantics of this function depends on the <var>force</var>
955 * @param force If true, values in the style resource will always be
959 public void applyStyle(int resid, boolean force) { argument
960 AssetManager.applyThemeStyle(mTheme, resid, force);
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1149 * @param force reposition the window even if the specified position
1152 public void update(int x, int y, int width, int height, boolean force) { argument
1169 boolean update = force;
H A DTextView.java3333 public void update(int x, int y, int w, int h, boolean force) { argument
3334 super.update(x, y, w, h, force);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java1130 mLastSignalLevel = -1; // force update of signal strength
2122 * @param force {@code true} to force notification to be shown/not-shown,
2127 public void setNotificationVisible(boolean visible, int numNetworks, boolean force, int delay) { argument
2136 if (!visible && !mNotificationShown && !force) {
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp847 jboolean force)
850 theme->applyStyle(styleRes, force ? true : false);
844 android_content_AssetManager_applyThemeStyle(JNIEnv* env, jobject clazz, jint themeInt, jint styleRes, jboolean force) argument
/frameworks/base/media/java/android/media/
H A DAudioService.java500 * @param force If true, set the volume even if the desired volume is same
504 private void setStreamVolumeInt(int streamType, int index, boolean force, boolean lastAudible) { argument
517 if (streamState.setIndex(index, lastAudible) || force) {
/frameworks/base/include/utils/
H A DResourceTypes.h1800 status_t applyStyle(uint32_t resID, bool force=false);
/frameworks/base/libs/utils/
H A DResourceTypes.cpp1406 status_t ResTable::Theme::applyStyle(uint32_t resID, bool force) argument
1481 if (force || curEntry->value.dataType == Res_value::TYPE_NULL) {
1492 //LOGI("Applying style 0x%08x (force=%d) theme %p...\n", resID, force, this);
2861 // escapes, so they can be used to force whitespace into the string.
/frameworks/base/core/java/android/webkit/
H A DWebView.java2215 boolean force) {
2225 // reset mLastHeightSent to force VIEW_SIZE_CHANGED sent to WebKit
2228 if (scale != mActualScale || force) {
4261 // we always force, in case our height changed, in which case we
4604 // force zoom after mPreviewZoomOnly is set to false so that the
6233 // document state when it goes to background, we force to save the
2214 setNewZoomScale(float scale, boolean updateTextWrapScale, boolean force) argument

Completed in 327 milliseconds

12