Searched defs:overwrite (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser2/src/org/chromium/webview_shell/
H A DWebViewLayoutTest.java144 * Writes a file with the given fileName and contents. If overwrite is true overwrites any
148 private static void writeFile(final String fileName, final String contents, boolean overwrite) argument
152 if (fileOut.exists() && !overwrite) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java1130 * @param overwrite True: The msgType will be overwritten to match the message types supported
1133 private void setMsgTypeFilterParams(BluetoothMapAppParams appParams, boolean overwrite) { argument
1151 if(overwrite) {

Completed in 49 milliseconds