Searched defs:warn (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DLog.java84 public void warn(Object message) { method in class:Log
88 public void warn(Object message, Throwable t) { method in class:Log
/packages/apps/Mms/src/com/android/mms/
H A DLogTag.java85 public static void warn(String format, Object... args) { method in class:LogTag
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_pan.cpp37 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
H A Dcom_android_bluetooth_gatt.cpp38 #define warn(fmt, ...) ALOGW ("WARNING: %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
1173 warn("gattClientWriteDescriptorNative() ignoring NULL array");

Completed in 130 milliseconds