HomeSort by relevance Sort by last modified time
    Searched refs:mLog (Results 51 - 75 of 502) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
PopupMenuActivity.java 42 private TextView mLog;
55 mLog = (TextView) container.findViewById(R.id.log);
122 mLog.setText(toPrepend + mLog.getText());
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
AutoFlashZslImageFilter.java 62 private final Logger mLog;
71 mLog = logFactory.create(new Log.Tag("AutoFlashZslImgFltr"));
155 mLog.i("Flash required");
161 mLog.i("Flash not required");
ZslImageCaptureCommand.java 55 private final Logger mLog;
69 mLog = logFactory.create(new Log.Tag("ZSLImageCaptureCmd"));
168 mLog.i("ZSL image available");
172 mLog.i("No ZSL image available, using fallback: " + mFallbackCommand);
  /packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
UsbAoapHostActivity.java 49 private TextView mLog;
56 mLog = (TextView) findViewById(R.id.usb_log);
57 mLog.setMovementMethod(new ScrollingMovementMethod());
107 mLog.setText(TextUtils.join("\n", mLogMessages));
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbTestActivity.java 40 private TextView mLog;
55 mLog = (TextView)findViewById(R.id.log);
89 mLog.getDrawingRect(r);
90 int maxLines = r.height() / mLog.getLineHeight() - 1;
91 text = mLog.getText() + "\n" + text;
105 mLog.setText(text);
  /frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
TetheringConfigurationTest.java 54 private final SharedLog mLog = new SharedLog("TetheringConfigurationTest");
99 final TetheringConfiguration cfg = new TetheringConfiguration(mMockContext, mLog);
115 final TetheringConfiguration cfg = new TetheringConfiguration(mMockContext, mLog);
131 final TetheringConfiguration cfg = new TetheringConfiguration(mMockContext, mLog);
148 final TetheringConfiguration cfg = new TetheringConfiguration(mMockContext, mLog);
169 final TetheringConfiguration cfg = new TetheringConfiguration(mMockContext, mLog);
187 final TetheringConfiguration cfg = new TetheringConfiguration(mMockContext, mLog);
  /frameworks/base/services/core/java/com/android/server/connectivity/
Tethering.java 185 private final SharedLog mLog = new SharedLog(TAG);
221 mLog.mark("constructed");
239 mDeps.getOffloadHardwareInterface(smHandler, mLog),
241 mLog);
242 mUpstreamNetworkMonitor = deps.getUpstreamNetworkMonitor(mContext, mTetherMasterSM, mLog,
251 mLog.log("OBSERVED carrier config change");
261 mLog.log("OBSERVED SIM card change");
302 mConfig = new TetheringConfiguration(mContext, mLog);
    [all...]
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 49 private final Log mLog;
94 mLog = log;
295 mLog.info("# deps classes: %d", mDeps.size());
296 mLog.info("# keep classes: %d", mKeep.size());
297 mLog.info("# renamed : %d", mRenameCount);
300 mLog.info("Created JAR file %s", mOsDestJar);
370 mLog.debug("Transform %s%s%s%s", className,
394 cv = new TransformClassAdapter(mLog, Collections.emptySet(), mDeleteReturns.get(className),
404 cv = new DelegateClassAdapter(mLog, cv, className, delegateMethods);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
WifiPermissionsUtil.java 45 private WifiLog mLog;
55 mLog = wifiInjector.makeLog(TAG);
69 mLog.err("Error checking for permission: %").r(e.getMessage()).flush();
85 mLog.err("Error checking for permission: %").r(e.getMessage()).flush();
101 mLog.err("Error checking for permission: %").r(e.getMessage()).flush();
MetricsUtils.java 58 mLog = Math.log(m);
77 public double mLog;
89 bigBucketIndex = (int) (Math.log(logArg) / hp.mLog);
  /tools/tradefederation/core/src/com/android/tradefed/result/
MetricsXMLResultReporter.java 81 private File mLog;
108 if (mLog != null) {
114 mLog.getPath(),
194 mLog = FileUtil.createTempFile(METRICS_PREFIX, ".xml", mFolder);
195 return new BufferedOutputStream(new FileOutputStream(mLog));
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/
MainActivity.java 47 private TextView mLog;
62 mLog = (TextView) findViewById(R.id.log);
159 mLog.setText(sb.toString());
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MainActivity.java 47 private TextView mLog;
62 mLog = (TextView) findViewById(R.id.log);
159 mLog.setText(sb.toString());
  /development/samples/browseable/MidiScope/src/com.example.android.midiscope/
MainActivity.java 47 private TextView mLog;
62 mLog = (TextView) findViewById(R.id.log);
159 mLog.setText(sb.toString());
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 54 private MockLog mLog;
63 mLog = new MockLog();
64 mLog.setVerbose(true); // capture debug error too
92 mLog, cw, internalClassName, delegateMethods);
149 mLog, cw, internalClassName, delegateMethods);
181 mLog, cw, internalClassName, delegateMethods);
216 mLog, cw, internalClassName, delegateMethods);
247 mLog, cw, internalClassName, delegateMethods);
303 mLog, cwOuter, outerClassName, delegateMethods);
311 mLog, cwInner, innerClassName, delegateMethods)
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 208 private File mLog;
224 mLog = new File(logDir, fileName);
226 mLog = new File(Environment.getLegacyExternalStorageDirectory(), logPath);
227 File logDir = mLog.getParentFile();
235 if (mLog.exists()) mLog.delete();
331 try (OutputStream os = new FileOutputStream(mLog, true)) {
335 System.err.format("Cannot write to %s:\n", mLog.getAbsolutePath());
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
UpstreamNetworkMonitor.java 88 private final SharedLog mLog;
108 mLog = log.forSubComponent(TAG);
161 mLog.e("registerMobileNetworkRequest() already registered");
181 mLog.i("requesting mobile upstream network: " + mobileUpstreamRequest);
204 mLog.log("preferred upstream type: " + getNetworkTypeName(typeStatePair.type));
319 mLog.logf("upstream network signal strength: %s -> %s", prevSignal, newSignal);
353 mLog.log("SUSPENDED current upstream: " + network);
359 mLog.log("RESUMED current upstream: " + network);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 77 private final ILogger mLog;
124 mLog = log;
161 mLog.warning("Failed to find %1$s", //$NON-NLS-1$
174 mLog.warning("Failed to find a <resources> node in %1$s", //$NON-NLS-1$
261 mLog.error(e, "Failed to create XML document builder for %1$s", //$NON-NLS-1$
264 mLog.error(e, "Failed to parse XML document %1$s", //$NON-NLS-1$
267 mLog.error(e, "Failed to read XML document %1$s", //$NON-NLS-1$
512 mLog.info(
589 mLog.warning(
601 mLog.warning
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Process.java 54 protected File mLog;
102 return mLog;
120 mLog = new File(String.format("%s/%s.log", InterpreterConstants.SDCARD_SL4A_ROOT, getName()));
127 mIn = new StreamGobbler(new FileInputStream(mFd), mLog, DEFAULT_BUFFER_SIZE);