Home
last modified time | relevance | path

Searched defs:force (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java114 public void setDisabledFlags(int disabledFlags, boolean force) { in setDisabledFlags()
132 public void setMenuVisibility(final boolean show, final boolean force) { in setMenuVisibility()
144 public void setLowProfile(final boolean lightsOut, final boolean animate, final boolean force) { in setLowProfile()
/frameworks/base/core/java/android/hardware/usb/
DUsbDeviceConnection.java91 public boolean claimInterface(UsbInterface intf, boolean force) { in claimInterface()
175 private native boolean native_claim_interface(int interfaceID, boolean force); in native_claim_interface()
/frameworks/base/core/java/android/os/storage/
DIMountService.java172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
281 public int destroySecureContainer(String id, boolean force) throws RemoteException { in destroySecureContainer()
349 public int unmountSecureContainer(String id, boolean force) throws RemoteException { in unmountSecureContainer()
516 public void unmountObb(String filename, boolean force, IObbActionListener token, in unmountObb()
1129 public int destroySecureContainer(String id, boolean force) throws RemoteException; in destroySecureContainer()
1246 public void unmountObb(String filename, boolean force, IObbActionListener token, int nonce) in unmountObb()
1253 public int unmountSecureContainer(String id, boolean force) throws RemoteException; in unmountSecureContainer()
1265 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
DStorageManager.java469 public boolean unmountObb(String filename, boolean force, OnObbStateChangeListener listener) { in unmountObb()
/frameworks/base/services/java/com/android/server/
DMountService.java306 final boolean force; field in MountService.UnmountCallBack
310 UnmountCallBack(String path, boolean force, boolean removeEncryption) { in UnmountCallBack()
326 UmsEnableCallBack(String path, String method, boolean force) { in UmsEnableCallBack()
896 private int doUnmountVolume(String path, boolean force, boolean removeEncryption) { in doUnmountVolume()
1380 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume()
1491 public int destroySecureContainer(String id, boolean force) { in destroySecureContainer()
1557 public int unmountSecureContainer(String id, boolean force) { in unmountSecureContainer()
1759 public void unmountObb(String filename, boolean force, IObbActionListener token, int nonce) in unmountObb()
2351 UnmountObbAction(ObbState obbState, boolean force) { in UnmountObbAction()
DWallpaperManagerService.java503 …boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser)… in bindWallpaperComponentLocked()
DPowerManagerService.java2327 public void userActivityWithForce(long time, boolean noChangeLights, boolean force) { in userActivityWithForce()
2349 public void userActivity(long time, boolean noChangeLights, int eventType, boolean force) { in userActivity()
2364 int eventType, boolean force) { in userActivity()
/frameworks/base/core/java/android/os/
DIPowerManager.aidl34 void userActivityWithForce(long when, boolean noChangeLights, boolean force); in userActivityWithForce()
/frameworks/base/libs/storage/
DIMountService.cpp160 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
310 int32_t unmountSecureContainer(const String16& id, const bool force) in unmountSecureContainer()
456 void unmountObb(const String16& filename, const bool force, in unmountObb()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java108 private int unmountContainer(String localId, boolean force) throws RemoteException { in unmountContainer()
116 private int destroyContainer(String localId, boolean force) throws RemoteException { in destroyContainer()
DStorageManagerBaseTest.java415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) { in unmountObb_noThrow()
438 protected void unmountObb(String obbFilePath, boolean force) { in unmountObb()
/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java142 public void updateInputWindowsLw(boolean force) { in updateInputWindowsLw()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java395 private static int countAsciiSeptets(CharSequence msg, boolean force) { in countAsciiSeptets()
446 private static byte[] encode7bitAscii(String msg, boolean force) in encode7bitAscii()
485 private static Gsm7bitCodingResult encode7bitGsm(String msg, int septetOffset, boolean force) in encode7bitGsm()
516 private static void encode7bitEms(UserData uData, byte[] udhData, boolean force) in encode7bitEms()
/frameworks/base/core/jni/
Dandroid_hardware_UsbDeviceConnection.cpp109 int interfaceID, jboolean force) in android_hardware_UsbDeviceConnection_claim_interface()
/frameworks/base/native/android/
Dstorage_manager.cpp182 void AStorageManager_unmountObb(AStorageManager* mgr, const char* filename, const int force, in AStorageManager_unmountObb()
/frameworks/base/core/java/android/nfc/
DNfcAdapter.java694 void disableForegroundDispatchInternal(Activity activity, boolean force) { in disableForegroundDispatchInternal()
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java519 public void stopFreezingScreenLocked(boolean force) { in stopFreezingScreenLocked()
DUsageStatsService.java476 private void writeStatsToFile(final boolean force, final boolean forceWriteHistoryStats) { in writeStatsToFile()
/frameworks/base/core/java/android/view/
DSurfaceView.java425 private void updateWindow(boolean force, boolean redrawNeeded) { in updateWindow()
DIWindowManager.aidl99 void stopAppFreezingScreen(IBinder token, boolean force); in stopAppFreezingScreen()
/frameworks/base/core/java/android/webkit/
DZoomManager.java534 private void setZoomScale(float scale, boolean reflowText, boolean force) { in setZoomScale()
/frameworks/base/media/libstagefright/
DNuCachedSource2.cpp425 bool ignoreLowWaterThreshold, bool force) { in restartPrefetcherIfNecessary_l()
/frameworks/base/core/java/android/text/
DDynamicLayout.java230 Object[] force = sp.getSpans(where, where + after, in reflow() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DLockPatternKeyguardView.java838 private void updateScreen(Mode mode, boolean force) { in updateScreen()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1354 public void update(int x, int y, int width, int height, boolean force) { in update()

12