HomeSort by relevance Sort by last modified time
    Searched refs:Log (Results 101 - 125 of 8698) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 27 import android.util.Log;
137 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
139 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
149 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
156 if (VDBG) log("close()");
163 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
173 Log.e(TAG,"",re);
189 Log.d(TAG, "onBluetoothStateChange on: " + on);
193 if (VDBG) Log.d(TAG, "onBluetoothStateChange calling doBind()");
198 Log.e(TAG,"onBluetoothStateChange: could not bind to PAN service: ", e)
399 private static void log(String msg) { method in class:BluetoothPan
    [all...]
BluetoothPbapClient.java 27 import android.util.Log;
59 Log.d(TAG, "onBluetoothStateChange: PBAP CLIENT up=" + up);
63 Log.d(TAG,"Unbinding service...");
70 Log.e(TAG,"",re);
78 Log.d(TAG,"Binding service...");
83 Log.e(TAG,"",re);
95 Log.d(TAG, "Create BluetoothPbapClient proxy object");
105 Log.e(TAG,"",e);
117 Log.e(TAG, "Could not bind to Bluetooth PBAP Client Service with " + intent);
143 Log.e(TAG,"",e)
307 private static void log(String msg) { method in class:BluetoothPbapClient
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
TestLocationManager.java 27 import android.util.Log;
52 Log.i(TAG, "Remove Location updates.");
63 Log.i(TAG, "Add Gnss Measurement Callback.");
68 Log.i(TAG, TestMeasurementUtil.REGISTRATION_ERROR_MESSAGE);
81 Log.i(TAG, "Add Gnss Measurement Callback.");
86 Log.i(TAG, TestMeasurementUtil.REGISTRATION_ERROR_MESSAGE);
98 Log.i(TAG, "Remove Gnss Measurement Callback.");
109 Log.i(TAG, "Request Location updates.");
123 Log.i(TAG, "Add Gps Status Listener.");
141 Log.i(TAG, "Remove Gps Status Listener.")
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/include/
StoreLogger.hpp 41 /** Logger that stores all fed log in order retrieve them asynchronously.
49 struct Log
58 bool operator==(const Log &other) const
63 using Logs = std::vector<Log>;
67 logs.push_back({Log::Level::warning, strLog});
69 void info(const std::string &strLog) override { logs.push_back({Log::Level::info, strLog}); }
73 const Logs filter(Log::Level level) const
75 return filter([&level](const Log &log) { return log.level == level; })
    [all...]
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 19 import android.util.Log;
33 * Implements a {@link java.util.logging.Logger} handler that writes to the Android log. The
35 * the log tag. Only the log levels need to be converted appropriately. For
87 * Holds the formatter for all Android log handlers.
108 * Constructs a new instance of the Android log handler.
128 if (!Log.isLoggable(tag, level)) {
134 Log.println(level, tag, message);
136 Log.e("AndroidHandler", "Error logging message.", e);
143 if (!Log.isLoggable(tag, priority))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiCountryCode.java 20 import android.util.Log;
54 Log.w(TAG, "config_wifi_revert_country_code_on_cellular_loss is set, "
62 Log.d(TAG, "Country code will be reverted to " + mDefaultCountryCode
84 if (DBG) Log.d(TAG, "SIM Card Removed");
100 if (DBG) Log.d(TAG, "Airplane Mode Enabled");
116 if (DBG) Log.d(TAG, "Set ready: " + ready);
133 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode);
136 if (DBG) Log.d(TAG, "Ignore empty country code");
159 if (DBG) Log.d(TAG, "Update country code");
187 Log.d(TAG, "Succeeded to set country code to: " + country)
    [all...]
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraDeviceReport.java 31 import android.util.Log;
55 Log.v(TAG, "Number of cameras:" + cameralist.length);
57 Log.e(TAG, "Could not get camera ID list: "+e);
72 Log.v(TAG, "============= CAMERA " + id + " INFO =============");
78 Log.e(TAG, "Could not get getCameraCharacteristics");
86 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: "
89 Log.v(TAG, "SENSOR_INFO_ACTIVE_ARRAY_SIZE: null");
93 Log.v(TAG, "SENSOR_INFO_PIXEL_ARRAY_SIZE: " + size2.getWidth() + "x" + size2.getHeight());
96 Log.v(TAG, "SENSOR_INFO_PHYSICAL_SIZE: " + size3.getWidth() + "x" + size3.getHeight());
100 Log.v(TAG, "SENSOR_ORIENTATION: " + sensorOrientation)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/ndefpush/
NdefPushServer.java 27 import android.util.Log;
73 if (DBG) Log.d(TAG, "starting connection thread");
84 if (DBG) Log.d(TAG, "read " + size + " bytes");
94 if (DBG) Log.d(TAG, "connection broken by IOException", e);
100 if (DBG) Log.d(TAG, "got message " + msg.toString());
105 Log.e(TAG, "badly formatted NDEF message, ignoring", e);
108 if (DBG) Log.d(TAG, "about to close");
114 if (DBG) Log.d(TAG, "finished connection thread");
131 if (DBG) Log.d(TAG, "about create LLCP service socket");
138 if (DBG) Log.d(TAG, "failed to create LLCP service socket")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
StatsImage.java 19 import android.util.Log;
27 Log.e("StatsImage", "Error loading cts verifier JNI library");
  /cts/apps/PermissionApp/src/com/android/cts/permission/permissionapp/
PermissionActivity.java 22 import android.util.Log;
52 Log.d(TAG, "Started with " + received);
57 Log.d(TAG, "Requesting permission " + mPermission);
60 Log.d(TAG, "Checking permission " + mPermission);
63 Log.w(TAG, "Unknown intent received: " + received);
74 Log.d(TAG, "Received wrong permissions result");
77 Log.d(TAG, "Received valid permission result: " + grantResults[0]);
83 Log.d(TAG, "Sending result broadcast: " + result);
  /cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
AwareService.java 23 import android.util.Log;
32 Log.v(AWARE, "IntentService.onHandleIntent()");
EncryptionApp.java 20 import android.util.Log;
28 Log.v(AWARE, "Application.onCreate()");
UnawareService.java 23 import android.util.Log;
32 Log.v(UNAWARE, "IntentService.onHandleIntent()");
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AllUsersActivity.java 20 import android.util.Log;
34 Log.i(TAG, "Roger that!");
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src/com/android/cts/monkey/
MonkeyActivity.java 22 import android.util.Log;
32 Log.i(TAG, ActivityManager.isUserAMonkey() ? "@(>.<)@" : "(^_^)");
  /cts/hostsidetests/usb/SerialTestApp/src/com/android/cts/usb/serialtest/
UsbSerialTest.java 21 import android.util.Log;
31 Log.e(TAG, Build.SERIAL);
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
Camera1Activity.java 22 import android.util.Log;
28 * This will log all errors to {@link android.hardware.multiprocess.camera.cts.ErrorLoggingService}.
38 Log.i(TAG, "onCreate called.");
46 Log.i(TAG, "onResume called.");
60 Log.e(TAG, "onError called with event " + i + ", camera evicted");
64 Log.e(TAG, "onError called with event " + i + ", camera error");
73 Log.e(TAG, "Runtime error: " + e);
79 Log.i(TAG, "onPause called.");
85 Log.i(TAG, "onDestroy called.");
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity2.java 21 import android.util.Log;
28 Log.d(TAG, "onCreate called.");
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
TestStartActivity.java 24 import android.util.Log;
34 Log.i(TAG, " in onCreate");
40 Log.i(TAG, " in onResume");
49 Log.i(TAG, " in onPause");
55 Log.i(TAG, " in onStart");
60 Log.i(TAG, " in onRestart");
64 Log.i(TAG, " in onStop");
70 Log.i(TAG, " in onDestroy");
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
Utils.java 20 import android.util.Log;
32 Log.d(TAG, "The external storage is not available.");
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 26 import com.example.android.common.logger.Log;
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
Utils.java 20 import android.util.Log;
32 Log.d(TAG, "The external storage is not available.");
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 26 import com.example.android.common.logger.Log;
86 Log.d(TAG, "Keys created");
89 Log.w(TAG, "RSA not supported", e);
91 Log.w(TAG, "No such provider: AndroidKeyStore");
93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e);
100 Log.w(TAG, "KeyStore not Initialized", e);
102 Log.w(TAG, "KeyPair not recovered", e);
104 Log.w(TAG, "RSA not supported", e);
106 Log.w(TAG, "Invalid Key", e);
108 Log.w(TAG, "Invalid Signature", e)
    [all...]
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 20 import android.util.Log;
39 Log.e(TAG, "", e);
FailingInjectorService.java 20 import android.util.Log;
47 Log.e(TAG, "", e);

Completed in 458 milliseconds

1 2 3 45 6 7 8 91011>>