Searched refs:warn (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/multidex/
H A Dbuild.gradle99 logger.warn "Compressed maven artifacts to ${archivePath}"
/frameworks/rs/tests/lldb/tests/harness/
H A Ddecorators.py98 method or function decorator used to warn of pending feature removal:
153 warnings.warn(warning, self.exception, 2)
H A Dutil_android.py107 self._log.warn('[ADB] The command timed out: %s', cmd)
175 self._log.warn("[ADB] Command executed: {0}".format(cmd))
273 self._log.warn('Unable to find pid of: {0}'.format(process_name))
277 self._log.warn('Found multiple instances of {0} running: {1}'
/frameworks/rs/tests/lldb/tests/
H A Drun_test.py75 warnings.warn("get_bundle_target() is deprecated and will be removed soon"
112 warnings.warn("get_bundle_target() is deprecated and will be removed soon"
391 log.warn("test ignored")
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DLogcatLog.java57 public LogMessage warn(String format) { method in class:LogcatLog
H A DWifiDiagnostics.java476 if (DBG) mLog.warn("Could not start logging ring %").c(buffer.name).flush();
485 if (DBG) mLog.warn("Could not stop logging ring %").c(buffer.name).flush();
/frameworks/base/core/java/android/app/
H A DLoadedApk.java766 * ClassLoader to a proxy that will warn about the use of Java
779 * context ClassLoader to an arbitrary but instead warn the
824 private void warn(String methodName) { method in class:LoadedApk.WarningContextClassLoader
839 warn("getResource");
844 warn("getResources");
849 warn("getResourceAsStream");
854 warn("loadClass");
859 warn("setClassAssertionStatus");
864 warn("setPackageAssertionStatus");
869 warn("setDefaultAssertionStatu
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DLastMileLoggerTest.java85 verify(mLog).warn(contains("Failed to open free_buffer"));
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileHost.java136 public void warn(String message, Throwable t) { method in class:QSTileHost
H A DQSSecurityFooter.java431 mHost.warn(error, t);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java433 mHost.warn(error, t);

Completed in 1212 milliseconds

12