Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java191 public void setNavigationIconHints(int hints, boolean force) { in setNavigationIconHints()
219 public void setDisabledFlags(int disabledFlags, boolean force) { in setDisabledFlags()
254 public void setMenuVisibility(final boolean show, final boolean force) { in setMenuVisibility()
266 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/libs/hwui/
DCaches.cpp309 void Caches::bindPositionVertexPointer(bool force, GLuint slot, GLvoid* vertices, GLsizei stride) { in bindPositionVertexPointer()
316 void Caches::bindTexCoordsVertexPointer(bool force, GLuint slot, GLvoid* vertices) { in bindTexCoordsVertexPointer()
DOpenGLRenderer.cpp1312 bool force = mCaches.bindMeshBuffer(); in setupDrawSimpleMesh() local
1339 bool force = false; in setupDrawMesh() local
1355 bool force = mCaches.unbindMeshBuffer(); in setupDrawMeshIndices() local
1363 bool force = mCaches.unbindMeshBuffer(); in setupDrawVertices() local
1382 bool force = mCaches.unbindMeshBuffer(); in setupDrawAALine() local
/frameworks/base/core/java/android/os/storage/
DIMountService.java172 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
282 public int destroySecureContainer(String id, boolean force) throws RemoteException { in destroySecureContainer()
350 public int unmountSecureContainer(String id, boolean force) throws RemoteException { in unmountSecureContainer()
517 public void unmountObb(String filename, boolean force, IObbActionListener token, in unmountObb()
1173 public int destroySecureContainer(String id, boolean force) throws RemoteException; in destroySecureContainer()
1290 public void unmountObb(String filename, boolean force, IObbActionListener token, int nonce) in unmountObb()
1297 public int unmountSecureContainer(String id, boolean force) throws RemoteException; in unmountSecureContainer()
1309 public void unmountVolume(String mountPoint, boolean force, boolean removeEncryption) in unmountVolume()
DStorageManager.java470 public boolean unmountObb(String filename, boolean force, OnObbStateChangeListener listener) { in unmountObb()
/frameworks/base/services/java/com/android/server/
DMountService.java311 final boolean force; field in MountService.UnmountCallBack
315 UnmountCallBack(String path, boolean force, boolean removeEncryption) { in UnmountCallBack()
331 UmsEnableCallBack(String path, String method, boolean force) { in UmsEnableCallBack()
924 private int doUnmountVolume(String path, boolean force, boolean removeEncryption) { in doUnmountVolume()
1383 public void unmountVolume(String path, boolean force, boolean removeEncryption) { in unmountVolume()
1513 public int destroySecureContainer(String id, boolean force) { in destroySecureContainer()
1582 public int unmountSecureContainer(String id, boolean force) { in unmountSecureContainer()
1777 public void unmountObb(String filename, boolean force, IObbActionListener token, int nonce) in unmountObb()
2340 UnmountObbAction(ObbState obbState, boolean force) { in UnmountObbAction()
DPowerManagerService.java2491 public void userActivityWithForce(long time, boolean noChangeLights, boolean force) { in userActivityWithForce()
2513 public void userActivity(long time, boolean noChangeLights, int eventType, boolean force) { in userActivity()
2528 int eventType, boolean force, boolean ignoreIfScreenOff) { in userActivity()
/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/java/android/os/
DIPowerManager.aidl34 void userActivityWithForce(long when, boolean noChangeLights, boolean force); in userActivityWithForce()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerBaseTest.java415 protected boolean unmountObb_noThrow(String obbFilePath, boolean force) { in unmountObb_noThrow()
438 protected void unmountObb(String obbFilePath, boolean force) { in unmountObb()
DAsecTests.java105 private int unmountContainer(String localId, boolean force) throws Exception { in unmountContainer()
113 private int destroyContainer(String localId, boolean force) throws Exception { in destroyContainer()
/frameworks/base/services/java/com/android/server/wm/
DInputMonitor.java153 public void updateInputWindowsLw(boolean force) { in updateInputWindowsLw()
/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java275 void updateTextPositions(int position, float positionOffset, boolean force) { in updateTextPositions()
DPagerTitleStrip.java326 void updateTextPositions(int position, float positionOffset, boolean force) { in updateTextPositions()
/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/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java325 private void finishScale(boolean force) { in finishScale()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java452 private static int countAsciiSeptets(CharSequence msg, boolean force) { in countAsciiSeptets()
503 private static byte[] encode7bitAscii(String msg, boolean force) in encode7bitAscii()
542 private static Gsm7bitCodingResult encode7bitGsm(String msg, int septetOffset, boolean force) in encode7bitGsm()
573 private static void encode7bitEms(UserData uData, byte[] udhData, boolean force) in encode7bitEms()
/frameworks/base/core/java/android/nfc/
DNfcAdapter.java1060 void disableForegroundDispatchInternal(Activity activity, boolean force) { in disableForegroundDispatchInternal()
/frameworks/base/core/java/android/view/
DSurfaceView.java393 private void updateWindow(boolean force, boolean redrawNeeded) { in updateWindow()
DIWindowManager.aidl96 void stopAppFreezingScreen(IBinder token, boolean force); in stopAppFreezingScreen()
/frameworks/av/media/libstagefright/
DNuCachedSource2.cpp426 bool ignoreLowWaterThreshold, bool force) { in restartPrefetcherIfNecessary_l()
/frameworks/base/services/java/com/android/server/am/
DActivityRecord.java728 public void stopFreezingScreenLocked(boolean force) { in stopFreezingScreenLocked()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DLockPatternKeyguardView.java834 private void updateScreen(Mode mode, boolean force) { in updateScreen()

12