Searched defs:LOG_TAG (Results 251 - 275 of 1001) sorted by last modified time

<<11121314151617181920>>

/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/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFbo.java24 private static final String LOG_TAG = "libRS_jni"; field in class:FountainFbo
61 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/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java35 private static final String LOG_TAG = "PolarClock"; field in class:TestWallpaper
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
H A DAlarmImpl.java31 private static final String LOG_TAG = AlarmImpl.class.getSimpleName(); field in class:AlarmImpl
43 Log.d(LOG_TAG, "AlarmService prepared, wake lock acquired");
56 Log.d(LOG_TAG, String.format("Alarm set: %d, giving up wake lock", atTime));
67 Log.d(LOG_TAG, String.format("Alarm triggered, done waiting"));
H A DWakeUpController.java30 private static final String LOG_TAG = WakeUpController.class.getName(); field in class:WakeUpController
36 Log.i(LOG_TAG, "Created instance: 0x" + Integer.toHexString(this.hashCode()));
51 Log.i(LOG_TAG, "Create wakelock: 0x" + Integer.toHexString(mWakeLock.hashCode()));
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java42 private static final String LOG_TAG = SetAlarm.class.getSimpleName(); field in class:SetAlarm
52 Log.d(LOG_TAG, "Service disconnected.");
59 Log.d(LOG_TAG, "Service connected.");
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeLoopService.java36 private static final String LOG_TAG = WakeLoopService.class.getSimpleName(); field in class:WakeLoopService
67 Log.e(LOG_TAG, "No wakeup interval specified, not starting the service");
73 Log.d(LOG_TAG, String.format("WakeLoop: STARTED interval = %d, total loop = %d",
92 Log.d(LOG_TAG, "WakeLoop: STOPPED");
H A DWakeUpCall.java40 private static final String LOG_TAG = WakeUpCall.class.getSimpleName(); field in class:WakeUpCall
52 Log.d(LOG_TAG, String.format("incoming: interval = %d, max loop = %d, this loop = %d",
55 Log.e(LOG_TAG, "no valid loop count received, trying to stop service");
60 Log.e(LOG_TAG, "no valid wakeup interval received, trying to stop service");
65 Log.d(LOG_TAG, String.format("WakeLoop - iteration %d of %d", thisLoop, maxLoop));
69 Log.d(LOG_TAG, "reached max loop count, stopping service");
85 Log.d(LOG_TAG, "cancelling future alarms on request");
93 Log.e(LOG_TAG, "no stop service callback found, cannot stop");
100 Log.e(LOG_TAG, "ignored remoted exception while attempting to stop service", e);
109 PowerManager.ACQUIRE_CAUSES_WAKEUP, LOG_TAG);
[all...]
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp6 #define LOG_TAG "ResourceIdCache" macro
H A DWorkQueue.cpp18 #define LOG_TAG "WorkQueue" macro
H A DZipEntry.cpp21 #define LOG_TAG "zip" macro
H A DZipFile.cpp21 #define LOG_TAG "zip" macro
/frameworks/base/packages/DefaultContainerService/jni/
H A Dcom_android_defcontainer_MeasurementUtils.cpp17 #define LOG_TAG "DefContainer-JNI" macro
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java46 private static final String LOG_TAG = "KeyguardSimPinView"; field in class:KeyguardSimPinView
110 if (DEBUG) Log.d(LOG_TAG, "getPinPasswordErrorMessage:"
276 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
H A DKeyguardSimPukView.java47 private static final String LOG_TAG = "KeyguardSimPukView"; field in class:KeyguardSimPukView
155 if (DEBUG) Log.d(LOG_TAG, "getPukPasswordErrorMessage:"
338 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp17 #define LOG_TAG "BitmapSerializeUtils" macro
38 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
57 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DMutexFileProvider.java36 private static final String LOG_TAG = "MutexFileProvider"; field in class:MutexFileProvider
86 Log.i(LOG_TAG, "Acquired file: " + mFile + " by thread: " + mOwnerThread);
100 Log.i(LOG_TAG, "Released file: " + mFile + " from thread: " + mOwnerThread);
H A DNotificationController.java53 public static final String LOG_TAG = "NotificationController"; field in class:NotificationController
304 private static final String LOG_TAG = "NotificationBroadcastReceiver"; field in class:NotificationController.NotificationBroadcastReceiver
320 Log.i(LOG_TAG, "handleCancelPrintJob() printJobId:" + printJobId);
329 LOG_TAG);
348 Log.i(LOG_TAG, "Error requesting print job cancellation", re);
359 Log.i(LOG_TAG, "handleRestartPrintJob() printJobId:" + printJobId);
368 LOG_TAG);
385 Log.i(LOG_TAG, "Error requesting print job restart", re);
H A DPageContentRepository.java52 private static final String LOG_TAG = "PageContentRepository"; field in class:PageContentRepository
85 Log.i(LOG_TAG, "STATE_CLOSED");
94 Log.i(LOG_TAG, "STATE_OPENED");
103 Log.i(LOG_TAG, "STATE_CLOSED");
122 Log.i(LOG_TAG, "STATE_DESTROYED");
154 Log.i(LOG_TAG, "Acquiring provider for page: " + pageIndex);
164 Log.i(LOG_TAG, "Releasing provider for page: " + provider.mPageIndex);
522 Log.i(LOG_TAG, "Preloading pages around [" + firstShownPage
576 Log.i(LOG_TAG, "Cache hit for page: " + pageIndex);
594 Log.i(LOG_TAG, "Cach
[all...]
H A DPrintSpoolerService.java75 private static final String LOG_TAG = "PrintSpoolerService"; field in class:PrintSpoolerService
210 Slog.e(LOG_TAG, "Error notify for a queued print job.", re);
221 Slog.e(LOG_TAG, "Error notify for all print jobs per service"
232 Slog.e(LOG_TAG, "Error notify for all print job handled.", re);
247 Slog.e(LOG_TAG, "Error notify for print job state change.", re);
417 Log.e(LOG_TAG, "Error writing print job data!", fnfe);
419 Log.e(LOG_TAG, "Error writing print job data!", ioe);
425 Log.i(LOG_TAG, "[END WRITE]");
439 Slog.i(LOG_TAG, "[ADD] " + printJob);
452 Slog.i(LOG_TAG, "[REMOV
[all...]
H A DRemotePrintDocument.java56 private static final String LOG_TAG = "RemotePrintDocument"; field in class:RemotePrintDocument
174 Log.i(LOG_TAG, "[CALLED] start()");
183 Log.e(LOG_TAG, "Error calling start()", re);
192 Log.i(LOG_TAG, "[CALLED] update()");
245 Log.i(LOG_TAG, "[SKIPPING] No update needed");
259 Log.i(LOG_TAG, "[CALLED] finish()");
271 Log.e(LOG_TAG, "Error calling finish()");
278 Log.i(LOG_TAG, "[CALLED] cancel()");
296 Log.i(LOG_TAG, "[CALLED] destroy()");
309 Log.i(LOG_TAG, "[CALLE
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java54 private static final String LOG_TAG = "PdfManipulationService"; field in class:PdfManipulationService
88 Log.i(LOG_TAG, "openDocument()");
94 Log.e(LOG_TAG, "Cannot open file", e);
98 Log.e(LOG_TAG, "Cannot open file", e);
158 Log.i(LOG_TAG, "Rendering page:" + pageIndex);
178 Log.i(LOG_TAG, "closeDocument()");
222 Log.i(LOG_TAG, "openDocument()");
228 Log.e(LOG_TAG, "Cannot open file", e);
239 Log.i(LOG_TAG, "removePages()");
259 Log.i(LOG_TAG, "applyPrintAttribute
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java63 private static final String LOG_TAG = "FusedPrintersProvider"; field in class:FusedPrintersProvider
142 Log.i(LOG_TAG, "onStartLoading() " + FusedPrintersProvider.this.hashCode());
157 Log.i(LOG_TAG, "onStopLoading() " + FusedPrintersProvider.this.hashCode());
165 Log.i(LOG_TAG, "onForceLoad() " + FusedPrintersProvider.this.hashCode());
185 Log.i(LOG_TAG, "onPrintersChanged() count:"
232 Log.i(LOG_TAG, "onCancelLoad() " + FusedPrintersProvider.this.hashCode());
255 Log.i(LOG_TAG, "onReset() " + FusedPrintersProvider.this.hashCode());
268 Log.i(LOG_TAG, "onAbandon() " + FusedPrintersProvider.this.hashCode());
373 Log.i(LOG_TAG, "read history started "
499 Log.i(LOG_TAG, "rea
[all...]
H A DPageAdapter.java56 private static final String LOG_TAG = "PageAdapter"; field in class:PageAdapter
156 Log.i(LOG_TAG, "STATE_CLOSED");
178 Log.i(LOG_TAG, "STATE_OPENED");
278 Log.i(LOG_TAG, "STATE_CLOSED");
292 Log.i(LOG_TAG, "Binding holder: " + holder + " with id: " + getItemId(position)
318 Log.i(LOG_TAG, "Binding provider:"
500 Log.i(LOG_TAG, "STATE_DESTROYED");
571 Log.i(LOG_TAG, "Requesting pages: " + Arrays.toString(mRequestedPages));
604 Log.i(LOG_TAG, "Requesting from end");
642 Log.i(LOG_TAG, "Requestin
[all...]

Completed in 678 milliseconds

<<11121314151617181920>>