Searched refs:TAG (Results 1 - 25 of 1718) sorted by path

1234567891011>>

/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java30 static final String TAG = "bu"; field in class:Backup
37 Log.d(TAG, "Beginning: " + args[0]);
42 Log.e(TAG, "Error running backup/restore", e);
44 Log.d(TAG, "Finished.");
50 Log.e(TAG, "Can't obtain Backup Manager binder");
60 Log.e(TAG, "Invalid operation '" + arg + "'");
104 Log.w(TAG, "Unknown backup flag " + arg);
114 Log.w(TAG, "-all passed for backup along with specific package names");
118 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given");
129 Log.e(TAG, "Unabl
[all...]
/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java30 private static final String TAG = "HidDevice"; field in class:Device
122 Log.e(TAG, "Tried to send report to closed device.");
131 Log.e(TAG, "Tried to close already closed device.");
H A DEvent.java29 private static final String TAG = "HidEvent"; field in class:Event
250 Log.e(TAG, msg);
252 Log.e(TAG, Log.getStackTraceString(e));
H A DHid.java38 private static final String TAG = "HID"; field in class:Hid
128 Log.e(TAG, msg);
130 Log.e(TAG, Log.getStackTraceString(e));
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java36 private static final String TAG = "Input"; field in class:Input
232 Log.i(TAG, "injectKeyEvent: " + event);
258 Log.i(TAG, "injectMotionEvent: " + event);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java89 private static final String TAG = "Pm"; field in class:Pm
110 Log.e(TAG, "Error", e);
1312 Log.e(TAG, "Failure details: " + result.getExtras());
1588 Log.e(TAG, "Failure details: " + result.getExtras());
/frameworks/base/cmds/sm/src/com/android/commands/sm/
H A DSm.java29 private static final String TAG = "Sm"; field in class:Sm
46 Log.e(TAG, "Error", e);
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java109 private static final String TAG = "AccountAuthenticator"; field in class:AbstractAccountAuthenticator
130 if (Log.isLoggable(TAG, Log.VERBOSE)) {
131 Log.v(TAG, "addAccount: accountType " + accountType
140 if (Log.isLoggable(TAG, Log.VERBOSE)) {
144 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
157 if (Log.isLoggable(TAG, Log.VERBOSE)) {
158 Log.v(TAG, "confirmCredentials: " + account);
164 if (Log.isLoggable(TAG, Log.VERBOSE)) {
168 Log.v(TAG, "confirmCredentials: result "
183 if (Log.isLoggable(TAG, Lo
[all...]
H A DAccountAuthenticatorResponse.java29 private static final String TAG = "AccountAuthenticator"; field in class:AccountAuthenticatorResponse
46 if (Log.isLoggable(TAG, Log.VERBOSE)) {
48 Log.v(TAG, "AccountAuthenticatorResponse.onResult: "
59 if (Log.isLoggable(TAG, Log.VERBOSE)) {
60 Log.v(TAG, "AccountAuthenticatorResponse.onRequestContinued");
70 if (Log.isLoggable(TAG, Log.VERBOSE)) {
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
H A DAccountManager.java150 private static final String TAG = "AccountManager"; field in class:AccountManager
1198 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1833 Log.e(TAG, "calling this from your main thread can lead to deadlock and/or ANRs",
1865 Log.e(TAG, "Can't update accounts", e);
1903 Log.e(TAG, "the bundle must not be null", new Exception());
2575 Log.e(TAG, "Listener was not previously added");
H A DChooseAccountActivity.java43 private static final String TAG = "AccountManager"; field in class:ChooseAccountActivity
106 if (Log.isLoggable(TAG, Log.WARN)) {
107 Log.w(TAG, "No icon name for account type " + accountType);
111 if (Log.isLoggable(TAG, Log.WARN)) {
112 Log.w(TAG, "No icon resource for account type " + accountType);
121 Log.d(TAG, "selected account " + account);
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);
H A DChooseTypeAndAccountActivity.java51 private static final String TAG = "AccountChooser"; field in class:ChooseTypeAndAccountActivity
135 if (Log.isLoggable(TAG, Log.VERBOSE)) {
136 Log.v(TAG, "ChooseTypeAndAccountActivity.onCreate(savedInstanceState="
184 if (Log.isLoggable(TAG, Log.VERBOSE)) {
185 Log.v(TAG, "selected account name is " + mSelectedAccountName);
239 if (Log.isLoggable(TAG, Log.VERBOSE)) {
240 Log.v(TAG, "ChooseTypeAndAccountActivity.onDestroy()");
283 if (Log.isLoggable(TAG, Log.VERBOSE)) {
286 Log.v(TAG, "ChooseTypeAndAccountActivity.onActivityResult(reqCode=" + requestCode
312 Log.d(TAG, "ChooseTypeAndAccountActivit
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java57 private static final String TAG = "AnimatorInflater"; field in class:AnimatorInflater
114 Log.d(TAG, "loaded animator from cache, " + resources.getResourceName(id));
118 Log.d(TAG, "cache miss for animator " + resources.getResourceName(id));
129 Log.d(TAG, "caching animator for res " + resources.getResourceName(id));
507 Log.v(TAG, "create a new PathDataEvaluator here");
841 Log.d(TAG, header);
845 Log.d(TAG, "Keyframe " + i + ": fraction " +
H A DValueAnimator.java68 private static final String TAG = "ValueAnimator"; field in class:ValueAnimator
1328 Log.d(TAG, "Adjusted start time by " + adjustment + " ms: " + toString());
/frameworks/base/core/java/android/app/
H A DActivity.java675 private static final String TAG = "Activity"; field in class:Activity
901 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState);
1141 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this);
1206 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this);
1301 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState);
1316 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState +
1468 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this);
1611 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this);
1649 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this);
1724 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onConfigurationChange
[all...]
H A DActivityManager.java75 private static String TAG = "ActivityManager"; field in class:ActivityManager
2439 Log.e(TAG, "Couldn't kill uid:" + uid, e);
2611 Log.w(TAG, "Could not query launch counts", e);
2638 Slog.w(TAG, "Permission denied: checkComponentPermission() owningUid=" + owningUid,
2651 Slog.e(TAG, "PackageManager is dead?!?", e);
2663 Slog.e(TAG, "PackageManager is dead?!?", e);
2917 Slog.e(TAG, "Invalid AppTask", e);
2930 Slog.e(TAG, "Invalid AppTask", e);
2945 Slog.e(TAG, "Invalid AppTask", e);
2987 Slog.e(TAG, "Invali
[all...]
H A DActivityOptions.java40 private static final String TAG = "ActivityOptions"; field in class:ActivityOptions
632 Slog.w(TAG, e);
H A DActivityThread.java152 public static final String TAG = "ActivityThread"; field in class:ActivityThread
501 Slog.w(TAG, "Profiling failed on path " + profileFile);
506 Slog.w(TAG, "Failure closing profile fd", e2);
738 Slog.v(TAG, "scheduleBindService token=" + token + " intent=" + intent + " uid="
886 Slog.w(TAG, "dumpService failed", e);
933 Slog.w(TAG, "Failed setting process group to " + group, e);
955 Slog.w(TAG, "dumpActivity failed", e);
968 Slog.w(TAG, "dumpProvider failed", e);
1187 Slog.i(TAG, "******************* PROCESS STATE CHANGED TO: " + processState
1336 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handlin
[all...]
H A DActivityTransitionCoordinator.java116 private static final String TAG = "ActivityTransitionCoordinator"; field in class:ActivityTransitionCoordinator
H A DActivityView.java51 private static final String TAG = "ActivityView"; field in class:ActivityView
125 if (DEBUG) Log.v(TAG, "ctor()");
168 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer +
174 if (DEBUG) Log.v(TAG, "onDetachedFromWindow(): mActivityContainer=" + mActivityContainer +
189 if (DEBUG) Log.v(TAG, "startActivity(): intent=" + intent + " " +
203 if (DEBUG) Log.v(TAG, "startActivityIntentSender(): intentSender=" + intentSender + " " +
218 if (DEBUG) Log.v(TAG, "startActivityPendingIntent(): PendingIntent=" + pendingIntent + " "
227 if (DEBUG) Log.v(TAG, "release() mActivityContainer=" + mActivityContainer +
230 Log.e(TAG, "Duplicate call to release");
305 if (DEBUG) Log.d(TAG, "onSurfaceTextureAvailabl
[all...]
H A DApplicationPackageManager.java97 private static final String TAG = "ApplicationPackageManager"; field in class:ApplicationPackageManager
844 Log.w(TAG, "Getting drawable 0x" + Integer.toHexString(resId)
852 Log.v(TAG, "Getting drawable 0x"
1133 if (DEBUG_ICONS) Log.v(TAG, "Get cached weak drawable ref for "
1139 Log.v(TAG, "Get cached drawable state for " + name + ": " + state);
1159 if (DEBUG_ICONS) Log.v(TAG, "Added cached drawable state for " + name + ": " + dr);
1175 //Log.i(TAG, "Removing cached drawable for " + nm);
1183 //Log.i(TAG, "Removing cached string for " + nm);
H A DBackStackRecord.java123 Log.v(FragmentManagerImpl.TAG,
142 Log.v(FragmentManagerImpl.TAG,
202 static final String TAG = FragmentManagerImpl.TAG; field in class:BackStackRecord
636 Log.v(TAG, "Bump nesting in " + this
644 Log.v(TAG, "Bump nesting of "
653 Log.v(TAG, "Bump nesting of "
675 Log.v(TAG, "Commit: " + this);
676 LogWriter logw = new LogWriter(Log.VERBOSE, TAG);
693 Log.v(TAG, "Ru
[all...]
H A DContextImpl.java126 private final static String TAG = "ContextImpl"; field in class:ContextImpl
424 Log.w(TAG, "Unable to create files subdir " + file.getPath());
1213 Log.w(TAG, "Implicit intents with startService are not safe: " + service
1652 Slog.w(TAG, "Calling a method in the system process without a qualified user: "
1875 //Log.i(TAG, "Cleanup up context: " + this);
1911 Log.i(TAG, "File " + name + ": mode=0x" + Integer.toHexString(mode)
1967 Log.w(TAG, "Failed to ensure " + dir + ": " + res);
1971 Log.w(TAG, "Failed to ensure " + dir + ": " + e);
H A DDialog.java94 private static final String TAG = "Dialog"; field in class:Dialog
357 Log.e(TAG, "Tried to dismissDialog() but the Dialog's window was already destroyed!");

Completed in 2618 milliseconds

1234567891011>>