HomeSort by relevance Sort by last modified time
    Searched defs:Logging (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /system/connectivity/shill/binder/
binder_adaptor.cc 24 #include "shill/logging.h"
33 namespace Logging {
38 } // namespace Logging
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 21 public class Logging {
25 * Set this to 'true' to enable as much Email logging as possible.
30 * If this is enabled then logging that normally hides sensitive information
36 * If true, logging regarding UI (such as activity/fragment lifecycle) will be enabled.
  /system/connectivity/shill/cellular/
out_of_credits_detector.cc 25 #include "shill/logging.h"
31 namespace Logging {
subscription_state_out_of_credits_detector.cc 24 #include "shill/logging.h"
30 namespace Logging {
  /system/connectivity/shill/ethernet/
virtio_ethernet.cc 25 #include "shill/logging.h"
32 namespace Logging {
  /system/connectivity/shill/
mock_log_unittest.cc 22 #include "shill/logging.h"
30 namespace Logging {
61 EXPECT_CALL(log, Log(logging::LOG_INFO, _, kMessage));
68 EXPECT_CALL(log, Log(logging::LOG_INFO,
106 EXPECT_CALL(log, Log(::testing::Lt(::logging::LOG_ERROR),
connection_tester.cc 32 #include "shill/logging.h"
41 namespace Logging {
ephemeral_profile.cc 27 #include "shill/logging.h"
34 namespace Logging {
daemon_task.cc 34 #include "shill/logging.h"
53 namespace Logging {
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
Camera2Enumerator.java 43 import org.webrtc.Logging;
75 Logging.d(TAG, "Get supported formats for camera index " + cameraId + ".");
82 Logging.e(TAG, "getCameraCharacteristics(): " + ex);
117 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done."
CameraEnumerator.java 33 import org.webrtc.Logging;
60 Logging.d(TAG, "Get supported formats for camera index " + cameraId + ".");
65 Logging.d(TAG, "Opening camera with index " + cameraId);
69 Logging.e(TAG, "Open camera failed on camera index " + cameraId, e);
93 Logging.e(TAG, "getSupportedFormats() failed on camera index " + cameraId, e);
97 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done."
GlShader.java 32 import org.webrtc.Logging;
49 Logging.e(TAG, "Could not compile shader " + shaderType + ":" +
76 Logging.e(TAG, "Could not link program: " +
128 Logging.d(TAG, "Deleting shader.");
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_proxy.cc 19 #include "shill/logging.h"
24 namespace Logging {
chromeos_modem_gobi_proxy.cc 25 #include "shill/logging.h"
31 namespace Logging {
34 } // namespace Logging
chromeos_modem_simple_proxy.cc 25 #include "shill/logging.h"
31 namespace Logging {
chromeos_rpc_task_dbus_adaptor.cc 22 #include "shill/logging.h"
32 namespace Logging {
chromeos_supplicant_bss_proxy.cc 23 #include "shill/logging.h"
31 namespace Logging {
chromeos_dbus_properties_proxy.cc 19 #include "shill/logging.h"
26 namespace Logging {
chromeos_ipconfig_dbus_adaptor.cc 26 #include "shill/logging.h"
36 namespace Logging {
chromeos_mm1_modem_modem3gpp_proxy.cc 22 #include "shill/logging.h"
28 namespace Logging {
31 } // namespace Logging
chromeos_mm1_sim_proxy.cc 22 #include "shill/logging.h"
28 namespace Logging {
31 } // namespace Logging
chromeos_modem_manager_proxy.cc 21 #include "shill/logging.h"
28 namespace Logging {
31 } // namespace Logging
  /system/connectivity/shill/wifi/
callback80211_metrics.cc 21 #include "shill/logging.h"
31 namespace Logging {
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioUtils.java 22 import org.webrtc.Logging;
87 Logging.w(TAG, "Overriding default behavior; now using WebRTC AEC!");
93 Logging.w(TAG, "Overriding default behavior; now using WebRTC AGC!");
99 Logging.w(TAG, "Overriding default behavior; now using WebRTC NS!");
184 Logging.d(tag, "Android SDK: " + Build.VERSION.SDK_INT + ", "
  /libcore/ojluni/src/main/java/java/util/logging/
Logging.java 26 package java.util.logging;
33 * Logging is the implementation class of LoggingMXBean.
47 class Logging implements LoggingMXBean {
51 /** Constructor of Logging which is the implementation class
54 Logging() {

Completed in 1572 milliseconds

1 2 3 4 5 6