/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 61 if (DBG) log("CdmaLteServiceStateTracker Constructors"); 78 if (DBG) log("handleMessage EVENT_POLL_STATE_GPRS"); 111 log("handlePollStateResultMessage: EVENT_POLL_STATE_GPRS states.length=" + 193 log("handlePollStateResultMessage: mNewLteCellIdentity=" + 203 log("handlPollStateResultMessage: CdmaLteSST setDataRegState=" + dataRegState 260 log("pollStateDone: lte 1 ss=[" + mSS + "] newSS=[" + mNewSS + "]"); 313 log("pollStateDone:" 329 // Add an event log when connection state changes 413 if (DBG) log("operatorNumeric is null"); 484 log("pollStateDone: hasRegistered=" + hasRegistered 573 protected void log(String s) { method in class:CdmaLteServiceStateTracker [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimPhoneBookManager.java | 348 log("Loading USIM ADN records done"); 358 log("Loading USIM IAP records done"); 368 log("Loading USIM Email records done"); 449 private void log(String msg) { method in class:UsimPhoneBookManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccRecords.java | 134 * log message using {@link #getEfName()} and decrement {@link #mRecordsToLoad}. 137 * Otherwise, an error log message will be output by {@link #handleMessage} and 285 if (DBG) log("Set MSISDN: " + mMsisdnTag +" " + mMsisdn); 399 if (DBG) log(recordLoaded.getEfName() + " LOADED"); 483 * Write string to log file 487 protected abstract void log(String s); method in class:IccRecords 490 * Write error string to log file.
|
/libcore/luni/src/main/java/java/util/logging/ |
Logger.java | 31 * Loggers are used to log records to a variety of destinations such as log files or 38 * namespace hierarchy managed by a log manager. The naming convention is 47 * <p>Loggers "inherit" log level setting from their parent if their own level is 49 * resource bundle is used to localize the log messages if no resource bundle 50 * name is given when a log method is called. If {@code getUseParentHandlers()} 61 * Some log methods accept log requests that do not specify the source class and 81 source.log(record); 147 /** True to notify the parent's handlers of each log message. * 842 log(Level.SEVERE, msg); method 853 log(Level.WARNING, msg); method 864 log(Level.INFO, msg); method 875 log(Level.CONFIG, msg); method 886 log(Level.FINE, msg); method 897 log(Level.FINER, msg); method 908 log(Level.FINEST, msg); method 920 public void log(Level logLevel, String msg) { method in class:Logger 938 public void log(Level logLevel, String msg, Object param) { method in class:Logger 961 public void log(Level logLevel, String msg, Object[] params) { method in class:Logger 985 public void log(Level logLevel, String msg, Throwable thrown) { method in class:Logger 1012 public void log(LogRecord record) { method in class:Logger [all...] |
/ndk/ |
ndk-gdb.py | 100 def log(string): function 215 log('Android NDK installation path: %s' % (NDK)) 231 log('Using specific adb command: %s' % (args.adb_cmd)) 373 log('## COMMAND: adb_cmd %s [BACKGROUND]' % (' '.join(args))) 378 log('## COMMAND: adb_cmd %s' % (' '.join(args))) 397 log('## COMMAND: adb_cmd shell %s' % (' '.join(args))) 514 log('ADB version found: %s' % (ADB_VERSION)) 516 log('Using ADB flags: %s' % (ADB_FLAGS)) 518 log('Using ADB flags: %s "%s"' % (ADB_FLAGS,DEVICE_SERIAL)) 520 log('Using specified project path: %s' % (PROJECT) [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
AtPhonebook.java | 33 import android.util.Log; 45 /** The projection to use when querying the call log database in response 152 log("handleCscsCommand - atString = " +atString); 159 log("handleCscsCommand - Read Command"); 164 log("handleCscsCommand - Test Command"); 169 log("handleCscsCommand - Set Command"); 187 log("handleCscsCommand - Invalid chars"); 197 log("handleCpbsCommand - atString = " +atString); 203 log("handleCpbsCommand - read command"); 226 log("handleCpbsCommand - test command") 611 private static void log(String msg) { method in class:AtPhonebook [all...] |
/packages/apps/Calculator/src/com/android/calculator2/ |
Calculator.java | 26 import android.util.Log; 247 static void log(String message) { method in class:Calculator 249 Log.v(LOG_TAG, message);
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertAudio.java | 38 import android.util.Log; 114 if (DBG) log("ALERT_SOUND_FINISHED"); 128 if (DBG) log("ALERT_PAUSE_FINISHED"); 130 if (DBG) log("Speaking broadcast text: " + mMessageBody); 163 if (DBG) log("onInit() TTS engine status: " + status); 181 if (DBG) log("Setting TTS language to '" + mMessageLanguage + '\''); 184 if (DBG) log("TTS setLanguage() returned: " + result); 188 if (DBG) log("No language specified in broadcast: using default"); 260 if (DBG) log("Ringer mode: silent"); 265 if (DBG) log("Ringer mode: vibrate") 430 private static void log(String msg) { method in class:CellBroadcastAlertAudio [all...] |
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
KeyChainTestActivity.java | 28 import android.util.Log; 69 private void log(final String message) { method in class:KeyChainTestActivity 70 Log.d(TAG, message); 99 log("Starting test..."); 114 log("KeyChain failed as expected with null argument."); 125 log("KeyChain failed as expected with null argument."); 136 log("KeyChain failed as expected with null argument."); 147 log("KeyChain failed as expected on main thread."); 163 log("Requesting install of server's CA..."); 178 log("Starting web server...") [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.java | 33 private static void log(String msg) { method in class:AddressListParser
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PicasaSource.java | 24 import android.util.Log; 105 log(TAG, "opening single album"); method 164 log(TAG, "finding images"); method 168 log(TAG, "METERED: " + howMany); method 171 log(TAG, "recycled " + foundImages.size() + " items."); method 200 log(TAG, "adding: " + albumId); method 203 log(TAG, "too many albums, dropping: " + albumId); method 212 log(TAG, "selection is (" + selection.length() + "): " + selection.toString()); method 225 log(TAG, "moving to position: " + mLastPosition); method 231 log(TAG, "can't find the ID column!") method 252 log(TAG, "found " + foundImages.size() + " items."); method 281 log(TAG, "resolving " + id); method 301 log(TAG, " " + id + " resolved to " + cursor.getCount() + " albums"); method 307 log(TAG, "can't find the ID column!"); method 329 log(TAG, "finding albums"); method 352 log(TAG, "can't find the ID column!"); method 369 log(TAG, "replacing " + id + " with " + PICASA_POSTS_TYPE); method 398 log(TAG, "found " + data.title + "(" + data.id + ")" + method 423 log(TAG, "found " + foundAlbums.size() + " items."); method 452 log(TAG, "file not found: " + fnf); method 458 log(TAG, "RECYCLED"); method [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 439 log () { function 455 log () { function 487 TMPLOG=$BUILD_DIR/build.log 696 log "Trying to load $SRCFILE" 742 log "Could not find filename for package $1" 779 $HOST_CC -o "$BUILD_DIR"/conftest "$BUILD_DIR"/conftest.c > "$BUILD_DIR"/conftest.log 2>&1 782 echo "Error log is:" 783 cat "$BUILD_DIR"/conftest.log 784 rm "$BUID_DIR"/conftest.log 1224 log "cloning $GIT_BASE/$1 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 439 log () { function 455 log () { function 487 TMPLOG=$BUILD_DIR/build.log 696 log "Trying to load $SRCFILE" 742 log "Could not find filename for package $1" 779 $HOST_CC -o "$BUILD_DIR"/conftest "$BUILD_DIR"/conftest.c > "$BUILD_DIR"/conftest.log 2>&1 782 echo "Error log is:" 783 cat "$BUILD_DIR"/conftest.log 784 rm "$BUID_DIR"/conftest.log 1224 log "cloning $GIT_BASE/$1 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 68 logfile = "" # Filename to log to, if not empty 69 logfp = None # File object to log to, if not None 72 """Write a log message, if there is a log file. 75 use log(); log is a variable that is set either to initlog 76 (initially), to dolog (once the log file has been opened), or to 81 log("%s: %s", "a", "b") 82 will write "a: b" to the log file, followed by a newline. 85 which log data is written 114 log = initlog # The current logging function variable [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 21 from distutils import log namespace 461 log.set_verbosity(self.verbose) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 68 logfile = "" # Filename to log to, if not empty 69 logfp = None # File object to log to, if not None 72 """Write a log message, if there is a log file. 75 use log(); log is a variable that is set either to initlog 76 (initially), to dolog (once the log file has been opened), or to 81 log("%s: %s", "a", "b") 82 will write "a: b" to the log file, followed by a newline. 85 which log data is written 114 log = initlog # The current logging function variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 21 from distutils import log namespace 461 log.set_verbosity(self.verbose) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 506 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ 528 AdtPlugin.log(e, null); 534 AdtPlugin.log(e, null); 555 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ 572 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ 617 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$ 624 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$ 722 AdtPlugin.log(e, "Can't read layout file"); //$NON-NLS-1$ 757 AdtPlugin.log(e, "Can't read input stream"); //$NON-NLS-1$ 790 AdtPlugin.log(e, "Failed to read text file '%s'", filepath); //$NON-NLS-1 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 138 AdtPlugin.log(e, null); 397 AdtPlugin.log(e, null); 405 AdtPlugin.log(e, null); 468 AdtPlugin.log(e, msg); 496 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonXmlEditor.java | 130 AdtPlugin.log(IStatus.INFO, 160 AdtPlugin.log(IStatus.INFO, 187 AdtPlugin.log(IStatus.INFO, 198 AdtPlugin.log(IStatus.INFO,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 169 // no need to log this. 185 // Find root cause to log it. 190 AdtPlugin.log(e, "%1$s failed to instantiate.", className); //$NON-NLS-1$ 472 AdtPlugin.log(e, null); 476 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 590 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DomUtilities.java | [all...] |
RenderService.java | 226 * @param logger the log to be used 392 AdtPlugin.log(e, null); 394 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 144 AdtPlugin.log(e, "%s.getDisplayName() failed: %s", 174 AdtPlugin.log(e, "%s.getContextMenu() failed: %s", 198 AdtPlugin.log(e, "%s.getDefaultAction() failed: %s", 229 AdtPlugin.log(e, "%s.getContextMenu() failed: %s", 255 AdtPlugin.log(e, "%s.getSelectionHint() failed: %s", 274 AdtPlugin.log(e, "%s.callPaintSelectionFeedback() failed: %s", 297 AdtPlugin.log(e, "%s.onDropEnter() failed: %s", 323 AdtPlugin.log(e, "%s.onDropMove() failed: %s", 346 AdtPlugin.log(e, "%s.onDropLeave() failed: %s", 370 AdtPlugin.log(e, "%s.onDropped() failed: %s" [all...] |