HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 76 - 100 of 1008) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ListSuggestionCursorNoDuplicates.java 30 private static final String TAG = "QSB.ListSuggestionCursorNoDuplicates";
45 if (DBG) Log.d(TAG, "Rejecting duplicate " + key);
ShortcutCursor.java 30 private static final String TAG = "QSB.ShortcutCursor";
51 if (DBG) Log.d(TAG, "Skipping shortcut " + i);
62 if (DBG) Log.d(TAG, "refresh " + shortcutId);
89 if (DBG) Log.d(TAG, "close()");
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
TimeChangeReceiver.java 25 static final String TAG = "TimeChangeReceiver";
33 if (LOGD) Log.d(TAG, "Received time changed action=" + intent.getAction());
CalendarUpgradeReceiver.java 39 static final String TAG = "CalendarUpgradeReceiver";
51 SharedPreferences prefs = context.getSharedPreferences(TAG, Context.MODE_PRIVATE);
65 Log.i(TAG, "Creating or opening calendar database");
76 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 65 private static final String TAG = "BtOppObexServer";
105 | PowerManager.ON_AFTER_RELEASE, TAG);
106 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
118 if (D) Log.d(TAG, "acquire full WakeLock");
121 if (D) Log.d(TAG, "Create ServerSession with transport " + mTransport.toString());
124 Log.e(TAG, "Create server session error" + e);
132 if (D) Log.d(TAG, "Start!");
146 if (D) Log.d(TAG, "Stop!");
153 Log.e(TAG, "close mTransport error" + e);
161 if (D) Log.d(TAG, "addShare for id " + info.mId)
    [all...]
BluetoothOppObexClientSession.java 62 private static final String TAG = "BtOpp ObexClient";
87 if (D) Log.d(TAG, "Start!");
94 if (D) Log.d(TAG, "Stop!");
99 if (V) Log.v(TAG, "waiting for thread to terminate");
103 if (V) Log.v(TAG, "Interrupted waiting for thread to join");
141 wakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
154 if (V) Log.v(TAG, "acquire partial WakeLock");
160 if (V) Log.v(TAG, "Client thread was interrupted (1), exiting");
172 if (D) Log.d(TAG, "Client thread waiting for next share, sleep for "
183 if (V) Log.v(TAG, "release partial WakeLock")
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 42 private static final String TAG = "BluetoothChatService";
81 if (D) Log.d(TAG, "setState() " + mState + " -> " + state);
98 if (D) Log.d(TAG, "start");
119 if (D) Log.d(TAG, "connect to: " + device);
141 if (D) Log.d(TAG, "connected");
170 if (D) Log.d(TAG, "stop");
238 Log.e(TAG, "listen() failed", e);
244 if (D) Log.d(TAG, "BEGIN mAcceptThread" + this);
255 Log.e(TAG, "accept() failed", e);
274 Log.e(TAG, "Could not close unwanted socket", e)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 46 private static final String TAG = "ShutdownThread";
89 Log.d(TAG, "Request to shutdown already running, returning.");
94 Log.d(TAG, "Notifying thread to start radio shutdown");
164 Log.w(TAG, "No permission to acquire wake lock", e);
195 Log.i(TAG, "Sending shutdown broadcast...");
207 Log.w(TAG, "Shutdown broadcast timed out");
217 Log.i(TAG, "Shutting down activity manager...");
242 Log.w(TAG, "Disabling Bluetooth...");
246 Log.e(TAG, "RemoteException during bluetooth shutdown", ex);
253 Log.w(TAG, "Turning off radio...")
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 39 private static final String TAG = "MediaPlayerDemo";
134 Log.e(TAG, "error: " + e.getMessage(), e);
139 Log.d(TAG, "onBufferingUpdate percent:" + percent);
144 Log.d(TAG, "onCompletion called");
148 Log.v(TAG, "onVideoSizeChanged called");
150 Log.e(TAG, "invalid video width(" + width + ") or height(" + height + ")");
162 Log.d(TAG, "onPrepared called");
170 Log.d(TAG, "surfaceChanged called");
175 Log.d(TAG, "surfaceDestroyed called");
180 Log.d(TAG, "surfaceCreated called")
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothPbap.java 53 private static final String TAG = "BluetoothPbap";
118 Log.e(TAG, "Could not bind to Bluetooth Pbap Service");
153 } catch (RemoteException e) {Log.e(TAG, e.toString());}
155 Log.w(TAG, "Proxy not attached to service");
172 } catch (RemoteException e) {Log.e(TAG, e.toString());}
174 Log.w(TAG, "Proxy not attached to service");
190 } catch (RemoteException e) {Log.e(TAG, e.toString());}
192 Log.w(TAG, "Proxy not attached to service");
209 } catch (RemoteException e) {Log.e(TAG, e.toString());}
211 Log.w(TAG, "Proxy not attached to service")
    [all...]
BluetoothAdapter.java 65 private static final String TAG = "BluetoothAdapter";
350 } catch (RemoteException e) {Log.e(TAG, "", e);}
368 } catch (RemoteException e) {Log.e(TAG, "", e);}
402 } catch (RemoteException e) {Log.e(TAG, "", e);}
433 } catch (RemoteException e) {Log.e(TAG, "", e);}
447 } catch (RemoteException e) {Log.e(TAG, "", e);}
461 } catch (RemoteException e) {Log.e(TAG, "", e);}
479 } catch (RemoteException e) {Log.e(TAG, "", e);}
498 } catch (RemoteException e) {Log.e(TAG, "", e);}
529 } catch (RemoteException e) {Log.e(TAG, "", e);
    [all...]
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 32 private static final String TAG = "BulkCursor";
51 Log.e(TAG, "Setup failed because the remote process is dead");
113 Log.e(TAG, "Unable to get window because the remote process is dead");
134 Log.w(TAG, "Remote process exception when deactivating");
145 Log.w(TAG, "Remote process exception when closing");
171 Log.e(TAG, "Unable to requery because the remote process exception " + ex.getMessage());
204 Log.e(TAG, "Unable to delete row because the remote process is dead");
215 Log.e(TAG, "Unable to fetch column names because the remote process is dead");
230 Log.e(TAG, "commitUpdates not supported on this cursor, did you include the _id column?");
254 Log.e(TAG, "Unable to commit updates because the remote process is dead")
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaPlayerStressTest.java 37 private String TAG = "MediaPlayerStressTest";
61 Log.v(TAG, "Random seed: " + randomseed);
78 Log.v(TAG, "Play time = " + random_play_time);
81 Log.v(TAG, "Seek time = " + seek_time);
88 Log.v(TAG, e.toString());
98 Log.v(TAG, "Random seed: " + randomseed);
117 Log.v(TAG, "random_seek = " + random_no_of_seek);
122 Log.v(TAG, "Play time = " + random_play_time);
126 Log.v(TAG, "Seek time = " + random_seek_time);
133 Log.v(TAG, "CurrentPosition = " + mp.getCurrentPosition())
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 46 private static final String TAG = "LocalTransport";
78 if (DEBUG) Log.v(TAG, "wiping all data");
84 if (DEBUG) Log.v(TAG, "performBackup() pkg=" + packageInfo.packageName);
104 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
118 if (DEBUG) Log.v(TAG, " data size " + dataSize);
123 Log.e(TAG, "Unable to update key file " + entityFile.getAbsolutePath());
135 Log.v(TAG, "Exception reading backup input:", e);
156 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
167 if (DEBUG) Log.v(TAG, "finishBackup()");
185 if (DEBUG) Log.v(TAG, "start restore " + token)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaRecorderTest.java 46 private String TAG = "MediaRecorderTest";
66 Log.v(TAG,"create the media recorder");
72 Log.v(TAG,"startPreviewAndPrepareRecording");
75 Log.v(TAG, "setAudioSource");
80 Log.v(TAG, "output format " + outFormat);
84 Log.v(TAG, "setEncoder");
90 Log.v(TAG, "setPreview");
92 Log.v(TAG, "prepare");
94 Log.v(TAG, "start");
97 Log.v(TAG, "stop")
    [all...]
  /frameworks/base/services/java/com/android/server/
RandomBlock.java 34 private static final String TAG = "RandomBlock";
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
98 Slog.w(TAG, "IOException thrown while closing Closeable", e);
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ManyEditTextActivityNoScrollPanScanTests.java 24 public final String TAG = "ManyEditTextActivityNoScrollPanScanTests";
ManyEditTextActivityScrollPanScanTests.java 24 public final String TAG = "ManyEditTextActivityScrollPanScanTests";
ManyEditTextActivityScrollResizeTests.java 24 public final String TAG = "ManyEditTextActivityScrollResizeTests";
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 22 public static final String TAG = "Mms";
57 Log.d(TAG, logFormat(format, args));
61 Log.w(TAG, logFormat(format, args));
65 Log.e(TAG, logFormat(format, args));
  /packages/apps/Phone/src/com/android/phone/
FakePhoneActivity.java 34 private static final String TAG = "FakePhoneActivity";
59 Log.i(TAG, "- PhoneApp.getInstance(): " + PhoneApp.getInstance());
60 Log.i(TAG, "- PhoneApp.getInstance().phone: " + PhoneApp.getInstance().phone);
61 Log.i(TAG, "- mRadioControl: " + mRadioControl);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 32 private static final String TAG = "QSB.BatchingNamedTaskExecutor";
50 if (DBG) Log.d(TAG, "Queuing " + task);
56 if (DBG) Log.d(TAG, "Dispatching " + task);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
SingleThreadNamedTaskExecutor.java 30 private static final String TAG = "QSB.SingleThreadNamedTaskExecutor";
43 if (DBG) Log.d(TAG, "Cancelling " + mQueue.size() + " tasks: " + mWorker.getName());
68 if (!mClosed) Log.w(TAG, "Worker exited before close");
86 Log.e(TAG, "Task " + task.getName() + " failed", ex);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 38 static final String TAG = "ContactsUpgradeReceiver";
50 SharedPreferences prefs = context.getSharedPreferences(TAG, Context.MODE_PRIVATE);
64 Log.i(TAG, "Creating or opening contacts database");
75 Log.wtf(TAG, "Error during upgrade attempt. Disabling receiver.", t);
  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 34 static final String TAG = "RestoreSession";
56 Log.d(TAG, "Can't contact server to get available sets");
77 Log.d(TAG, "restoreAll() called during active restore");
84 Log.d(TAG, "Can't contact server to restore");
107 Log.d(TAG, "restorePackage() called during active restore");
114 Log.d(TAG, "Can't contact server to restore package");
130 Log.d(TAG, "Can't contact server to get available sets");

Completed in 591 milliseconds

1 2 34 5 6 7 8 91011>>