Searched defs:TAG (Results 176 - 200 of 1087) sorted by relevance

1234567891011>>

/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DDownloadDrmHelper.java25 private static final String TAG = "DownloadDrmHelper"; field in class:DownloadDrmHelper
51 Log.w(TAG,
54 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
104 Log.w(TAG,
107 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
H A DDrmConvertSession.java33 private static final String TAG = "DrmConvertSession"; field in class:DrmConvertSession
56 Log.w(TAG, "Conversion of Mimetype: " + mimeType
59 Log.w(TAG, "Could not access Open DrmFramework.", e);
62 Log.w(TAG,
65 Log.w(TAG, "DrmManagerClient didn't initialize properly.");
102 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
105 Log.w(TAG, "Could not convert data. Convertsession: " +
143 Log.w(TAG, "File: " + filename + " could not be found.", e);
146 Log.w(TAG, "Could not access File: " + filename + " .", e);
149 Log.w(TAG, "Coul
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeLock.java25 private static final String TAG = "SipWakeLock"; field in class:SipWakeLock
71 Rlog.d(TAG, s);
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java25 private static final String TAG = "CameraExif"; field in class:Exif
104 Log.e(TAG, "Invalid length");
132 Log.e(TAG, "Invalid byte order");
140 Log.e(TAG, "Invalid offset");
168 Log.i(TAG, "Unsupported orientation");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java39 private static final String TAG = "WAP PUSH"; field in class:WapPushOverSms
50 if (DBG) Rlog.v(TAG, "wappush manager connected to " + hashCode());
56 if (DBG) Rlog.v(TAG, "wappush manager disconnected.");
65 Rlog.e(TAG, "bindService() for wappush manager failed");
67 if (DBG) Rlog.v(TAG, "bindService() for wappush manager succeeded");
73 if (DBG) Rlog.v(TAG, "dispose: unbind wappush manager");
76 Rlog.e(TAG, "dispose: not bound to a wappush manager");
91 if (DBG) Rlog.d(TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
105 Rlog.d(TAG, "index = " + index + " PDU Type = " + pduType +
111 if (DBG) Rlog.w(TAG, "Receive
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DVoiceMailConstants.java46 static final int TAG = 2; field in class:VoiceMailConstants
70 return data[TAG];
105 data[TAG] = parser.getAttributeValue(null, "vmtag");
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DActionBarDrawerToggleHoneycomb.java40 private static final String TAG = "ActionBarDrawerToggleHoneycomb"; field in class:ActionBarDrawerToggleHoneycomb
58 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
63 Log.w(TAG, "Couldn't set home-as-up indicator");
79 Log.w(TAG, "Couldn't set content description via JB-MR2 API", e);
/frameworks/base/core/java/android/accounts/
H A DChooseAccountTypeActivity.java46 private static final String TAG = "AccountChooser"; field in class:ChooseAccountTypeActivity
55 if (Log.isLoggable(TAG, Log.VERBOSE)) {
56 Log.v(TAG, "ChooseAccountTypeActivity.onCreate(savedInstanceState="
119 if (Log.isLoggable(TAG, Log.VERBOSE)) {
120 Log.v(TAG, "ChooseAccountTypeActivity.setResultAndFinish: "
140 if (Log.isLoggable(TAG, Log.WARN)) {
141 Log.w(TAG, "No icon name for account type " + desc.type);
145 if (Log.isLoggable(TAG, Log.WARN)) {
146 Log.w(TAG, "No icon resource for account type " + desc.type);
/frameworks/base/core/java/android/app/
H A DPresentation.java142 private static final String TAG = "Presentation"; field in class:Presentation
216 Log.i(TAG, "Presentation is being immediately dismissed because the "
H A DTaskStackBuilder.java61 private static final String TAG = "TaskStackBuilder"; field in class:TaskStackBuilder
179 Log.e(TAG, "Bad ComponentName while traversing activity parent metadata");
H A DUiModeManager.java52 private static final String TAG = "UiModeManager"; field in class:UiModeManager
138 Log.e(TAG, "disableCarMode: RemoteException", e);
161 Log.e(TAG, "disableCarMode: RemoteException", e);
178 Log.e(TAG, "getCurrentModeType: RemoteException", e);
203 Log.e(TAG, "setNightMode: RemoteException", e);
219 Log.e(TAG, "getNightMode: RemoteException", e);
/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java29 private static final String TAG = "BackupHelperDispatcher"; field in class:BackupHelperDispatcher
60 Log.d(TAG, "handling existing helper '" + header.keyPrefix + "' " + helper);
74 Log.d(TAG, "handling new helper '" + header.keyPrefix + "'");
124 Log.w(TAG, "Couldn't find helper for: '" + rawKey + "'");
130 Log.w(TAG, "Entity with no prefix: '" + rawKey + "'");
H A DWallpaperBackupHelper.java39 private static final String TAG = "WallpaperBackupHelper"; field in class:WallpaperBackupHelper
98 Slog.d(TAG, "dmW=" + mDesiredMinWidth + " dmH=" + mDesiredMinHeight);
130 if (DEBUG) Slog.d(TAG, "Restoring wallpaper image w=" + options.outWidth
144 if (DEBUG) Slog.d(TAG, "wallpaper dimension match; using");
150 if (DEBUG) Slog.d(TAG, "dimensions too far off: wr=" + widthRatio
/frameworks/base/core/java/android/content/pm/
H A DManifestDigest.java40 private static final String TAG = "ManifestDigest"; field in class:ManifestDigest
78 Slog.w(TAG, "Could not read manifest");
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java29 private static final String TAG = "BulkCursor"; field in class:BulkCursorToCursorAdaptor
89 Log.e(TAG, "Unable to get window because the remote process is dead");
111 Log.w(TAG, "Remote process exception when deactivating");
124 Log.w(TAG, "Remote process exception when closing");
151 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
187 Log.w(TAG, "respond() threw RemoteException, returning an empty bundle.", e);
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java34 private static final String TAG = "SqliteWrapper"; field in class:SqliteWrapper
61 Log.e(TAG, "Catch a SQLiteException when query: ", e);
71 Log.e(TAG, "Catch a SQLiteException when requery: ", e);
81 Log.e(TAG, "Catch a SQLiteException when update: ", e);
92 Log.e(TAG, "Catch a SQLiteException when delete: ", e);
103 Log.e(TAG, "Catch a SQLiteException when insert: ", e);
/frameworks/base/core/java/android/hardware/
H A DSerialPort.java36 private static final String TAG = "SerialPort"; field in class:SerialPort
/frameworks/base/core/java/android/net/
H A DSntpClient.java41 private static final String TAG = "SntpClient"; field in class:SntpClient
114 // if (false) Log.d(TAG, "round trip: " + roundTripTime + " ms");
115 // if (false) Log.d(TAG, "clock offset: " + clockOffset + " ms");
123 if (false) Log.d(TAG, "request time failed: " + e);
/frameworks/base/core/java/android/net/arp/
H A DArpPeer.java43 private static final String TAG = "ArpPeer"; field in class:ArpPeer
156 if (DBG) Log.d(TAG, "ARP test result: " + responses + "/" + numArpPings);
162 Log.e(TAG, "ARP test initiation failure: " + se);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java62 private static final String TAG = "NFC"; field in class:MifareUltralight
248 Log.e(TAG, "NFC service dead", e);
263 Log.e(TAG, "NFC service dead", e);
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java59 private static final String TAG = "RecoverySystem"; field in class:RecoverySystem
334 Log.w(TAG, "!!! REBOOTING TO INSTALL " + filename + " !!!");
416 Log.i(TAG, "No recovery log file");
418 Log.e(TAG, "Error reading recovery log", e);
428 Log.e(TAG, "Can't delete: " + f);
430 Log.i(TAG, "Deleted: " + f);
H A DUpdateLock.java31 private static final String TAG = "UpdateLock"; field in class:UpdateLock
85 Log.v(TAG, "setting refcounted=" + isRefCounted + " : " + this);
104 Log.v(TAG, "acquire() : " + this, new RuntimeException("here"));
118 Log.e(TAG, "Unable to contact service to acquire");
129 if (DEBUG) Log.v(TAG, "release() : " + this, new RuntimeException("here"));
142 Log.e(TAG, "Unable to contact service to release");
157 Log.wtf(TAG, "UpdateLock finalized while still held");
161 Log.e(TAG, "Unable to contact service to release");
/frameworks/base/core/java/android/preference/
H A DPreferenceInflater.java42 private static final String TAG = "PreferenceInflater"; field in class:PreferenceInflater
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java43 // TAG = "NotificationListenerService[MySubclass]"
44 private final String TAG = NotificationListenerService.class.getSimpleName() field in class:NotificationListenerService
118 Log.v(TAG, "Unable to contact notification manager", ex);
137 Log.v(TAG, "Unable to contact notification manager", ex);
151 Log.v(TAG, "Unable to contact notification manager", ex);
170 Log.w(TAG, "Error running onNotificationPosted", t);
178 Log.w(TAG, "Error running onNotificationRemoved", t);
/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java36 private final static String TAG = "MicrophoneInputStream"; field in class:MicrophoneInputStream

Completed in 1368 milliseconds

1234567891011>>