Searched refs:TAG (Results 476 - 500 of 1718) sorted by relevance

<<11121314151617181920>>

/frameworks/support/v4/java/android/support/v4/app/
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
/frameworks/support/v4/jellybean-mr1/android/support/v4/media/routing/
H A DMediaRouterJellybeanMr1.java31 private static final String TAG = "MediaRouterJellybeanMr1"; field in class:MediaRouterJellybeanMr1
93 Log.w(TAG, "Cannot scan for wifi displays because the "
112 Log.w(TAG, "Cannot scan for wifi displays.", ex);
114 Log.w(TAG, "Cannot scan for wifi displays.", ex);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarDrawerToggleHoneycomb.java43 private static final String TAG = "ActionBarDrawerToggleHoneycomb"; field in class:ActionBarDrawerToggleHoneycomb
60 Log.w(TAG, "Couldn't set home-as-up indicator via JB-MR2 API", e);
65 Log.w(TAG, "Couldn't set home-as-up indicator");
85 Log.w(TAG, "Couldn't set content description via JB-MR2 API", e);
/frameworks/support/v7/mediarouter/jellybean-mr1/android/support/v7/media/
H A DMediaRouterJellybeanMr1.java31 private static final String TAG = "MediaRouterJellybeanMr1"; field in class:MediaRouterJellybeanMr1
93 Log.w(TAG, "Cannot scan for wifi displays because the "
112 Log.w(TAG, "Cannot scan for wifi displays.", ex);
114 Log.w(TAG, "Cannot scan for wifi displays.", ex);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLayoutState.java26 final static String TAG = "LayoutState"; field in class:LayoutState
/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);
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/content/pm/
H A DIntentFilterVerificationInfo.java47 private static final String TAG = IntentFilterVerificationInfo.class.getName(); field in class:IntentFilterVerificationInfo
91 Log.w(TAG, "Trying to set a non supported status: " + s);
117 String msg = "Missing element under " + TAG +": " + attribute + " at " +
119 Log.w(TAG, msg);
129 String msg = "Missing element under " + TAG +": " + attribute + " at " +
131 Log.w(TAG, msg);
142 Log.e(TAG, "Package name cannot be null!");
146 Log.e(TAG, "Unknown status value: " + status);
167 Log.w(TAG, "Unknown tag parsing IntentFilter: " + tagName);
/frameworks/base/media/java/android/media/
H A DMediaMetadataEditor.java35 private final static String TAG = "MediaMetadataEditor"; field in class:MediaMetadataEditor
125 Log.e(TAG, "Can't clear a previously applied MediaMetadataEditor");
143 Log.e(TAG, "Can't change editable keys of a previously applied MetadataEditor");
152 Log.e(TAG, "Metadata key " + key + " cannot be edited");
161 Log.e(TAG, "Can't remove all editable keys of a previously applied MetadataEditor");
207 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
236 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
260 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
291 Log.e(TAG, "Can't edit a previously applied MediaMetadataEditor");
H A DMetadata.java245 private static final String TAG = "media.Metadata"; field in class:Metadata
303 Log.e(TAG, "Record is too short");
319 Log.e(TAG, "Duplicate metadata ID found");
329 Log.e(TAG, "Invalid metadata type " + metadataType);
341 Log.e(TAG, "Ran out of data or error on record " + recCount);
379 Log.e(TAG, "Not enough data " + parcel.dataAvail());
388 Log.e(TAG, "Bad size " + size + " avail " + parcel.dataAvail() + " position " + pin);
396 Log.e(TAG, "Marker missing " + Integer.toHexString(kShouldBeMetaMarker));
526 Log.e(TAG, "Invalid metadata ID " + val);
/frameworks/base/media/java/android/media/midi/
H A DMidiManager.java39 private static final String TAG = "MidiManager"; field in class:MidiManager
182 Log.e(TAG, "RemoteException in registerDeviceListener");
199 Log.e(TAG, "RemoteException in unregisterDeviceListener");
213 Log.e(TAG, "RemoteException in getDevices");
263 Log.e(TAG, "RemoteException in openDevice");
293 Log.e(TAG, "remote exception in getDeviceInfo()");
303 Log.e(TAG, "RemoteException in openDevice");
318 Log.e(TAG, "registerVirtualDevice failed");
323 Log.e(TAG, "RemoteException in createVirtualDevice");
/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java51 private static final String TAG = "SessionManager"; field in class:MediaSessionManager
128 Log.e(TAG, "Failed to get active sessions: ", e);
202 Log.w(TAG, "Attempted to add session listener twice, ignoring.");
211 Log.e(TAG, "Error in addOnActiveSessionsChangedListener.", e);
232 Log.e(TAG, "Error in removeOnActiveSessionsChangedListener.", e);
251 Log.e(TAG, "Error in setRemoteVolumeController.", e);
276 Log.e(TAG, "Failed to send key event.", e);
296 Log.e(TAG, "Failed to send adjust volume.", e);
310 Log.e(TAG, "Failed to check if the global priority is active.", e);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DMapProfile.java38 private static final String TAG = "MapProfile"; field in class:MapProfile
63 if (V) Log.d(TAG,"Bluetooth service connected");
72 Log.w(TAG, "MapProfile found new device: " + nextDevice);
85 if (V) Log.d(TAG,"Bluetooth service disconnected");
92 if(V) Log.d(TAG,"isProfileReady(): "+ mIsProfileReady);
115 if(V)Log.d(TAG,"connect() - should not get called");
135 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device));
202 if (V) Log.d(TAG, "finalize()");
209 Log.w(TAG, "Error cleaning up MAP proxy", t);
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DRingtonePlayer.java45 private static final String TAG = "RingtonePlayer"; field in class:RingtonePlayer
52 private final NotificationPlayer mAsyncPlayer = new NotificationPlayer(TAG);
64 Log.e(TAG, "Problem registering RingtonePlayer: " + e);
85 if (LOGD) Log.d(TAG, "binderDied() token=" + mToken);
98 Log.d(TAG, "play(token=" + token + ", uri=" + uri + ", uid="
118 if (LOGD) Log.d(TAG, "stop(token=" + token + ")");
131 if (LOGD) Log.d(TAG, "isPlaying(token=" + token + ")");
158 if (LOGD) Log.d(TAG, "playAsync(uri=" + uri + ", user=" + user + ")");
170 if (LOGD) Log.d(TAG, "stopAsync()");
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/
H A DCertPinInstallReceiverTest.java51 private static final String TAG = "CertPinInstallReceiverTest"; field in class:CertPinInstallReceiverTest
195 Log.e(TAG, "started test");
210 Log.e(TAG, "started testOverwritePinList");
212 Log.e(TAG, "started testOverwritePinList");
216 Log.e(TAG, "started testOverwritePinList");
220 Log.e(TAG, "started testOverwritePinList");
226 Log.e(TAG, "started testOverwritePinList");
234 Log.e(TAG, "started testOverwritePinList");
240 Log.e(TAG, "started testOverwritePinList");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java91 private static final String TAG = "BackgroundManager"; field in class:BackgroundManager
371 if (DEBUG) Log.v(TAG, "transition complete");
505 private static final String TAG = "BackgroundContinuityService"; field in class:BackgroundManager.BackgroundContinuityService
529 if (DEBUG) Log.v(TAG, "Returning instance with new count " + count);
536 if (DEBUG) Log.v(TAG, "mCount is zero, resetting");
556 if (DEBUG) Log.v(TAG, "got cached theme drawable state " + drawableState);
563 if (DEBUG) Log.v(TAG, "loaded theme drawable " + drawable);
647 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!");
722 if (DEBUG) Log.v(TAG, "onActivityStart " + this +
726 if (DEBUG) Log.v(TAG, "onActivityStar
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java62 private final String TAG; field in class:LegacyCameraDevice
112 Log.d(TAG, "onError called, errorCode = " + errorCode);
125 Log.d(TAG, "onError - opening idle");
135 Log.d(TAG, "doing onError callback for request " + holder.getRequestId() +
152 Log.d(TAG, "doing onConfiguring callback.");
159 Log.d(TAG, "onIdle called");
168 Log.d(TAG, "doing onIdle callback.");
185 Log.d(TAG, "onBusy called");
197 Log.d(TAG, "doing onCaptureStarted callback for request " +
218 Log.d(TAG, "doin
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java70 private static final String TAG = "Zygote"; field in class:ZygoteInit
156 Log.e(TAG, "Zygote: error closing sockets", ex);
158 Log.e(TAG, "Zygote: error closing descriptor", ex);
181 Log.d(TAG, "begin preload");
190 Log.d(TAG, "end preload");
194 Log.i(TAG, "Preloading shared libraries...");
224 Log.e(TAG, "Couldn't find " + PRELOADED_CLASSES + ".");
228 Log.i(TAG, "Preloading classes...");
270 Log.v(TAG, "Preloading " + line + "...");
280 Log.w(TAG, "Clas
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java66 private static final String TAG = "SmsUsageMonitor"; field in class:SmsUsageMonitor
288 Rlog.e(TAG, "Short Code Pattern File not found");
290 Rlog.e(TAG, "XML parser exception reading short code pattern file", e);
322 Rlog.e(TAG, "Parsing pattern data found null");
328 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry);
337 Rlog.e(TAG, "Error: skipping unknown XML tag " + element);
341 Rlog.e(TAG, "XML parser exception reading short code patterns", e);
343 Rlog.e(TAG, "I/O exception reading short code patterns", e);
345 if (DBG) Rlog.d(TAG, "Country (" + country + ") not found");
396 if (DBG) Rlog.d(TAG, "isEmergencyNumbe
[all...]
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java32 static final String TAG = "AssistStructure"; field in class:AssistStructure
74 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as
77 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
83 Log.w(TAG, "Caller supplied bad token type: " + token);
90 //Log.i(TAG, "Time to parcel: " + (SystemClock.uptimeMillis()-start) + "ms");
131 Log.i(TAG, "Flattened " + (more ? "partial" : "final") + " assist data: "
141 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition());
148 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize()
152 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ "
158 if (DEBUG_PARCEL) Log.d(TAG, "Finishin
[all...]
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java73 static final String TAG = "VoiceInteractionManagerService"; field in class:VoiceInteractionManagerService
151 Slog.wtf(TAG, "VoiceInteractionManagerService Crash", e);
158 if (DEBUG) Slog.d(TAG, "**************** initForUser user=" + userHandle);
164 if (DEBUG) Slog.d(TAG, "curInteractorStr=" + curInteractorStr
178 if (DEBUG) Slog.d(TAG, "No set interactor, found avail: "
200 if (DEBUG) Slog.d(TAG, "Svelte device; disabling interactor");
223 if (DEBUG) Slog.d(TAG, "Current interactor/recognizer okay, done!");
226 if (DEBUG) Slog.d(TAG, "Bad recognizer (" + recognizerInfo + ") or interactor ("
298 Slog.wtf(TAG, "Bad voice interaction service name " + curService, e);
326 Slog.w(TAG, "n
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java60 private static final Log.Tag TAG = new Log.Tag("AndCam2AgntImp"); field in class:AndroidCamera2AgentImpl
132 Log.e(TAG, "Could not get device listing from camera subsystem", ex);
224 Log.v(TAG, "handleMessage - action = '" + CameraActions.stringify(msg.what) + "'");
242 Log.i(TAG, String.format("Opening camera index %d (id %s) with camera2 API",
256 Log.w(TAG, "Ignoring release at inappropriate time");
305 Log.w(TAG, "Refusing to start preview at inappropriate time");
317 Log.w(TAG, "Unable to start preview", ex);
330 Log.w(TAG, "Refusing to stop preview at inappropriate time");
379 Log.v(TAG, "handleMessage - Ignored AUTO_FOCUS because there was "
393 Log.w(TAG, "Ignorin
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java78 private static final String TAG = "SyncManager"; field in class:SyncStorageEngine
632 if (Log.isLoggable(TAG, Log.VERBOSE)) {
633 Log.v(TAG, "reportChange " + which + " to: " + reports);
673 if (Log.isLoggable(TAG, Log.VERBOSE)) {
674 Log.d(TAG, "setSyncAutomatically: " + /* account + */" provider " + providerName
684 if (Log.isLoggable(TAG, Log.VERBOSE)) {
685 Log.d(TAG, "setSyncAutomatically: already set to " + sync + ", doing nothing");
769 if (Log.isLoggable(TAG, Log.VERBOSE)) {
770 Log.d(TAG, "setIsSyncable: " + aInfo.toString() + " -> " + syncable);
773 if (Log.isLoggable(TAG, Lo
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java71 private static final String TAG = "TelephonyManager"; field in class:TelephonyManager
793 if (Log.isLoggable(TAG, Log.VERBOSE)) {
794 Rlog.v(TAG, "Nai = " + nai);
823 Rlog.d(TAG, "getCellLocation returning null because telephony is null");
828 Rlog.d(TAG, "getCellLocation returning null because bundle is empty");
833 Rlog.d(TAG, "getCellLocation returning null because CellLocation is empty");
838 Rlog.d(TAG, "getCellLocation returning null due to RemoteException " + ex);
841 Rlog.d(TAG, "getCellLocation returning null due to NullPointerException " + ex);
1095 Rlog.d(TAG, "No /proc/cmdline exception=" + e);
1104 Rlog.d(TAG, "/pro
[all...]
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java54 private static final String TAG = "FingerprintManager"; field in class:FingerprintManager
444 Log.w(TAG, "authentication already canceled");
459 Log.w(TAG, "Remote exception while authenticating: ", e);
493 Log.w(TAG, "enrollment already canceled");
504 Log.w(TAG, "Remote exception in enroll: ", e);
525 Log.w(TAG, "Remote exception in enroll: ", e);
540 Log.w(TAG, "Remote exception in post enroll: ", e);
560 Log.w(TAG, "Remote exception in remove: ", e);
582 Log.v(TAG, "Remote exception in rename(): ", e);
585 Log.w(TAG, "renam
[all...]

Completed in 1252 milliseconds

<<11121314151617181920>>