Searched refs:LOG_TAG (Results 76 - 100 of 855) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/
H A DLaunchPerformanceBase.java38 public static final String LOG_TAG = "Launch Performance"; field in class:LaunchPerformanceBase
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DAbstractResult.java37 private static final String LOG_TAG = "AbstractResult"; field in class:AbstractResult
109 Log.e(LOG_TAG, "Unable to serialize result: " + getRelativePath(), e);
133 Log.e(LOG_TAG, "Unable to deserialize result!", e);
135 Log.e(LOG_TAG, "Unable to deserialize result!", e);
H A DFileFilter.java43 private static final String LOG_TAG = "FileFilter"; field in class:FileFilter
83 Log.w(LOG_TAG, "loadTestExpectations(): File not found: " +
113 Log.w(LOG_TAG + "::reloadConfiguration",
148 Log.e(LOG_TAG, "url=" + url, e);
288 Log.e(LOG_TAG, "Malformed URL!", e);
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp21 #define LOG_TAG "bcinfo" macro
/frameworks/native/libs/binder/
H A DMemoryBase.cpp17 #define LOG_TAG "MemoryBase" macro
/frameworks/native/libs/utils/tests/
H A DZipFileRO_test.cpp17 #define LOG_TAG "ZipFileRO_test" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java41 static final String LOG_TAG = "VoiceMailConstants"; field in class:VoiceMailConstants
82 Rlog.w(LOG_TAG, "Can't open " +
110 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
112 Rlog.w(LOG_TAG, "Exception in Voicemail parser " + e);
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestLoader.java35 private static final String LOG_TAG = "TestLoader"; field in class:TestLoader
73 Log.e(LOG_TAG, errMsg);
131 Log.v(LOG_TAG, String.format("Skipping abstract class %s: not a test",
148 Log.v(LOG_TAG, String.format("Skipping class %s: not a test", loadedClass.getName()));
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java43 private static final String LOG_TAG = ShellUiAutomatorBridge.class.getSimpleName(); field in class:ShellUiAutomatorBridge
89 Log.e(LOG_TAG, message, e);
103 Log.e(LOG_TAG, "Error getting screen rotation", e);
117 Log.e(LOG_TAG, "Error getting screen status", e);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java54 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
80 Log.i(LOG_TAG, "Received Notification for download: " + id);
83 Log.i(LOG_TAG, "MultipleDownloadsCompletedReceiver got intent: " +
95 Log.i(LOG_TAG, "Download status is: " + status);
103 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
153 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
169 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
218 Log.i(LOG_TAG, "Setting WiFi State to: " + enable);
408 Log.i(LOG_TAG, "All downloads should be done...");
429 Log.i(LOG_TAG, "Waitin
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java71 static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
114 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
241 Rlog.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record");
260 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
270 Rlog.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
374 Rlog.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode.");
384 Rlog.w(LOG_TAG, "isReplace: is not supported in CDMA mode.");
394 Rlog.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode.");
445 Rlog.w(LOG_TAG, "isReplyPathPresent: is not supported in CDMA mode.");
532 Rlog.e(LOG_TAG, "createFromPd
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java72 protected static final String LOG_TAG = "android.net.DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
125 Log.i(LOG_TAG, "Seeding RNG with value: " + seed);
141 Log.i(LOG_TAG, "Received Notification for download: " + id);
144 Log.i(LOG_TAG, "MultipleDownloadsCompletedReceiver got intent: " +
156 Log.i(LOG_TAG, "Download status is: " + status);
164 Log.i(LOG_TAG, "Notification for id: " + id + " has already been made.");
214 Log.i(LOG_TAG, "ConnectivityManager state change: " + intent.getAction());
230 Log.i(LOG_TAG, "WiFi Connection state is currently: " + info.isConnected());
319 Log.i(LOG_TAG, "Generating data of size: " + size);
454 Log.i(LOG_TAG, "columnNam
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java40 private final static String LOG_TAG = "SimulatedCommands"; field in class:SimulatedCommands
115 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: wrong state, state=" +
125 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: success!");
141 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: failed! attempt=" +
144 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: set state to REQUIRE_PUK");
158 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: wrong state, state=" +
168 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: success!");
184 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: failed! attempt=" +
187 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: set state to SIM_PERM_LOCKED");
201 Rlog.i(LOG_TAG, "[SimCm
[all...]
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java42 private static final String LOG_TAG = "libRS_jni"; field in class:Fountain
89 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:Fountain_v11
90 Log.v(LOG_TAG, message);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyCapabilities.java27 private static final String LOG_TAG = "TelephonyCapabilities"; field in class:TelephonyCapabilities
107 Rlog.w(LOG_TAG, "getDeviceIdLabel: no known label for phone "
H A DTelephonyTester.java35 private static final String LOG_TAG = "TelephonyTester"; field in class:TelephonyTester
80 Rlog.d(LOG_TAG, s);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailBringUp.java28 private static final String LOG_TAG = "DcFailBringUp"; field in class:DcFailBringUp
78 Rlog.d(LOG_TAG, s);
H A DDcTesterDeactivateAll.java35 private static final String LOG_TAG = "DcTesterDeacativeAll"; field in class:DcTesterDeactivateAll
90 Rlog.d(LOG_TAG, s);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTest.java41 private static final String LOG_TAG = "RSTest_Compat"; field in class:RSTest
65 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTest.java42 private static final String LOG_TAG = "RSTest"; field in class:RSTest
86 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:RSTest_v11
79 Log.v(LOG_TAG, message);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTest_v14.java42 private static final String LOG_TAG = "RSTest_v14"; field in class:RSTest_v14
86 Log.v(LOG_TAG, message);
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduParser.java87 private static final String LOG_TAG = "PduParser"; field in class:PduParser
140 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_REQ");
146 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_CONF");
152 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFICATION_IND");
159 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFYRESP_IND");
166 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_RETRIEVE_CONF");
194 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_DELIVERY_IND");
201 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_ACKNOWLEDGE_IND");
208 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_READ_ORIG_IND");
215 Log.v(LOG_TAG, "pars
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java89 // NOTE that LOG_TAG here is "GSM", which means that log messages
92 static final String LOG_TAG = "GSMPhone"; field in class:GSMPhone
176 Rlog.i(LOG_TAG, "New connection; resetting radio");
180 Rlog.w(LOG_TAG,
191 Rlog.w(LOG_TAG, "Failure to open com.android.internal.telephony.debug socket", ex);
228 Rlog.d(LOG_TAG, "removeReferences");
240 if(LOCAL_DEBUG) Rlog.d(LOG_TAG, "GSMPhone finalized");
508 if (LOCAL_DEBUG) Rlog.d(LOG_TAG, "MmiCode 0: rejectCall");
512 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
517 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
[all...]

Completed in 662 milliseconds

1234567891011>>