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

1234567891011>>

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxPredictor.java33 static final String TAG = "BordeauxPredictor"; field in class:BordeauxPredictor
53 Log.e(TAG, "reset: " + PREDICTOR_NOTAVAILABLE);
69 Log.e(TAG, "retrievePredictor: " + PREDICTOR_NOTAVAILABLE);
81 Log.e(TAG,"Exception: pushing a new example");
102 Log.e(TAG,"Exception: getTopSamples");
113 Log.e(TAG,"Exception: setting predictor parameter");
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java70 private static final String TAG = "Renderer"; field in class:GLJNIView.Renderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java40 private static String TAG = "TestFramerateView"; field in class:TestFramerateView
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
57 Log.v(TAG, " Short frames since last long frame: " + mNumShortFramesElapsed);
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DAbstractCache.java25 private static final String TAG = "AbstractCache"; field in class:AbstractCache
39 Log.v(TAG, "Trying to put " + key + " into cache.");
46 Log.v(TAG, "Failed! size limitation reached.");
57 Log.v(TAG, key + " cached, " + mCacheMap.size() + " items total.");
66 Log.v(TAG, "Trying to get " + key + " from cache.");
74 Log.v(TAG, key + " hit " + cacheEntry.hit + " times.");
84 Log.v(TAG, "Trying to purge " + key);
90 Log.v(TAG, mCacheMap.size() + " items cached.");
98 Log.v(TAG, "Purging cache, " + mCacheMap.size()
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));
106 Rlog.d(TAG, "index = " + index + " PDU Type = " + pduType +
112 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);

Completed in 357 milliseconds

1234567891011>>