Searched refs:function (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DUsbSettings.java106 private void updateToggles(String function) { argument
107 if (UsbManager.USB_FUNCTION_MTP.equals(function)) {
110 } else if (UsbManager.USB_FUNCTION_PTP.equals(function)) {
149 String function = "none";
151 function = UsbManager.USB_FUNCTION_MTP;
153 function = UsbManager.USB_FUNCTION_PTP;
156 mUsbManager.setCurrentFunction(function, true);
157 updateToggles(function);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java288 private void throwEglException(String function) { argument
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) { argument
293 String message = formatEglError(function, error);
297 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { argument
302 return function + " failed: " + error;
/packages/apps/Launcher3/src/com/android/photos/views/
H A DBlockingGLTextureView.java288 private void throwEglException(String function) { argument
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) { argument
293 String message = formatEglError(function, error);
297 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { argument
302 return function + " failed: " + error;
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk40 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
/packages/apps/Calculator/
H A Darity-2.1.2.jar ... s?defs= " () org.javia.arity.Function compileSimple (org.javia.arity.Symbols, java. ...
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java625 * Analogous to the c++ function strsuffix.
641 * Analogous to the c++ function strcasesuffix.
922 * This function will <strong>not</strong> work for other SQL-like
1301 // Based on similar technique used in the escape function.
1493 * we use this function to autogenerated javascript source files.
2053 * This function concatenates the elements of a Map in a string with form
2425 * Note: This function cannot handle supplementary characters. To handle all
2426 * Unicode characters, including supplementary characters, use the function
2481 * IMPORTANT: this function has analogs in C++ (encodingutils.cc,
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java626 * Analogous to the c++ function strsuffix.
642 * Analogous to the c++ function strcasesuffix.
923 * This function will <strong>not</strong> work for other SQL-like
1302 // Based on similar technique used in the escape function.
1494 * we use this function to autogenerated javascript source files.
2054 * This function concatenates the elements of a Map in a string with form
2426 * Note: This function cannot handle supplementary characters. To handle all
2427 * Unicode characters, including supplementary characters, use the function
2482 * IMPORTANT: this function has analogs in C++ (encodingutils.cc,

Completed in 698 milliseconds