Searched refs:TAG (Results 251 - 275 of 740) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java53 static final String TAG = "NFC"; field in class:NfcAdapter
151 public static final String EXTRA_TAG = "android.nfc.extra.TAG";
285 Log.e(TAG, "Cannot get package manager, assuming no NFC feature");
291 Log.e(TAG, "Package manager query failed, assuming no NFC feature", e);
305 Log.v(TAG, "this device does not have NFC support");
311 Log.e(TAG, "could not retrieve NFC service");
317 Log.e(TAG, "could not retrieve NFC Tag service");
385 Log.w(TAG, "WARNING: NfcAdapter.getDefaultAdapter() is deprecated, use " +
426 Log.e(TAG, "NFC service dead - attempting to recover", e);
429 Log.e(TAG, "coul
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java90 static final String TAG = "WallpaperService"; field in class:WallpaperService
273 if (DEBUG) Log.v(TAG, "Dispatch wallpaper offsets: " + x + ", " + y);
292 if (DEBUG) Log.v(TAG, "Dispatch wallpaper command: " + x + ", " + y);
542 Log.w(TAG, "Ignoring updateSurface: destroyed");
560 if (DEBUG) Log.v(TAG, "Changes: creating=" + creating
597 Log.w(TAG, "Failed to add window while updating wallpaper surface.");
614 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
633 if (DEBUG) Log.v(TAG, "Layout: Surface destroyed");
645 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
664 Log.w(TAG, "forceRepor
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java68 private static final String TAG = "SQLiteDatabase"; field in class:SQLiteDatabase
411 Log.w(TAG, "don't lock() while in a synchronized method");
424 Log.w(TAG, "database lock has not been available for " + LOCK_WAIT_PERIOD +
509 !Log.isLoggable(TAG, Log.VERBOSE) &&
522 Log.d(TAG, msg, new Exception());
524 Log.d(TAG, msg);
649 Log.e(TAG, "beginTransaction() failed", e);
724 Log.i(TAG, "PRAGMA wal_Checkpoint done");
739 Log.d(TAG, "exception during rollback, maybe the DB previously "
748 Log.v(TAG, "unlocke
[all...]
/frameworks/base/services/java/com/android/server/
H A DPowerManagerService.java79 private static final String TAG = "PowerManagerService"; field in class:PowerManagerService
283 android.util.Slog.e(TAG, "Life is hard", e);
791 Slog.d(TAG, "acquireWakeLock flags=0x" + Integer.toHexString(flags) + " tag=" + tag);
826 Slog.e(TAG, "bad wakelock type for lock '" + tag + "' "
880 Slog.d(TAG, "wakeup here mUserState=0x" + Integer.toHexString(mUserState)
888 Slog.d(TAG, "here mUserState=0x" + Integer.toHexString(mUserState)
958 Slog.d(TAG, "releaseWakeLock flags=0x"
970 Slog.d(TAG, "waiting for proximity sensor to go negative");
1023 Slog.e(TAG, "setPokeLock got null token for tag='" + tag + "'");
1236 Slog.w(TAG, "mDimDela
[all...]
H A DRecognitionManagerService.java36 final static String TAG = "RecognitionManagerService"; field in class:RecognitionManagerService
95 Slog.w(TAG, "no available voice recognition services found");
107 Slog.w(TAG, "more than one voice recognition service found, picking first");
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java62 private final static String TAG = "RemoteControlClient"; field in class:RemoteControlClient
245 Log.e(TAG, "RemoteControlClient() couldn't find main application thread");
357 Log.e(TAG, "Can't edit a previously applied MetadataEditor");
386 Log.e(TAG, "Can't edit a previously applied MetadataEditor");
410 Log.e(TAG, "Can't edit a previously applied MetadataEditor");
433 Log.e(TAG, "Can't clear a previously applied MetadataEditor");
448 Log.e(TAG, "Can't apply a previously applied MetadataEditor");
728 Log.e(TAG, "Unknown event " + msg.what + " in RemoteControlClient handler");
745 Log.e(TAG, "Error in setPlaybackState(), dead display "+e);
756 Log.e(TAG, "Erro
[all...]
H A DAudioService.java89 private static final String TAG = "AudioService"; field in class:AudioService
412 Log.e(TAG, "Interrupted while waiting on volume handler.");
821 Log.w(TAG, "setMode() client died");
824 Log.w(TAG, "unregistered setMode() client died");
883 Log.e(TAG, "setModeInt() called with null binder");
917 Log.w(TAG, "setMode() could not link to "+cb+" binder death");
948 Log.e(TAG, "setMode() different from MODE_NORMAL with empty mode client stack");
1021 Log.w(TAG, "loadSoundEffects() called before boot complete");
1030 Log.w(TAG, "loadSoundEffects() could not allocate sound pool");
1041 Log.w(TAG, "Interrupte
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DVideoEditorHelper.java50 private final String TAG = "VideoEditorMediaNames"; field in class:VideoEditorHelper
321 Log.i(TAG, "VideoCodec for file = " + fileName +
328 Log.i(TAG, "Height for file = " + fileName + "\tExpected Height = " +
335 Log.i(TAG, "TimeLine Expected = " + (startTime + endTime) +
343 Log.i(TAG, "TimeLine Expected = " + (endTime - startTime) +
368 Log.i(TAG, "VideoCodec for file = " + fileName +
375 Log.i(TAG, "AudioCodec for file = " + fileName +
382 Log.i(TAG, "Height for file = " + fileName + "\tExpected Height = " +
389 Log.i(TAG, "TimeLine Expected = " + (startTime + endTime) +
397 Log.i(TAG, "TimeLin
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java64 private String TAG = "MediaPlayerPerformance"; field in class:MediaPlayerPerformance
130 Log.v(TAG, "start loopRun");
135 Log.v(TAG, "initializeMessageLooper: quit.");
163 Log.v(TAG, "waitForPreviewDone: timeout");
181 Log.v(TAG, e.toString());
199 Log.v(TAG, e.toString());
213 Log.v(TAG, "setAudioSource");
218 Log.v(TAG, "output format " + outFormat);
222 Log.v(TAG, "setEncoder");
259 Log.v(TAG,
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java86 private static final String TAG = "SettingsBackupAgent"; field in class:SettingsBackupAgent
116 if (DEBUG_BACKUP) Log.d(TAG, "onCreate() invoked");
204 if (DEBUG_BACKUP) Log.d(TAG, "Writing flattened data version " + FULL_BACKUP_VERSION);
207 if (DEBUG_BACKUP) Log.d(TAG, systemSettingsData.length + " bytes of settings data");
210 if (DEBUG_BACKUP) Log.d(TAG, secureSettingsData.length + " bytes of secure settings data");
213 if (DEBUG_BACKUP) Log.d(TAG, locale.length + " bytes of locale data");
216 if (DEBUG_BACKUP) Log.d(TAG, wifiSupplicantData.length + " bytes of wifi supplicant data");
219 if (DEBUG_BACKUP) Log.d(TAG, wifiConfigData.length + " bytes of wifi config data");
236 if (DEBUG_BACKUP) Log.d(TAG, "onRestoreFile() invoked");
244 if (DEBUG_BACKUP) Log.d(TAG, "Flattene
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java32 static final String TAG = "Display"; field in class:Display
123 Slog.v(TAG, "Returning display size: " + outSize, here);
126 TAG, "Returning display size: " + outSize);
213 TAG, "Returning real display size: " + outSize);
229 TAG, "Returning raw display width: " + w);
244 TAG, "Returning raw display height: " + h);
316 if (DEBUG_DISPLAY_SIZE) Slog.v(TAG, "Returning DisplayMetrics: "
/frameworks/base/core/java/com/android/internal/net/
H A DDomainNameValidator.java34 private final static String TAG = "DomainNameValidator"; field in class:DomainNameValidator
73 Log.v(TAG, "DomainNameValidator.isIpAddress(): " + e);
91 Log.v(TAG, "DomainNameValidator.matchIpAddress(): this domain: " + thisDomain);
107 Log.v(TAG, "alternative IP: " + altName);
159 Log.w(TAG, "DomainNameValidator.matchDns(): " + errorMessage);
167 Log.v(TAG, "Validating subject: DN:"
187 Log.v(TAG, "DomainNameValidator.matchDns():" +
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java35 private static final String TAG = "InputConnectionWrapper.ICC"; field in class:InputConnectionWrapper.InputContextCallback
98 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
111 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
124 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
137 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
150 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
168 Log.w(TAG, "Timed out waiting on IInputContextCallback");
/frameworks/support/v4/java/android/support/v4/content/
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/base/core/java/android/app/
H A DSharedPreferencesImpl.java49 private static final String TAG = "SharedPreferencesImpl"; field in class:SharedPreferencesImpl
104 Log.w(TAG, "Attempt to read preferences file " + mFile + " without permission");
116 Log.w(TAG, "getSharedPreferences", e);
118 Log.w(TAG, "getSharedPreferences", e);
120 Log.w(TAG, "getSharedPreferences", e);
154 if (DEBUG) Log.d(TAG, "disk write in flight, not unexpected.");
527 Log.e(TAG, "Couldn't create directory for SharedPreferences file " + file);
537 Log.e(TAG, "Couldn't create SharedPreferences file " + file, e2);
557 Log.e(TAG, "Couldn't rename file " + mFile
592 Log.w(TAG, "writeToFil
[all...]
/frameworks/base/core/java/android/server/search/
H A DSearchManagerService.java45 private static final String TAG = "SearchManagerService"; field in class:SearchManagerService
71 Log.i(TAG, "Building list of searchable activities");
156 Log.e(TAG, "getSearchableInfo(), activity == null");
/frameworks/base/core/java/android/webkit/
H A DGeolocationService.java37 private static final String TAG = "geolocationService"; field in class:GeolocationService
57 Log.e(TAG, "Could not get location manager.");
173 Log.e(TAG, "Caught security exception registering for location updates from system. " +
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java46 private final static String TAG = "WifiApStress"; field in class:WifiApStress
94 Log.v(TAG, "iteration: " + i);
116 Log.v(TAG, "wait for Wi-Fi tethering to be disabled.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java47 Slog.d(TabletStatusBar.TAG, "TabletStatusBarView intercepting touch event: " + ev);
62 Slog.d(TabletStatusBar.TAG,
72 Slog.d(TabletStatusBar.TAG, "TabletStatusBarView not intercepting event");
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DConfirmDialog.java37 private static final String TAG = "VpnConfirm"; field in class:ConfirmDialog
84 Log.e(TAG, "onResume", e);
110 Log.e(TAG, "onClick", e);
/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java40 private static final String TAG = "GeocoderProxy"; field in class:GeocoderProxy
103 Log.e(TAG, "getFromLocation failed", e);
123 Log.e(TAG, "getFromLocationName failed", e);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsStorageMonitor.java38 private static final String TAG = "SmsStorageMonitor"; field in class:SmsStorageMonitor
110 Log.v(TAG, "Memory status report to modem pending : mStorageAvailable = "
119 Log.v(TAG, "Sending pending memory status report : mStorageAvailable = "
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
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/base/tests/SslLoad/src/com/android/sslload/
H A DSslLoad.java46 private static final String TAG = SslLoad.class.getSimpleName(); field in class:SslLoad
109 Log.i(TAG, "Request succeeded.");
111 Log.w(TAG, "Request failed.", e);
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java40 private static final String TAG = "NetworkConnectivityListener"; field in class:NetworkConnectivityListener
69 Log.w(TAG, "onReceived() called with " + mState.toString() + " and " + intent);
92 Log.d(TAG, "onReceive(): mNetworkInfo=" + mNetworkInfo + " mOtherNetworkInfo = "

Completed in 587 milliseconds

<<11121314151617181920>>