Searched refs:LOG_TAG (Results 51 - 75 of 799) sorted by relevance

1234567891011>>

/frameworks/rs/cpp/
H A DScriptC.cpp17 #define LOG_TAG "libRS_cpp" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCsimFileHandler.java31 static final String LOG_TAG = "RIL_CsimFH"; field in class:CsimFileHandler
64 Log.d(LOG_TAG, msg);
69 Log.e(LOG_TAG, msg);
H A DUsimFileHandler.java31 static final String LOG_TAG = "RIL_UsimFH"; field in class:UsimFileHandler
80 Log.d(LOG_TAG, msg);
85 Log.e(LOG_TAG, msg);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimFileHandler.java30 static final String LOG_TAG = "CDMA"; field in class:RuimFileHandler
70 Log.d(LOG_TAG, "[RuimFileHandler] " + msg);
75 Log.e(LOG_TAG, "[RuimFileHandler] " + msg);
H A DCDMAPhone.java90 static final String LOG_TAG = "CDMA"; field in class:CDMAPhone
185 mWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK,LOG_TAG);
268 if(DBG) Log.d(LOG_TAG, "CDMAPhone finalized");
270 Log.e(LOG_TAG, "UNEXPECTED; mWakeLock is held when finalizing.");
300 Log.e(LOG_TAG, "canTransfer: not possible in CDMA");
318 Log.e(LOG_TAG, "conference: not possible in CDMA");
382 Log.e(LOG_TAG, "method registerForSuppServiceNotification is NOT supported in CDMA!");
390 Log.e(LOG_TAG, "method handleInCallMmiCommands is NOT supported in CDMA!");
405 Log.e(LOG_TAG, "method setNetworkSelectionModeAutomatic is NOT supported in CDMA!");
409 Log.e(LOG_TAG, "metho
[all...]
H A DEriManager.java88 private static final String LOG_TAG = "CDMA"; field in class:EriManager
162 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: check for alternate file");
167 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: opened alternate file");
169 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: no alternate file");
172 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: no parser for alternate file");
177 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: open normal file");
196 Log.e(LOG_TAG, "Error Parsing ERI file: " + mEriFile.mNumberOfEriEntries
205 Log.e(LOG_TAG, "Error Parsing ERI file: found" + id + " CallPromptId");
223 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: eri parsing successful, file loaded");
227 Log.e(LOG_TAG, "Go
[all...]
/frameworks/base/core/java/android/gesture/
H A DGestureLibraries.java82 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
84 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
98 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
100 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
135 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java39 private final static String LOG_TAG = "SIM"; field in class:SimulatedCommands
112 Log.i(LOG_TAG, "[SimCmd] supplyIccPin: wrong state, state=" +
122 Log.i(LOG_TAG, "[SimCmd] supplyIccPin: success!");
138 Log.i(LOG_TAG, "[SimCmd] supplyIccPin: failed! attempt=" +
141 Log.i(LOG_TAG, "[SimCmd] supplyIccPin: set state to REQUIRE_PUK");
154 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: wrong state, state=" +
164 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: success!");
180 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: failed! attempt=" +
183 Log.i(LOG_TAG, "[SimCmd] supplyIccPuk: set state to SIM_PERM_LOCKED");
196 Log.i(LOG_TAG, "[SimCm
[all...]
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java52 private static final String LOG_TAG = "WAP PUSH"; field in class:WapPushManager
69 if (LOCAL_LOGV) Log.v(LOG_TAG, "helper instance created.");
74 if (LOCAL_LOGV) Log.v(LOG_TAG, "db onCreate.");
87 if (DEBUG_SQL) Log.v(LOG_TAG, "sql: " + sql);
100 Log.w(LOG_TAG, "onUpgrade is not implemented yet. do nothing.");
126 if (DEBUG_SQL) Log.v(LOG_TAG, "sql: " + sql);
162 if (LOCAL_LOGV) Log.v(LOG_TAG, "compare signature " + mContext.getPackageName()
179 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);
190 if (LOCAL_LOGV) Log.v(LOG_TAG, "startin
[all...]
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DNetworkState.java35 private final String LOG_TAG = "NetworkState"; field in class:NetworkState
77 Log.v(LOG_TAG, "setStateTransitionCriteria: " + printStates());
93 Log.v(LOG_TAG, String.format("Print state depository: %s", printStates()));
96 Log.v(LOG_TAG, "No direction requested, verifying network states");
99 Log.v(LOG_TAG, "Transition to CONNECTED");
102 Log.v(LOG_TAG, "Transition to DISCONNECTED");
105 Log.e(LOG_TAG, "Invalid transition direction.");
116 Log.v(LOG_TAG, "no state is recorded");
120 Log.v(LOG_TAG, "no broadcast is expected, instead broadcast is probably received");
124 Log.v(LOG_TAG, Strin
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java44 private static final String LOG_TAG = "WAP PUSH"; field in class:ClientTest
56 Log.v(LOG_TAG, "activity created!!");
78 Log.w(LOG_TAG, "remote add pkg failed...");
89 Log.w(LOG_TAG, "remote func failed...");
101 // Log.d(LOG_TAG, "button clicked");
111 Log.w(LOG_TAG, "remote func failed...");
139 Log.w(LOG_TAG, "remote func failed...");
149 Log.v(LOG_TAG, "service disconnected.");
154 Log.v(LOG_TAG, "service connected.");
161 Log.v(LOG_TAG, "onStar
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAlphaLayersActivity.java33 private static final String LOG_TAG = "HwUi"; field in class:AlphaLayersActivity
88 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds());
89 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(100.0f, 100.0f, 110.0f, 110.0f,
91 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f,
98 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds());
99 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(50.0f, 50.0f, 60.0f, 60.0f,
101 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f,
108 Log.d(LOG_TAG, "clipRect = " + canvas.getClipBounds());
109 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(80.0f, 80.0f, 90.0f, 90.0f,
111 Log.d(LOG_TAG, "rejecte
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java95 private static final String LOG_TAG = "VCardComposer"; field in class:VCardComposer
222 Log.e(LOG_TAG,
231 // Log.e(LOG_TAG,
239 /* Log.w(LOG_TAG,
249 Log.i(LOG_TAG,
263 Log.i(LOG_TAG,
271 Log.d(LOG_TAG, "Use the charset \"" + mCharset + "\"");
387 if (DEBUG) Log.d(LOG_TAG, "Unexpected contentUri: " + contentUri);
426 Log.e(LOG_TAG, "init() is already called");
439 Log.e(LOG_TAG, Strin
[all...]
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DInteractionController.java59 private static final String LOG_TAG = InteractionController.class.getSimpleName(); field in class:InteractionController
61 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
132 Log.e(LOG_TAG, message, e);
171 Log.d(LOG_TAG, logString);
244 Log.w(LOG_TAG, "runAndwaitForEvent timedout waiting for events: " + eventTypesMask);
247 Log.e(LOG_TAG, "exception from executeCommandAndWaitForAccessibilityEvent", e);
297 Log.d(LOG_TAG, "click (" + x + ", " + y + ")");
325 Log.d(LOG_TAG, "longTap (" + x + ", " + y + ")");
340 Log.d(LOG_TAG, "touchDown (" + x + ", " + y + ")");
351 Log.d(LOG_TAG, "touchU
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java77 private static final String LOG_TAG = "LayoutTestsExecutor"; field in class:LayoutTestsExecutor
276 Log.w(LOG_TAG,
285 Log.e(LOG_TAG, "mCurrentTestRelativePath=" + mCurrentTestRelativePath, e2);
331 Log.d(LOG_TAG + "::reset", "previousWebView != null");
412 Log.e(LOG_TAG, "Error sending message to manager service:", e);
427 Log.e(LOG_TAG, "Error sending message to manager service:", e);
441 Log.i(LOG_TAG, "runNextTest(): Start: " + mCurrentTestRelativePath +
457 Log.w(LOG_TAG, "onTestTimedOut(): " + mCurrentTestRelativePath);
472 Log.i(LOG_TAG, "onTestFinished(): " + mCurrentTestRelativePath);
500 Log.i(LOG_TAG, "onActualResultsObtaine
[all...]
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestLoader.java34 private static final String LOG_TAG = "TestLoader"; field in class:TestLoader
72 Log.e(LOG_TAG, errMsg);
142 Log.v(LOG_TAG, String.format("Skipping class %s: not a test", loadedClass.getName()));
/frameworks/av/media/libnbaio/
H A DLibsndfileSink.cpp17 #define LOG_TAG "LibsndfileSink" macro
/frameworks/av/media/mediaserver/
H A Dmain_mediaserver.cpp18 #define LOG_TAG "mediaserver" macro
/frameworks/av/media/mtp/
H A DMtpRequestPacket.cpp17 #define LOG_TAG "MtpRequestPacket" macro
H A DMtpResponsePacket.cpp17 #define LOG_TAG "MtpResponsePacket" macro
/frameworks/base/cmds/system_server/
H A Dsystem_main.cpp10 #define LOG_TAG "sysproc" macro
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java78 private static final String LOG_TAG = "AccessibilityInteractionClient"; field in class:AccessibilityInteractionClient
211 Log.w(LOG_TAG, "No connection for connection id: " + connectionId);
216 Log.w(LOG_TAG, "Error while calling remote"
258 Log.w(LOG_TAG, "No connection for connection id: " + connectionId);
263 Log.w(LOG_TAG, "Error while calling remote"
305 Log.w(LOG_TAG, "No connection for connection id: " + connectionId);
310 Log.w(LOG_TAG, "Error while calling remote"
351 Log.w(LOG_TAG, "No connection for connection id: " + connectionId);
356 Log.w(LOG_TAG, "Error while calling remote findAccessibilityFocus", re);
396 Log.w(LOG_TAG, "N
[all...]
H A DAccessibilityNodeInfoCache.java38 private static final String LOG_TAG = AccessibilityNodeInfoCache.class.getSimpleName(); field in class:AccessibilityNodeInfoCache
133 Log.i(LOG_TAG, "get(" + accessibilityNodeId + ") = " + info);
151 Log.i(LOG_TAG, "add(" + info + ")");
195 Log.i(LOG_TAG, "clear()");
295 Log.e(LOG_TAG, "Duplicate node: " + current);
302 Log.e(LOG_TAG, "Duplicate accessibility focus:" + current);
311 Log.e(LOG_TAG, "Duplicate input focus: " + current);
334 Log.e(LOG_TAG, "Disconneced node: ");
336 Log.e(LOG_TAG, "Node from: " + info.getWindowId() + " not from:"
/frameworks/base/native/android/
H A Dnative_activity.cpp17 #define LOG_TAG "native_activity" macro
H A Dobb.cpp17 #define LOG_TAG "NObb" macro

Completed in 492 milliseconds

1234567891011>>