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

1234567891011>>

/frameworks/base/services/jni/
H A Dcom_android_server_VibratorService.cpp17 #define LOG_TAG "VibratorService" macro
/frameworks/base/test-runner/src/android/test/
H A DLaunchPerformanceBase.java38 public static final String LOG_TAG = "Launch Performance"; field in class:LaunchPerformanceBase
/frameworks/compile/libbcc/bcinfo/
H A DBitcodeWrapper.cpp21 #define LOG_TAG "bcinfo" 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/services/java/com/android/server/print/
H A DRemotePrintService.java54 private static final String LOG_TAG = "RemotePrintService"; field in class:RemotePrintService
186 Slog.i(LOG_TAG, "[user: " + mUserId + "] onAllPrintJobsHandled()");
213 Slog.i(LOG_TAG, "[user: " + mUserId + "] requestCancelPrintJob()");
218 Slog.e(LOG_TAG, "Error canceling a pring job.", re);
241 Slog.i(LOG_TAG, "[user: " + mUserId + "] onPrintJobQueued()");
246 Slog.e(LOG_TAG, "Error announcing queued pring job.", re);
268 Slog.i(LOG_TAG, "[user: " + mUserId + "] createPrinterDiscoverySession()");
273 Slog.e(LOG_TAG, "Error creating printer dicovery session.", re);
301 Slog.i(LOG_TAG, "[user: " + mUserId + "] destroyPrinterDiscoverySession()");
306 Slog.e(LOG_TAG, "Erro
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java72 static final String LOG_TAG = "SmsMessage"; field in class:SmsMessage
115 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
118 Log.e(LOG_TAG, "SMS PDU parsing failed with out of memory: ", e);
245 Rlog.w(LOG_TAG, "SMS parsing failed: Trying to parse a free record");
264 Rlog.e(LOG_TAG, "SMS PDU parsing failed: ", ex);
274 Rlog.w(LOG_TAG, "getTPLayerLengthForPDU: is not supported in CDMA mode.");
378 Rlog.w(LOG_TAG, "getProtocolIdentifier: is not supported in CDMA mode.");
388 Rlog.w(LOG_TAG, "isReplace: is not supported in CDMA mode.");
398 Rlog.w(LOG_TAG, "isCphsMwiMessage: is not supported in CDMA mode.");
449 Rlog.w(LOG_TAG, "isReplyPathPresen
[all...]
/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/base/core/java/android/print/
H A DPrintManager.java59 private static final String LOG_TAG = "PrintManager"; field in class:PrintManager
179 Log.e(LOG_TAG, "Error getting a print job info:" + printJobId, re);
201 Log.e(LOG_TAG, "Error adding print job state change listener", re);
227 Log.e(LOG_TAG, "Error removing print job state change listener", re);
245 Log.e(LOG_TAG, "Error getting print job", re);
269 Log.e(LOG_TAG, "Error getting print jobs", re);
278 Log.e(LOG_TAG, "Error cancleing a print job: " + printJobId, re);
286 Log.e(LOG_TAG, "Error restarting a print job: " + printJobId, re);
320 Log.e(LOG_TAG, "Couldn't start print job config activity.", sie);
324 Log.e(LOG_TAG, "Erro
[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/base/packages/PrintSpooler/src/com/android/printspooler/
H A DFusedPrintersProvider.java61 private static final String LOG_TAG = "FusedPrintersProvider"; field in class:FusedPrintersProvider
134 Log.i(LOG_TAG, "onStartLoading() " + FusedPrintersProvider.this.hashCode());
149 Log.i(LOG_TAG, "onStopLoading() " + FusedPrintersProvider.this.hashCode());
157 Log.i(LOG_TAG, "onForceLoad() " + FusedPrintersProvider.this.hashCode());
175 Log.i(LOG_TAG, "onPrintersChanged() count:"
212 Log.i(LOG_TAG, "onCancelLoad() " + FusedPrintersProvider.this.hashCode());
235 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());
248 Log.i(LOG_TAG, "onAbandon() " + FusedPrintersProvider.this.hashCode());
312 Log.i(LOG_TAG, "read history started "
389 Log.i(LOG_TAG, "rea
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java91 // NOTE that LOG_TAG here is "GSM", which means that log messages
94 static final String LOG_TAG = "GSMPhone"; field in class:GSMPhone
189 Rlog.i(LOG_TAG, "New connection; resetting radio");
193 Rlog.w(LOG_TAG,
204 Rlog.w(LOG_TAG, "Failure to open com.android.internal.telephony.debug socket", ex);
240 Rlog.d(LOG_TAG, "removeReferences");
251 if(LOCAL_DEBUG) Rlog.d(LOG_TAG, "GSMPhone finalized");
519 if (LOCAL_DEBUG) Rlog.d(LOG_TAG, "MmiCode 0: rejectCall");
523 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
528 if (LOCAL_DEBUG) Rlog.d(LOG_TAG,
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java41 private final static String LOG_TAG = "SimulatedCommands"; field in class:SimulatedCommands
116 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: wrong state, state=" +
126 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: success!");
142 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: failed! attempt=" +
145 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPin: set state to REQUIRE_PUK");
159 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: wrong state, state=" +
169 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: success!");
185 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: failed! attempt=" +
188 Rlog.i(LOG_TAG, "[SimCmd] supplyIccPuk: set state to SIM_PERM_LOCKED");
202 Rlog.i(LOG_TAG, "[SimCm
[all...]
/frameworks/base/core/java/android/printservice/
H A DPrinterDiscoverySession.java82 private static final String LOG_TAG = "PrinterDiscoverySession"; field in class:PrinterDiscoverySession
117 Log.e(LOG_TAG, "Error sending added printers", re);
169 Log.w(LOG_TAG, "Not adding printers - session destroyed.");
193 Log.e(LOG_TAG, "Error sending added printers", re);
233 Log.w(LOG_TAG, "Not removing printers - session destroyed.");
254 Log.e(LOG_TAG, "Error sending removed printers", re);
296 Log.e(LOG_TAG, "Error sending added printers", re);
316 Log.e(LOG_TAG, "Error sending removed printers", re);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DVideoTrackDecoder.java30 private static final String LOG_TAG = "VideoTrackDecoder"; field in class:VideoTrackDecoder
46 Log.w(LOG_TAG, "frame is not ready - the caller has to wait for a corresponding " +
/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
82 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
92 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
61 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);

Completed in 521 milliseconds

1234567891011>>