Searched refs:TAG (Results 451 - 475 of 1718) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java87 private static final String TAG = "ViewPager"; field in class:ViewPager
690 Log.w(TAG, "Requested offscreen page limit " + limit + " too small; defaulting to " +
937 if (DEBUG) Log.i(TAG, "populate is pending, skipping for now...");
1005 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
1039 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
1061 Log.i(TAG, "Current page list:");
1063 Log.i(TAG, "#" + i + ": page " + mItems.get(i).position);
1451 if (DEBUG) Log.v(TAG, "Measuring #" + i + " " + child
1821 if (DEBUG) Log.v(TAG, "Intercept done!");
1836 if (DEBUG) Log.v(TAG, "Bein
[all...]
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java43 private static final String TAG = "BootReceiver"; field in class:BootReceiver
72 Slog.e(TAG, "Can't log boot events", e);
85 Slog.e(TAG, "Can't remove old update packages", e);
173 Slog.e(TAG, "Can't log tombstone", e);
206 Slog.i(TAG, "Copying " + filename + " to DropBox (" + tag + ")");
213 Slog.i(TAG, "Copying audit failures to DropBox");
239 Slog.i(TAG, "Copied " + sb.toString().length() + " worth of audits to DropBox");
247 Slog.i(TAG, "Checking for fsck errors");
H A DNetworkManagementSocketTagger.java32 private static final String TAG = "NetworkManagementSocketTagger"; field in class:NetworkManagementSocketTagger
69 Log.d(TAG, "tagSocket(" + fd.getInt$() + ") with statsTag=0x"
82 Log.i(TAG, "tagSocketFd(" + fd.getInt$() + ", "
92 Log.i(TAG, "untagSocket(" + fd.getInt$() + ")");
104 Log.w(TAG, "untagSocket(" + fd.getInt$() + ") failed with errno " + errno);
118 Log.w(TAG, "setKernelCountSet(" + uid + ", " + counterSet + ") failed with errno "
128 Slog.w(TAG, "problem clearing counters for uid " + uid + " : errno " + errno);
/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java56 private static final String TAG = "AccountSyncSettingsBackupHelper"; field in class:AccountSyncSettingsBackupHelper
95 Log.d(TAG, "Account sync settings JSON: " + dataJSON);
107 Log.i(TAG, "Backup successful.");
109 Log.i(TAG, "Old and new MD5 checksums match. Skipping backup.");
114 Log.e(TAG, "Couldn't backup account sync settings\n" + e);
201 Log.i(TAG, "Backup state version is: " + stateVersion
280 Log.i(TAG, "Restore successful.");
282 Log.e(TAG, "Couldn't restore account sync settings\n" + e);
H A DNotificationBackupHelper.java28 static final String TAG = "NotifBackupHelper"; // must be < 23 chars field in class:NotificationBackupHelper
29 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
52 Slog.e(TAG, "Couldn't communicate with notification manager");
62 Slog.v(TAG, "Got restore of " + key);
71 Slog.e(TAG, "Couldn't communicate with notification manager");
H A DPreferredActivityBackupHelper.java26 private static final String TAG = "PreferredBackup"; field in class:PreferredActivityBackupHelper
52 Slog.d(TAG, "Handling backup of " + key);
63 Slog.w(TAG, "Unexpected backup key " + key);
66 Slog.e(TAG, "Unable to store payload " + key);
75 Slog.d(TAG, "Handling restore of " + key);
89 Slog.w(TAG, "Unexpected restore key " + key);
92 Slog.w(TAG, "Unable to restore key " + key);
H A DSystemBackupAgent.java41 private static final String TAG = "SystemBackupAgent"; field in class:SystemBackupAgent
88 Slog.e(TAG, "Couldn't get wallpaper name\n" + re);
139 Slog.e(TAG, "Couldn't restore settings\n" + re);
145 Slog.d(TAG, "restore failed", ex);
155 Slog.i(TAG, "Restoring file domain=" + domain + " path=" + path);
174 Slog.w(TAG, "Skipping unrecognized system file: [ " + domain + " : " + path + " ]");
186 Slog.e(TAG, "Couldn't restore settings\n" + re);
/frameworks/base/core/java/com/android/server/net/
H A DNetlinkTracker.java69 private final String TAG; field in class:NetlinkTracker
83 TAG = "NetlinkTracker/" + iface;
93 Log.d(TAG, operation + ": " + address + " on " + iface +
100 Log.d(TAG, operation + ": " + o.toString());
261 public static final String TAG = "DnsServerRepository"; field in class:DnsServerRepository
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java36 private final String TAG = "WifiSoftAPTest"; field in class:WifiSoftAPTest
47 Log.v(TAG, "mWifiConfig is " + mWifiConfig.toString());
49 Log.v(TAG, "mWifiConfig is null.");
55 Log.v(TAG, "turn off wifi tethering");
71 Log.v(TAG, "exception " + e.getStackTrace());
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java30 private static final String TAG = "BluetoothRebootStressTest"; field in class:BluetoothRebootStressTest
40 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
H A DBluetoothStressTest.java33 private static final String TAG = "BluetoothStressTest"; field in class:BluetoothStressTest
45 mTestUtils = new BluetoothTestUtils(context, TAG, OUTPUT_FILE);
H A DBluetoothTestRunner.java55 private static final String TAG = "BluetoothTestRunner"; field in class:BluetoothTestRunner
198 Log.i(TAG, String.format("enable_iterations=%d", sEnableIterations));
199 Log.i(TAG, String.format("discoverable_iterations=%d", sDiscoverableIterations));
200 Log.i(TAG, String.format("scan_iterations=%d", sScanIterations));
201 Log.i(TAG, String.format("pair_iterations=%d", sPairIterations));
202 Log.i(TAG, String.format("connect_a2dp_iterations=%d", sConnectA2dpIterations));
203 Log.i(TAG, String.format("connect_headset_iterations=%d", sConnectHeadsetIterations));
204 Log.i(TAG, String.format("connect_input_iterations=%d", sConnectInputIterations));
205 Log.i(TAG, String.format("connect_pan_iterations=%d", sConnectPanIterations));
206 Log.i(TAG, Strin
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java63 private static final String TAG = "DownloadManagerBaseTest"; field in class:DownloadManagerBaseTest
628 Log.i(TAG, "while creating " + fileSize + " file, " +
H A DDownloadManagerFunctionalTest.java37 private static final String TAG = "DownloadManagerFunctionalTest"; field in class:DownloadManagerFunctionalTest
H A DDownloadManagerStressTest.java38 private static final String TAG = "DownloadManagerStressTest"; field in class:DownloadManagerStressTest
121 Log.i(TAG, "creating a file of size: " + fileSize);
123 Log.i(TAG, "DONE creating a file of size: " + fileSize);
159 Log.i(TAG, "INITIAL stage, available space in /cache: " + availableBytes);
191 Log.i(TAG, "BEFORE download, available space in /cache: " + spaceAvailable);
H A DSuggestionProvider.java33 private static final String TAG = "SuggestionProvider"; field in class:SuggestionProvider
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java30 private static final String TAG = "LocalProvider"; field in class:LocalProvider
65 Log.w(TAG, "Upgrading test database from version " +
108 if (false) Log.d(TAG, "Alarms.query: failed");
147 if (false) Log.d(TAG, "*** notifyChange() rowId: " + rowId);
/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java56 private static final String TAG = "BackupDataTest"; field in class:BackupDataTest
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java34 private static final String TAG = "MemoryFileProvider"; field in class:MemoryFileProvider
87 Log.w(TAG, "Upgrading test database from version " +
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java45 public static final String TAG="AppCacheTest"; field in class:AppCacheTest
54 if(localLOGV) Log.i(TAG, "Cleaning up cache directory first");
103 Log.w(TAG, "errMsg="+errMsg);
108 Log.w(TAG, "e.getMessage="+e.getMessage());
109 Log.w(TAG, "e="+e);
132 if(localLOGV || TRACKING) Log.i(TAG, "blk1="+blks1+", blks2="+blks2);
138 if(localLOGV || TRACKING) Log.i(TAG, "blks3="+blks3);
149 Log.i(TAG, "blk1="+blks1+", blks2="+blks2);
240 Log.i(TAG, "Size of bufer="+buffer.length);
250 Log.i(TAG, "wrot
[all...]
H A DPackageHelperTests.java32 public static final String TAG = "PackageHelperTests"; field in class:PackageHelperTests
43 Log.e(TAG, "Can't get mount service");
49 Log.d(TAG,"cleanUp");
54 Log.d(TAG,"cleaing up "+containers[i]);
61 Log.w(TAG, "errMsg=" + errMsg);
72 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
79 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
89 Log.d(TAG,PackageHelper.getSdDir(fullId));
110 Log.e(TAG, "mount done " + path);
114 Log.e(TAG, "moun
[all...]
H A DPackageManagerTests.java78 public static final String TAG = "PackageManagerTests"; field in class:PackageManagerTests
95 Log.w(TAG, "errMsg=" + errMsg);
108 Log.i(TAG, "sdcard not mounted? Some of these tests might fail");
134 Log.d(TAG, "onPackageInstalled: code=" + returnCode + ", msg=" + msg + ", extras="
229 Log.i(TAG, "Interrupted during sleep", e);
260 Log.i(TAG, "Interrupted during sleep", e);
285 Log.i(TAG, "Interrupted during sleep", e);
849 Log.i(TAG, "replace=" + replace);
853 Log.i(TAG, "Creating replaceReceiver");
1025 Log.i(TAG, "okay
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java44 private static final String TAG = "DatabaseGeneralTest"; field in class:DatabaseGeneralTest
974 Log.d(TAG, testName + "n is silently skipped since " +
H A DDatabaseStressTest.java32 private static final String TAG = "DatabaseStressTest"; field in class:DatabaseStressTest
74 Log.e(TAG, "exception " + e.getMessage());
95 Log.e(TAG, "exception " + e.getMessage());
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java53 private static final String TAG = "VirtualDisplayTest"; field in class:VirtualDisplayTest
55 private static final String NAME = TAG;
360 setTitle(TAG);
411 Log.d(TAG, "New image available from virtual display.");
443 Log.d(TAG, "- Scanning image: width=" + width + ", height=" + height
467 Log.d(TAG, "- Found unexpected color: " + Integer.toHexString(pixel));
478 Log.d(TAG, "- Pixels: " + blackPixels + " black, "
484 Log.d(TAG, "- Reporting blue.");
488 Log.d(TAG, "- Reporting green.");
492 Log.d(TAG, "
[all...]

Completed in 1072 milliseconds

<<11121314151617181920>>