Searched refs:TAG (Results 1 - 25 of 1570) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java232 //Log.v(TAG, "onFrameAvailable " + surface.getTimestamp());
243 Log.e(TAG, "Could not compile shader " + shaderType + ":");
244 Log.e(TAG, GLES20.glGetShaderInfoLog(shader));
272 Log.e(TAG, "Could not link program: ");
273 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
284 Log.e(TAG, op + ": glError " + error);
340 private static final String TAG = "MyRenderer"; field in class:MyRenderer
H A DNativeMedia.java42 static final String TAG = "NativeMedia"; field in class:NativeMedia
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
92 Log.v(TAG, "surfaceCreated");
97 Log.v(TAG, "surfaceDestroyed");
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
114 Log.v(TAG, "surfaceCreated");
119 Log.v(TAG, "surfaceDestroyed");
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
146 Log.v(TAG, "onVideoSizeChanged width=" + width + ", height=" + height);
164 Log.v(TAG, "onItemSelecte
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java413 static final String TAG = "FragmentManager"; field in class:FragmentManagerImpl
461 Log.e(TAG, ex.getMessage());
462 Log.e(TAG, "Activity state:");
463 LogWriter logw = new LogWriter(TAG);
469 Log.e(TAG, "Failed dumping state", e);
475 Log.e(TAG, "Failed dumping state", e);
880 if (DEBUG) Log.v(TAG, "moveto CREATED: " + f);
939 if (DEBUG) Log.v(TAG, "moveto ACTIVITY_CREATED: " + f);
986 if (DEBUG) Log.v(TAG, "moveto STARTED: " + f);
991 if (DEBUG) Log.v(TAG, "movet
[all...]
H A DFragmentPagerAdapter.java62 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
H A DFragmentStatePagerAdapter.java65 private static final String TAG = "FragmentStatePagerAdapter"; field in class:FragmentStatePagerAdapter
106 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
131 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
219 Log.w(TAG, "Bad fragment at key " + key);
H A DLoaderManager.java188 static final String TAG = "LoaderManager"; field in class:LoaderManagerImpl
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed");
372 if (DEBUG) Log.v(TAG, " Ignorin
[all...]
H A DNavUtils.java39 private static final String TAG = "NavUtils"; field in class:NavUtils
65 Log.e(TAG, "getParentActivityIntent: bad parentActivityName '" + parentName +
H A DNotificationCompat.java2905 private static final String TAG = "CarExtender"; field in class:NotificationCompat.CarExtender
H A DNotificationManagerCompat.java55 private static final String TAG = "NotifManCompat"; field in class:NotificationManagerCompat
362 if (Log.isLoggable(TAG, Log.DEBUG)) {
363 Log.d(TAG, "Connected to service " + componentName);
372 if (Log.isLoggable(TAG, Log.DEBUG)) {
373 Log.d(TAG, "Disconnected from service " + componentName);
399 Log.w(TAG, "Permission present on component " + componentName
408 if (Log.isLoggable(TAG, Log.DEBUG)) {
409 Log.d(TAG, "Adding listener record for " + componentName);
420 if (Log.isLoggable(TAG, Log.DEBUG)) {
421 Log.d(TAG, "Removin
[all...]
H A DRemoteInput.java29 private static final String TAG = "RemoteInput"; field in class:RemoteInput
218 Log.w(TAG, "RemoteInput is only supported from API Level 16");
224 Log.w(TAG, "RemoteInput is only supported from API Level 16");
H A DShareCompat.java656 private static final String TAG = "IntentReader"; field in class:ShareCompat.IntentReader
908 Log.e(TAG, "Could not retrieve icon for calling activity", e);
930 Log.e(TAG, "Could not retrieve icon for calling application", e);
952 Log.e(TAG, "Could not retrieve label for calling application", e);
H A DTaskStackBuilder.java70 private static final String TAG = "TaskStackBuilder"; field in class:TaskStackBuilder
246 Log.e(TAG, "Bad ComponentName while traversing activity parent metadata");
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java37 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
H A DContextCompat.java37 private static final String TAG = "ContextCompat"; field in class:ContextCompat
383 Log.w(TAG, "Unable to create files subdir " + file.getPath());
H A DLocalBroadcastManager.java79 private static final String TAG = "LocalBroadcastManager"; field in class:LocalBroadcastManager
212 TAG, "Resolving type " + type + " scheme " + scheme
217 if (debug) Log.v(TAG, "Action list: " + entries);
222 if (debug) Log.v(TAG, "Matching against filter " + receiver.filter);
226 Log.v(TAG, " Filter's target already added");
234 if (debug) Log.v(TAG, " Filter matched! match=0x" +
251 Log.v(TAG, " Filter did not match: " + reason);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java34 private static final String TAG = "RoundedBitmapDrawableFactory"; field in class:RoundedBitmapDrawableFactory
80 Log.w(TAG, "BitmapDrawable cannot decode " + filepath);
93 Log.w(TAG, "BitmapDrawable cannot decode " + is);
/frameworks/support/v4/java/android/support/v4/media/
H A DMediaMetadataCompat.java34 private static final String TAG = "MediaMetadata"; field in class:MediaMetadataCompat
329 Log.w(TAG, "Failed to retrieve a key as Rating.", e);
347 Log.w(TAG, "Failed to retrieve a key as Bitmap.", e);
H A DRatingCompat.java33 private final static String TAG = "Rating"; field in class:RatingCompat
190 Log.e(TAG, "Invalid rating style (" + starRatingStyle + ") for a star rating");
194 Log.e(TAG, "Trying to set out of range star-based rating");
209 Log.e(TAG, "Invalid percentage-based rating value");
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaControllerCompat.java56 private static final String TAG = "MediaControllerCompat"; field in class:MediaControllerCompat
808 Log.e(TAG, "Dead object in registerCallback. " + e);
824 Log.e(TAG, "Dead object in unregisterCallback. " + e);
836 Log.e(TAG, "Dead object in dispatchMediaButtonEvent. " + e);
855 Log.e(TAG, "Dead object in getPlaybackState. " + e);
865 Log.e(TAG, "Dead object in getMetadata. " + e);
875 Log.e(TAG, "Dead object in getQueue. " + e);
885 Log.e(TAG, "Dead object in getQueueTitle. " + e);
895 Log.e(TAG, "Dead object in getExtras. " + e);
905 Log.e(TAG, "Dea
[all...]
/frameworks/support/v4/java/android/support/v4/os/
H A DEnvironmentCompat.java31 private static final String TAG = "EnvironmentCompat"; field in class:EnvironmentCompat
70 Log.w(TAG, "Failed to resolve canonical path: " + e);
/frameworks/support/v4/java/android/support/v4/provider/
H A DDocumentFile.java79 static final String TAG = "DocumentFile"; field in class:DocumentFile
H A DRawDocumentFile.java47 Log.w(TAG, "Failed to createFile: " + e);
167 Log.w(TAG, "Failed to delete " + file);
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java33 private static final String TAG = "ArrayMap"; field in class:SimpleArrayMap
147 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
161 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
183 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
197 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
395 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
402 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
411 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Log.d(TAG, "remov
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DActionProvider.java67 private static final String TAG = "ActionProvider(support)"; field in class:ActionProvider
237 Log.w(TAG, "setVisibilityListener: Setting a new ActionProvider.VisibilityListener " +
H A DMenuItemCompat.java33 private static final String TAG = "MenuItemCompat"; field in class:MenuItemCompat
348 Log.w(TAG, "setActionProvider: item does not implement SupportMenuItem; ignoring");
366 Log.w(TAG, "getActionProvider: item does not implement SupportMenuItem; returning null");

Completed in 133 milliseconds

1234567891011>>