HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 26 - 50 of 6492) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/apps/SettingInjectorSample/src/com/example/android/injector/
SlowInjectorService.java 27 private static final String TAG = "SlowInjectorService";
30 super(TAG);
39 Log.e(TAG, "", e);
UpdatingInjectorService.java 28 private static final String TAG = "UpdatingInjectorService";
31 super(TAG);
41 Log.d(TAG, "Broadcasting: " + intent);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
NotifierService.java 27 private static final String TAG = "NotifierService";
30 super(TAG);
37 Log.i(TAG, "Contact opened: " + intent.getData());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LogProblemReporter.java 25 private final String TAG;
27 public LogProblemReporter(final String tag) {
28 TAG = tag;
33 Log.e(TAG, "Reporting problem", e);
  /packages/services/Telecomm/src/com/android/server/telecom/
ThreadUtil.java 25 private static final String TAG = ThreadUtil.class.getSimpleName();
40 Log.wtf(TAG, new IllegalStateException(), "Must be on the main thread!");
50 Log.wtf(TAG, new IllegalStateException(), "Must not be on the main thread!");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterApp.java 27 private static final String TAG = "BluetoothAdapterApp";
33 if (DBG) Log.d(TAG,"Loading JNI Library");
42 Log.d(TAG, "REFCOUNT: Constructed "+ this + " Instance Count = " + sRefCount);
50 if (DBG) Log.d(TAG, "onCreate");
59 Log.d(TAG, "REFCOUNT: Finalized: " + this +", Instance Count = " + sRefCount);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SecurityTest.java 13 static final String TAG = "SecurityTest";
18 Log.e(TAG,"No Bluetooth Device!");
23 Log.i(TAG,"BT Enabled");
25 Log.i(TAG,"ServerDevice: " + serverDevice);
30 Log.i(TAG,"createInsecureRfcommSocketToServiceRecord() - waiting for connect...");
32 Log.i(TAG,"Connected!");
34 Log.i(TAG,"Closing...");
36 Log.i(TAG,"Closed!");
39 Log.w(TAG, "Sleep interrupted", e);
43 Log.e(TAG, "Failed to create connection", e)
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 30 private static final String TAG = "AuthenticationService";
36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
37 Log.v(TAG, "SampleSyncAdapter Authentication Service started.");
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
45 Log.v(TAG, "SampleSyncAdapter Authentication Service stopped.");
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
52 Log.v(TAG, "getBinder()... returning the AccountAuthenticator binder for intent "
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 28 struct TAG(etc1_block) {
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in)
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in)
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in)
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in)
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier)
72 static const int TAG(etc1_modifier_tables)[8][4] = {
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src)
88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_hi)(src[0])
    [all...]
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
SysTrace.java 31 * All traces are written using the <pre>APP</pre> tag.
36 private static final String TAG = "SysTrace";
37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
50 Log.v(TAG, "traceCounter " + counterName + " " + counterValue);
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName));
86 Log.v(TAG, String.format("endSection[%d]", sNestingLevel));
95 * tag. Unlike {@link #beginSection} and {@link #endSection},
104 Log.v(TAG, "beginSectionAsync " + methodName + " " + cookie);
111 * using the same tag, name and cookie.
118 Log.v(TAG, "endSectionAsync " + methodName + " " + cookie)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 53 private static final String TAG = "BtOppRfcommListener";
82 mSocketAcceptThread = new Thread(TAG) {
87 if (V) Log.v(TAG, "Create TCP ServerSocket");
90 Log.e(TAG, "Error listing on port" + Constants.TCP_DEBUG_PORT);
97 if (V) Log.v(TAG, "Socket connected!");
106 Log.e(TAG, "Error accept connection " + e);
109 if (V) Log.v(TAG, "TCP listen thread finished");
119 if (V) Log.v(TAG, "Starting RFCOMM listener....");
121 if (V) Log.v(TAG, "Started RFCOMM listener....");
123 Log.e(TAG, "Error create RfcommServerSocket " + e1)
    [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
MixedModesTest.java 29 private static final String TAG = "MixedModesTest";
65 Log.w(TAG, "testDataAndBatterySaverModes_meteredNetwork() skipped because "
70 Log.i(TAG, "testDataAndBatterySaverModes_meteredNetwork() tests");
77 Log.v(TAG, "Not whitelisted for any.");
82 Log.v(TAG, "Whitelisted for Data Saver but not for Battery Saver.");
90 Log.v(TAG, "Whitelisted for Battery Saver but not for Data Saver.");
98 Log.v(TAG, "Whitelisted for both.");
108 Log.v(TAG, "Blacklisted for Data Saver, not whitelisted for Battery Saver.");
116 Log.v(TAG, "Blacklisted for Data Saver, whitelisted for Battery Saver.");
137 Log.w(TAG, "testDataAndBatterySaverModes_nonMeteredNetwork() skipped because
    [all...]
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 28 private static final String TAG = "NotificationBot";
36 Log.i(TAG, "received intent: " + intent);
38 Log.i(TAG, ACTION_POST);
40 Log.e(TAG, "received post action with missing content");
44 Log.i(TAG, "id: " + id);
46 Log.i(TAG, "n: " + n);
52 Log.i(TAG, ACTION_CANCEL);
54 Log.i(TAG, "id: " + id);
56 Log.e(TAG, "received cancel action with no ID");
64 Log.i(TAG, "received unexpected action: " + intent.getAction())
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 31 } TAG(_coord_t);
40 } TAG(_color_t);
48 } TAG(_color_t);
54 TAG(_color_t) color;
55 TAG(_color_t) specular;
63 TAG(_color_t) color;
64 TAG(_color_t) specular;
72 TAG(_color_t) color;
77 } TAG(Vertex), *TAG(VertexPtr)
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/util/
Logs.java 26 public static final String TAG = "DroidDriver";
33 if (Log.isLoggable(TAG, priority)) {
35 TAG,
42 if (Log.isLoggable(TAG, priority)) {
43 Log.println(priority, TAG, msg);
48 if (Log.isLoggable(TAG, priority)) {
49 Log.println(priority, TAG, Log.getStackTraceString(e));
54 if (Log.isLoggable(TAG, priority)) {
55 Log.println(priority, TAG, msg + '\n' + Log.getStackTraceString(e));
60 if (Log.isLoggable(TAG, priority))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrActivity2.java 26 private static final String TAG = "MockVrActivity2";
31 Log.i(TAG, "onCreate called.");
36 Log.e(TAG, "Could not set VR mode: " + e);
43 Log.i(TAG, "onResume called.");
56 Log.i(TAG, "onWindowFocusChanged called with " + hasFocus);
62 Log.i(TAG, "onPause called.");
  /cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/
LifecycleActivity.java 25 private static final String TAG = "LifecycleActivity";
30 Log.i(TAG, "LifecycleActivity created");
36 Log.i(TAG, "Activity has resumed");
42 Log.i(TAG, "activity was paused");
49 Log.i(TAG, "activity was stopped");
56 Log.i(TAG, "activity was destroyed");
  /packages/apps/Launcher3/src/com/android/launcher3/
AppFilter.java 10 private static final String TAG = "AppFilter";
16 if (DBG) Log.d(TAG, "Loading AppFilter: " + className);
21 Log.e(TAG, "Bad AppFilter class", e);
24 Log.e(TAG, "Bad AppFilter class", e);
27 Log.e(TAG, "Bad AppFilter class", e);
30 Log.e(TAG, "Bad AppFilter class", e);
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 42 private static final String TAG = "ImsFrameworkApp";
55 Log.d(TAG, "onCreate(): registering for telephony state change broadcasts");
71 Log.d(TAG, "mReceiver received action " + action);
73 Log.d(TAG, "mReceiver: ACTION_AIRPLANE_MODE_CHANGED");
74 Log.d(TAG, "- state: " + intent.getBooleanExtra(Phone.STATE_KEY, false));
76 Log.d(TAG, "mReceiver: ACTION_ANY_DATA_CONNECTION_STATE_CHANGED");
77 Log.d(TAG, "- apnName: " + intent.getStringExtra(Phone.DATA_APN_KEY));
78 Log.d(TAG, "- apnType: " + intent.getStringExtra(Phone.DATA_APN_TYPE_KEY));
79 Log.d(TAG, "- state: " + intent.getStringExtra(Phone.STATE_KEY));
80 Log.d(TAG, "- reason: " + intent.getStringExtra(Phone.STATE_CHANGE_REASON_KEY))
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderIntentService.java 25 private static final String TAG = CalendarProvider2.TAG;
33 if (Log.isLoggable(TAG, Log.DEBUG)) {
34 Log.d(TAG, "Received Intent: " + intent);
47 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
48 Log.d(TAG, "Invalid Intent action: " + action);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 37 private static final String TAG = "DigitalListenerService";
44 if (Log.isLoggable(TAG, Log.DEBUG)) {
45 Log.d(TAG, "onMessageReceived: " + messageEvent);
55 if (Log.isLoggable(TAG, Log.DEBUG)) {
56 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite);
68 Log.e(TAG, "Failed to connect to GoogleApiClient.");
78 if (Log.isLoggable(TAG, Log.DEBUG)) {
79 Log.d(TAG, "onConnected: " + connectionHint);
85 if (Log.isLoggable(TAG, Log.DEBUG)) {
86 Log.d(TAG, "onConnectionSuspended: " + cause)
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceConfigListenerService.java 37 private static final String TAG = "DigitalListenerService";
44 if (Log.isLoggable(TAG, Log.DEBUG)) {
45 Log.d(TAG, "onMessageReceived: " + messageEvent);
55 if (Log.isLoggable(TAG, Log.DEBUG)) {
56 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite);
68 Log.e(TAG, "Failed to connect to GoogleApiClient.");
78 if (Log.isLoggable(TAG, Log.DEBUG)) {
79 Log.d(TAG, "onConnected: " + connectionHint);
85 if (Log.isLoggable(TAG, Log.DEBUG)) {
86 Log.d(TAG, "onConnectionSuspended: " + cause)
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceConfigListenerService.java 37 private static final String TAG = "DigitalListenerService";
44 if (Log.isLoggable(TAG, Log.DEBUG)) {
45 Log.d(TAG, "onMessageReceived: " + messageEvent);
55 if (Log.isLoggable(TAG, Log.DEBUG)) {
56 Log.d(TAG, "Received watch face config message: " + configKeysToOverwrite);
68 Log.e(TAG, "Failed to connect to GoogleApiClient.");
78 if (Log.isLoggable(TAG, Log.DEBUG)) {
79 Log.d(TAG, "onConnected: " + connectionHint);
85 if (Log.isLoggable(TAG, Log.DEBUG)) {
86 Log.d(TAG, "onConnectionSuspended: " + cause)
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ituxdApp.java 26 static final String TAG = "ituxdApp";
37 Log.i(TAG, "Thermal Service enabled");
40 Log.i(TAG, "Thermal Service disabled");
  /packages/apps/ContactsCommon/src-pre-N/com/android/contacts/common/compat/
TelephonyManagerSdkCompat.java 29 private static final String TAG = "TelephonyManagerSdk";
33 Log.wtf(TAG, "Not implemented.");
39 Log.wtf(TAG, "Not implemented");

Completed in 684 milliseconds

12 3 4 5 6 7 8 91011>>