Searched refs:TAG (Results 276 - 300 of 740) sorted by relevance

<<11121314151617181920>>

/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
H A DRecurrenceProcessorTest.java33 private static final String TAG = "RecurrenceProcessorTest"; field in class:RecurrenceProcessorTest
49 Log.i(TAG, " expected out");
52 Log.i(TAG, " [" + i + "] " + expected[i]
56 Log.i(TAG, " [" + i + "] " + expected[i]);
59 Log.i(TAG, " [" + i + "] " + out[i]);
78 Log.i(TAG, "DTSTART:" + dtstartStr
121 Log.i(TAG, "DTSTART:" + dtstartStr + " RRULE:" + rrule);
133 Log.i(TAG, "DTSTART:" + dtstartStr + " RRULE:" + rrule);
135 Log.i(TAG, "i=" + i);
162 Log.i(TAG, "DTSTAR
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java73 private static final String TAG = "UsageStats"; field in class:UsageStatsService
180 if (localLOGV) Slog.v(TAG, "Launch count: " + mLaunchCount
184 if (localLOGV) Slog.v(TAG, "Reading comps: " + numTimeStats);
187 if (localLOGV) Slog.v(TAG, "Component: " + comp);
263 Slog.i(TAG, "Deleting old usage file: " + fList[i]);
327 Slog.w(TAG,"Error : " + e + " reading data from file:" + newFile);
336 Slog.w(TAG, "Usage stats version changed; dropping");
346 if (localLOGV) Slog.v(TAG, "Reading package #" + N + ": " + pkgName);
408 Slog.w(TAG,"Error reading history stats: " + e);
410 Slog.w(TAG,"Erro
[all...]
H A DCompatModePackages.java31 private final String TAG = ActivityManagerService.TAG; field in class:CompatModePackages
99 Slog.w(TAG, "Error reading compat-packages", e);
101 if (fis != null) Slog.w(TAG, "Error reading compat-packages", e);
150 //Slog.i(TAG, "*********** COMPAT FOR PKG " + ai.packageName + ": " + ci);
214 Slog.w(TAG, "setFrontActivityScreenCompatMode failed: no top activity");
239 Slog.w(TAG, "setPackageScreenCompatMode failed: unknown package " + packageName);
262 Slog.w(TAG, "Unknown screen compat mode req #" + mode + "; ignoring");
275 Slog.w(TAG, "Ignoring compat mode change of " + packageName
280 Slog.w(TAG, "Ignorin
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DRecurrenceProcessor.java40 private static final String TAG = "RecurrenceProcessor"; field in class:RecurrenceProcessor
290 if (Log.isLoggable(TAG, Log.VERBOSE)) {
291 Log.v(TAG, "BYSETPOS not supported with these rules: " + r);
301 if (Log.isLoggable(TAG, Log.VERBOSE)) {
302 Log.v(TAG, "BYSETPOS not supported with these rules: " + r);
438 Log.i(TAG, "get called with iterator=" + iterator
452 Log.i(TAG, "normalized t=" + t + " " + t.month
460 Log.i(TAG, "set t=" + t + " " + realMonth + "/" + day + "/" + realYear);
469 Log.i(TAG, "set t=" + t + " " + t.month
479 Log.i(TAG, "generate
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothTetheringDataTracker.java45 private static final String TAG = "BluetoothTethering"; field in class:BluetoothTetheringDataTracker
187 Log.w(TAG, "ignoring setUserDataEnable(" + enabled + ")");
192 Log.w(TAG, "ignoring setPolicyDataEnable(" + enabled + ")");
272 Log.e(TAG, "DHCP request error:" + NetworkUtils.getDhcpError());
/frameworks/base/core/java/android/server/
H A DBluetoothAdapterStateMachine.java67 private static final String TAG = "BluetoothAdapterStateMachine"; field in class:BluetoothAdapterStateMachine
139 super(TAG);
188 Log.e(TAG, "failed to prepare bluetooth, abort turning on");
208 Log.e(TAG, "failed to prepare bluetooth, abort turning on");
227 Log.w(TAG, "PowerOff received: " + message.what);
309 Log.e(TAG, "Bluetooth adapter SDP failed to load");
324 Log.w(TAG, "WarmUp received: " + message.what);
457 Log.e(TAG, "Devices failed to disconnect, reseting...");
468 Log.e(TAG, "Devices failed to power down, reseting...");
539 Log.w(TAG, "BluetoothO
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java31 private static final String TAG = "BaseSurfaceHolder"; field in class:BaseSurfaceHolder
171 if (DEBUG) Log.i(TAG, "Locking canvas..,");
186 Log.e(TAG, "Exception locking surface", e);
190 if (DEBUG) Log.i(TAG, "Returned canvas: " + c);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java31 private static final String TAG = "EncodedStringValue"; field in class:EncodedStringValue
78 Log.e(TAG, "Default encoding must be supported.", e);
144 Log.v(TAG, e.getMessage(), e);
199 Log.e(TAG, "failed to clone an EncodedStringValue: " + this);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java30 private static final String TAG = "LocalProvider"; field in class:LocalProvider
65 Log.w(TAG, "Upgrading test database from version " +
108 if (false) Log.d(TAG, "Alarms.query: failed");
147 if (false) Log.d(TAG, "*** notifyChange() rowId: " + rowId);
/frameworks/base/media/java/android/media/
H A DSoundPool.java109 private final static String TAG = "SoundPool"; field in class:SoundPool
172 Log.e(TAG, "error loading " + path);
200 //Log.d(TAG, "close failed:", ex);
449 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
457 Log.e(TAG, "Unknown message type " + msg.what);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioManagerTest.java31 private String TAG = "MediaAudioManagerTest"; field in class:MediaAudioManagerTest
H A DSimTonesTest.java32 private String TAG = "SimTonesTest"; field in class:SimTonesTest
/frameworks/base/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java70 private static final String TAG = "Renderer"; field in class:TestView.Renderer
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java28 private static final String TAG = "TakeScreenshotService"; field in class:TakeScreenshotService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java38 static final String TAG = "SignalClusterView"; field in class:SignalClusterView
66 if (DEBUG) Slog.d(TAG, "NetworkController=" + nc);
138 if (DEBUG) Slog.d(TAG,
159 if (DEBUG) Slog.d(TAG,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DExpandedView.java49 Slog.d(PhoneStatusBar.TAG, "ExpandedView height changed old=" + mPrevHeight
H A DPhoneStatusBar.java93 static final String TAG = "PhoneStatusBar"; field in class:PhoneStatusBar
517 if (SPEW) Slog.d(TAG, "addIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
526 if (SPEW) Slog.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
533 if (SPEW) Slog.d(TAG, "removeIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex);
545 Slog.d(TAG, "Top activity is " + (immersive?"immersive":"not immersive"));
551 Slog.d(TAG, "Presenting high-priority notification in immersive activity");
576 Slog.d(TAG, "Notification has fullScreenIntent; sending fullScreenIntent");
594 if (DEBUG) Slog.d(TAG, "updateNotification(" + key + " -> " + notification + ")");
598 Slog.w(TAG, "updateNotification for unknown key: " + key);
609 Slog.d(TAG, "ol
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationIconArea.java34 private static final String TAG = "NotificationIconArea"; field in class:NotificationIconArea
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java42 public static final String TAG = "UsbResolverActivity"; field in class:UsbResolverActivity
79 Log.e(TAG, "no device or accessory");
124 Log.e(TAG, "startActivity failed", e);
127 Log.e(TAG, "onIntentSelected failed", e);
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java39 private static final String TAG = "SystemBackupAgent"; field in class:SystemBackupAgent
106 Slog.d(TAG, "restore failed", ex);
116 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
135 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
/frameworks/base/telephony/tests/telephonymockriltests/src/com/android/telephonymockriltests/
H A DTelephonyMockTestRunner.java36 private static final String TAG="TelephonyMockTestRunner"; field in class:TelephonyMockTestRunner
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
H A DLowStorageTest.java35 static final String TAG = "DiskFullTest"; field in class:LowStorageTest
102 Log.v(TAG, e.toString());
114 Log.v(TAG, "wait was interrupted.");
129 Log.v(TAG, e.toString());
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java54 static final String TAG = "AppWidgetHostView"; field in class:AppWidgetHostView
234 if (LOGD) Log.d(TAG, "updateAppWidget called mOld=" + mOld);
280 if (LOGD) Log.d(TAG, "was able to recycled existing layout");
290 if (LOGD) Log.d(TAG, "had to inflate new layout");
305 Log.w(TAG, "updateAppWidget couldn't find any view, using error view", exception);
365 Log.e(TAG, "Package name " + packageName + " not found");
381 Log.d(TAG, "drawChild alpha=" + alpha + " l=" + l + " t=" + t
430 Log.d(TAG, "getDefaultView");
446 Log.w(TAG, "can't inflate defaultView because mInfo is missing");
455 Log.w(TAG, "Erro
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java58 private static final String TAG = "TtsEngines"; field in class:TtsEngines
195 Log.w(TAG, "No meta-data found for :" + si);
205 Log.w(TAG, "Package " + si + " uses unknown tag :"
223 Log.w(TAG, "Could not load resources for : " + si);
226 Log.w(TAG, "Error parsing metadata for " + si + ":" + e);
229 Log.w(TAG, "Error parsing metadata for " + si + ":" + e);
303 if (DBG) Log.d(TAG, "getLocalePrefForEngine(" + engineName + ")= " + locale);
320 if (DBG) Log.d(TAG, "parseLocalePref(" + returnVal[0] + "," + returnVal[1] +
367 Log.w(TAG, "Default locale is empty.");
414 Log.d(TAG, "updateLocalePrefForEngin
[all...]
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DTaskSwitcherActivity.java52 private static final String TAG = "TaskSwitcherActivity"; field in class:TaskSwitcherActivity
131 Log.v(TAG, "Starting intent " + item.intent);
177 Log.v(TAG, "New thumbnail for id=" + id + ", dimensions=" + w + "x" + h
193 Log.v(TAG, "Can't find view for id " + id);
241 Log.v(TAG, "CONFIG CHANGE, mPortraitMode = " + mPortraitMode);
247 Log.v(TAG, "Portrait: " + mPortraitMode);
252 Log.v(TAG, "Got thumbnail " + thumbWidth + "x" + thumbHeight);
264 Log.v(TAG, "Couldn't find ActivityDesc for id=" + r.id);
267 Log.v(TAG, "*** RUNNING THUMBNAIL WAS NULL ***");
317 Log.v(TAG, "Adde
[all...]

Completed in 398 milliseconds

<<11121314151617181920>>