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

1234567891011>>

/frameworks/base/cmds/bu/src/com/android/commands/bu/
H A DBackup.java28 static final String TAG = "bu"; field in class:Backup
35 Log.d(TAG, "Beginning: " + args[0]);
40 Log.e(TAG, "Error running backup/restore", e);
42 Log.d(TAG, "Finished.");
48 Log.e(TAG, "Can't obtain Backup Manager binder");
60 Log.e(TAG, "Invalid operation '" + arg + "'");
89 Log.w(TAG, "Unknown backup flag " + arg);
99 Log.w(TAG, "-all passed for backup along with specific package names");
103 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given");
113 Log.e(TAG, "Unabl
[all...]
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java33 private static final String TAG = "Input"; field in class:Input
200 Log.i(TAG, "injectKeyEvent: " + event);
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java31 static final String TAG = "settings"; field in class:SettingsCmd
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java109 private static final String TAG = "AccountAuthenticator"; field in class:AbstractAccountAuthenticator
121 if (Log.isLoggable(TAG, Log.VERBOSE)) {
122 Log.v(TAG, "addAccount: accountType " + accountType
131 if (Log.isLoggable(TAG, Log.VERBOSE)) {
133 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
145 if (Log.isLoggable(TAG, Log.VERBOSE)) {
146 Log.v(TAG, "confirmCredentials: " + account);
152 if (Log.isLoggable(TAG, Log.VERBOSE)) {
154 Log.v(TAG, "confirmCredentials: result "
168 if (Log.isLoggable(TAG, Lo
[all...]
H A DAccountAuthenticatorCache.java44 private static final String TAG = "Account"; field in class:AccountAuthenticatorCache
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.java142 private static final String TAG = "AccountManager"; field in class:AccountManager
808 Log.e(TAG, "blockingGetAuthToken: null was returned from getResult() for "
1322 Log.e(TAG, "calling this from your main thread can lead to deadlock and/or ANRs",
1354 Log.e(TAG, "Can't update accounts", e);
1392 Log.e(TAG, "the bundle must not be null", new Exception());
1997 Log.e(TAG, "Listener was not previously added");
H A DAccountManagerService.java91 private static final String TAG = "AccountManagerService"; field in class:AccountManagerService
293 Log.d(TAG, "deleting grants for UID " + uid
348 Slog.w(TAG, "deleting account " + accountName + " because type "
424 Slog.d(TAG, "onServiceChanged() for userId " + userId);
429 if (Log.isLoggable(TAG, Log.VERBOSE)) {
430 Log.v(TAG, "getPassword: " + account
468 if (Log.isLoggable(TAG, Log.VERBOSE)) {
469 Log.v(TAG, "getUserData: " + account
487 if (Log.isLoggable(TAG, Log.VERBOSE)) {
488 Log.v(TAG, "getAuthenticatorType
[all...]
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.java46 private static final String TAG = "AccountChooser"; field in class:ChooseTypeAndAccountActivity
126 if (Log.isLoggable(TAG, Log.VERBOSE)) {
127 Log.v(TAG, "ChooseTypeAndAccountActivity.onCreate(savedInstanceState="
156 if (Log.isLoggable(TAG, Log.VERBOSE)) {
157 Log.v(TAG, "selected account name is " + mSelectedAccountName);
215 if (Log.isLoggable(TAG, Log.VERBOSE)) {
216 Log.v(TAG, "ChooseTypeAndAccountActivity.onDestroy()");
258 if (Log.isLoggable(TAG, Log.VERBOSE)) {
261 Log.v(TAG, "ChooseTypeAndAccountActivity.onActivityResult(reqCode=" + requestCode
287 Log.d(TAG, "ChooseTypeAndAccountActivit
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java646 private static final String TAG = "Activity"; field in class:Activity
880 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onCreate " + this + ": " + savedInstanceState);
1029 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStart " + this);
1090 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onResume " + this);
1149 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onSaveInstanceState " + this + ": " + outState);
1280 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onPause " + this);
1367 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onStop " + this);
1402 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onDestroy " + this);
1454 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onConfigurationChanged " + this + ": " + newConfig);
1640 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onLowMemor
[all...]
H A DActivityManager.java61 private static String TAG = "ActivityManager"; field in class:ActivityManager
1867 Log.w(TAG, "Could not query launch counts", e);
1890 Slog.w(TAG, "Permission denied: checkComponentPermission() owningUid=" + owningUid);
1901 Slog.e(TAG, "PackageManager is dead?!?", e);
1913 Slog.e(TAG, "PackageManager is dead?!?", e);
1956 Log.w(TAG, "Could not query usage stats", e);
H A DActivityThread.java143 public static final String TAG = "ActivityThread"; field in class:ActivityThread
475 Slog.w(TAG, "Profiling failed on path " + profileFile);
480 Slog.w(TAG, "Failure closing profile fd", e2);
692 Slog.v(TAG, "scheduleBindService token=" + token + " intent=" + intent + " uid="
799 Slog.w(TAG, "dumpService failed", e);
844 Slog.w(TAG, "Failed setting process group to " + group, e);
870 Slog.w(TAG, "dumpActivity failed", e);
883 Slog.w(TAG, "dumpProvider failed", e);
1226 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1433 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< don
[all...]
H A DApplicationPackageManager.java64 private static final String TAG = "ApplicationPackageManager"; field in class:ApplicationPackageManager
641 Log.w(TAG, "Getting drawable 0x" + Integer.toHexString(resid)
647 if (DEBUG_ICONS) Log.v(TAG, "Getting drawable 0x"
811 if (DEBUG_ICONS) Log.v(TAG, "Get cached weak drawable ref for "
817 Log.v(TAG, "Get cached drawable state for " + name + ": " + state);
837 if (DEBUG_ICONS) Log.v(TAG, "Added cached drawable state for " + name + ": " + dr);
855 //Log.i(TAG, "Removing cached drawable for " + nm);
866 //Log.i(TAG, "Removing cached string for " + nm);
H A DBackStackRecord.java102 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
119 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
174 static final String TAG = FragmentManagerImpl.TAG; field in class:BackStackRecord
552 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting in " + this
558 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
565 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
584 Log.v(TAG, "Commit: " + this);
585 LogWriter logw = new LogWriter(Log.VERBOSE, TAG);
600 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Ru
[all...]
H A DContextImpl.java171 private final static String TAG = "ApplicationContext"; field in class:ContextImpl
467 Log.e(TAG, "Failed to create StorageManager", rex);
733 Log.w(TAG, "Unable to create files directory " + mFilesDir.getPath());
759 Log.w(TAG, "Unable to create external files directory");
769 Log.w(TAG, "Unable to create external media directory " + dir);
796 Log.w(TAG, "Unable to create cache directory " + mCacheDir.getAbsolutePath());
822 Log.w(TAG, "Unable to create external cache directory");
1717 Slog.w(TAG, "Calling a method in the system process without a qualified user: "
1871 Log.d(TAG, "loaded context has different scaling. Using container's" +
1898 //Log.i(TAG, "Cleanu
[all...]
H A DDialog.java82 private static final String TAG = "Dialog"; field in class:Dialog
318 Log.e(TAG, "Tried to dismissDialog() but the Dialog's window was already destroyed!");
H A DFragment.java112 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
H A DFragmentManager.java400 static final String TAG = "FragmentManager"; field in class:FragmentManagerImpl
446 Log.e(TAG, ex.getMessage());
447 LogWriter logw = new LogWriter(Log.ERROR, TAG);
450 Log.e(TAG, "Activity state:");
454 Log.e(TAG, "Failed dumping state", e);
457 Log.e(TAG, "Fragment manager state:");
461 Log.e(TAG, "Failed dumping state", e);
786 if (DEBUG && false) Log.v(TAG, "moveToState: " + f
820 if (DEBUG) Log.v(TAG, "moveto CREATED: " + f);
871 if (DEBUG) Log.v(TAG, "movet
[all...]
H A DInstrumentation.java76 private static final String TAG = "Instrumentation"; field in class:Instrumentation
791 Log.e(TAG, "Could not sleep for long press timeout", e);
1655 Log.w(TAG, "Exception setting priority of instrumentation thread "
H A DLoadedApk.java73 private static final String TAG = "LoadedApk"; field in class:LoadedApk
146 //Slog.i(TAG, "Created system resources "
313 Slog.v(ActivityThread.TAG, "Class path: " + zip + ", JNI path: " + libraryPath);
401 Slog.w(ActivityThread.TAG, "ClassLoader." + methodName + ": " +
542 Slog.e(ActivityThread.TAG, leak.getMessage(), leak);
555 //Slog.i(TAG, "Receiver registrations: " + mReceivers);
566 Slog.e(ActivityThread.TAG, leak.getMessage(), leak);
580 //Slog.i(TAG, "Service registrations: " + mServices);
678 Slog.i(ActivityThread.TAG, "Receiving broadcast " + intent.getAction() + " seq=" + seq
689 if (ActivityThread.DEBUG_BROADCAST) Slog.i(ActivityThread.TAG,
[all...]
H A DLoaderManager.java201 static final String TAG = "LoaderManager"; field in class:LoaderManagerImpl
264 if (DEBUG) Log.v(TAG, " Starting: " + this);
285 if (DEBUG) Log.v(TAG, " Retaining: " + this);
294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
329 if (DEBUG) Log.v(TAG, " Stopping: " + this);
343 if (DEBUG) Log.v(TAG, " Canceling: " + this);
352 if (DEBUG) Log.v(TAG, " Destroying: " + this);
357 if (DEBUG) Log.v(TAG, " Reseting: " + this);
389 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this);
392 if (DEBUG) Log.v(TAG, " Ignorin
[all...]
H A DLocalActivityManager.java43 private static final String TAG = "LocalActivityManager"; field in class:LocalActivityManager
131 if (localLOGV) Log.v(TAG, r.id + ": starting " + r.intent);
145 if (localLOGV) Log.v(TAG, r.id + ": resuming");
162 if (localLOGV) Log.v(TAG, r.id + ": restarting");
167 if (localLOGV) Log.v(TAG, r.id + ": restarting and resuming");
177 if (localLOGV) Log.v(TAG, r.id + ": resuming");
183 if (localLOGV) Log.v(TAG, r.id + ": stopping");
191 if (localLOGV) Log.v(TAG, r.id + ": pausing");
196 if (localLOGV) Log.v(TAG, r.id + ": pausing");
198 if (localLOGV) Log.v(TAG,
[all...]
H A DMediaRouteActionProvider.java34 private static final String TAG = "MediaRouteActionProvider"; field in class:MediaRouteActionProvider
78 Log.e(TAG, "onCreateActionView: this ActionProvider is already associated " +
100 Log.w(TAG, "onPerformDefaultAction(): Chooser dialog already showing!");

Completed in 5997 milliseconds

1234567891011>>