HomeSort by relevance Sort by last modified time
    Searched defs:loge (Results 51 - 75 of 80) sorted by null

1 23 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 233 loge("App index " + index + " is invalid since there are no applications");
244 loge("App index " + index + " is invalid since it's not " +
377 loge("Unknown Event " + msg.what);
632 private void loge(String msg) { method in class:UiccCard
UiccCardApplication.java 121 loge("Application updated after destroyed! Fix me!");
245 loge("Bogus facility lock response");
260 loge("Error change facility fdn with exception " + ar.exception);
306 loge("QUERY_FACILITY_LOCK:enabled GET_SIM_STATUS.Pin1:disabled."
315 loge("QUERY_FACILITY_LOCK:disabled GET_SIM_STATUS.Pin1:enabled."
324 loge("Bogus facility lock response");
340 loge("Error change facility lock with exception " + ar.exception);
373 loge("Received message " + msg + "[" + msg.what
416 loge("Unknown Event " + msg.what);
482 loge("Sanity check failed! APPSTATE is ready while PIN1 is not verified!!!")
871 private void loge(String msg) { method in class:UiccCardApplication
    [all...]
IccCardProxy.java 270 loge("EVENT_RECORDS_LOADED Country code is null");
273 loge("EVENT_RECORDS_LOADED Operator name is null");
323 loge("Unhandled message with number: " + msg.what);
464 loge("broadcastIccStateChangedIntent: mPhoneId=" + mPhoneId
496 loge("broadcastInternalIccStateChangedIntent: Card Index is not set; Return!!");
515 loge("setExternalState: mPhoneId=" + mPhoneId + " is invalid; Return!!");
520 loge("setExternalState: !override and newstate unchanged from " + newState);
524 loge("setExternalState: set mPhoneId=" + mPhoneId + " mExternalState=" + mExternalState);
910 private void loge(String msg) { method in class:IccCardProxy
    [all...]
RuimRecords.java 185 loge("method setVoiceMailNumber is not implemented");
596 loge("Received message " + msg +
616 loge("Exception querying IMSI, Exception:" + ar.exception);
625 loge("invalid IMSI " + mImsi);
801 loge("recordsToLoad <0, programmer error suspected");
1021 protected void loge(String s) { method in class:RuimRecords
    [all...]
SIMRecords.java 598 loge("Received message " + msg + "[" + msg.what + "] " +
619 loge("Exception querying IMSI, Exception:" + ar.exception);
628 loge("invalid IMSI " + mImsi);
656 loge("Corrupt IMSI! setting3 mMncLength=" + mMncLength);
1841 protected void loge(String s) { method in class:SIMRecords
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 147 loge("Can't get version of APN database" + e + " return version=" +
172 loge("Exception " + SIMINFO_TABLE + "e=" + e);
181 loge("Exception " + CARRIERS_TABLE + " e=" + e);
256 loge("Got exception while loading APN database." + e);
304 loge("Exception while parsing '" + confFile.getAbsolutePath() + "'" + e);
556 loge("Got XmlPullParserException while loading apns." + e);
558 loge("Got IOException while loading apns." + e);
560 loge("Got SQLException while loading apns." + e);
687 loge("NumberFormatException" + e);
706 loge("NumberFormatException" + e)
1206 private static void loge(String s) { method in class:TelephonyProvider
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 45 private void loge(String testName, String message) { method in class:AudioTrackTest
241 loge("testConstructorStreamType", "exception for stream type " + STREAM_NAMES[i]
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 389 loge("exception while waiting " + e.getMessage());
2025 protected void loge(String s) { method in class:StateMachine
2035 protected void loge(String s, Throwable e) { method in class:StateMachine
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 145 loge("openToMakeCalls()", e);
172 loge("open3:", e);
265 if (DBG) loge("createSession;", e);
284 if (DBG) loge("determineLocalIp()", e);
393 loge("addPendingSession()", e);
447 loge("isBehindAT()" + address, e);
494 loge("duplicate()", e);
568 loge("onRinging: pendingIntent is canceled, drop incoming call", e);
597 private void loge(String s, Throwable t) { method in class:SipService.SipSessionGroupExt
684 loge("restart", e)
764 private void loge(String s) { method in class:SipService.SipKeepAliveProcessCallback
768 private void loge(String s, Throwable t) { method in class:SipService.SipKeepAliveProcessCallback
1097 private void loge(String s) { method in class:SipService.SipAutoReg
1101 private void loge(String s, Throwable e) { method in class:SipService.SipAutoReg
1259 private void loge(String s, Throwable e) { method in class:SipService
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java 274 loge("---- Dumping InboundSmsHandler ----");
275 loge("Total records=" + getLogRecCount());
277 loge("Rec[%d]: %s\n" + i + getLogRec(i).toString());
279 loge("---- Dumped InboundSmsHandler ----");
283 loge(errorText);
424 loge("mWakeLock released while delivering/broadcasting!");
474 loge("Exception processing incoming SMS: " + ar.exception);
483 loge("Exception dispatching message", ex);
511 loge("Exception dispatching message", ex);
533 loge("dispatchSmsMessage: message is null")
1206 protected void loge(String s) { method in class:InboundSmsHandler
1216 protected void loge(String s, Throwable e) { method in class:InboundSmsHandler
    [all...]
SubscriptionController.java 1149 private void loge(String msg) { method in class:SubscriptionController
    [all...]
ServiceStateTracker.java 352 loge("updateSignalStrength() Phone already destroyed: " + ex
632 protected abstract void loge(String s); method in class:ServiceStateTracker
    [all...]
PhoneProxy.java 138 loge(what + ": has no tech!");
141 loge(what + ": exception=" + ar.exception);
160 loge("Error! This handler was not registered for this message type. Message: "
171 private void loge(String msg) { method in class:PhoneProxy
220 loge("phoneObjectUpdater: newVoiceRadioTech=" + newVoiceRadioTech +
290 loge("deleteAndCreatePhone: newVoiceRadioTech=" + newVoiceRadioTech +
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 127 loge("onReceive : exception " + e);
230 loge("getImsService: " + e);
425 loge("dialInternal : " + e);
673 loge("setTTYMode : " + e);
704 loge("startDtmf : no foreground call");
716 loge("stopDtmf : no foreground call");
849 loge("sendUSSD : " + e);
1429 protected void loge(String msg) { method in class:ImsPhoneCallTracker
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 209 loge("dialInternal: ", e);
279 loge("sendDtmf called with invalid character '" + c + "'");
290 loge("startDtmf called with invalid character '" + c + "'");
302 loge("sendBurstDtmf() is a CDMA method");
330 loge("call waiting not supported");
422 private void loge(String s) { method in class:SipPhone
426 private void loge(String s, Exception e) { method in class:SipPhone
    [all...]
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 448 loge("NameNotFoundException for show4GFotLTE");
1183 private static void loge(String msg) { method in class:MobileNetworkSettings
    [all...]
OtaUtils.java 294 loge("No activity Handling PERFORM_VOICELESS_CDMA_PROVISIONING!");
1587 private static void loge(String msg) { method in class:OtaUtils
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java 543 loge("getLocalCallProfile :: ", t);
564 loge("getRemoteCallProfile :: ", t);
645 loge("getCallExtra :: ", t);
800 loge("setListener()", t);
817 loge("setMute :: ", t);
841 loge("attachSession :: ", t);
868 loge("start(1) :: ", t);
895 loge("start(n) :: ", t);
939 loge("accept :: ", t);
1900 private void loge(String s) { method in class:ImsCall
1904 private void loge(String s, Throwable t) { method in class:ImsCall
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 479 loge("configureRetry: Could not configure using " +
486 loge("configureRetry: Could note configure using " +
2099 protected void loge(String s) { method in class:DataConnection
2110 protected void loge(String s, Throwable e) { method in class:DataConnection
    [all...]
DcTracker.java 278 loge("isApnSupported: name=null");
283 loge("Request for unsupported mobile name: " + name);
293 loge("Request for unsupported mobile name: " + name);
2911 protected void loge(String s) { method in class:DcTracker
    [all...]
DcTrackerBase.java 870 protected abstract void loge(String s); method in class:DcTrackerBase
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 478 loge("associatedPartialScanPeriodMilli set to " + associatedPartialScanPeriodMilli);
713 loge("updateConfiguration freq=" + result.frequency
3809 protected void loge(String s) { method
3810 loge(s, false); method
3813 protected void loge(String s, boolean stack) { method
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 573 loge("Full connection failure, error = " + message.arg1);
580 loge("Send failed, client connection lost");
582 loge("Client connection lost with reason: " + message.arg1);
601 loge("unable to send BLOCK_DISCOVERY response: " + e);
745 loge("Unexpected group creation, remove " + mGroup);
2848 protected void loge(String s) { method in class:WifiP2pServiceImpl.P2pStateMachine
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 1783 protected void loge(String s, Exception e) { method in class:CDMAPhone
    [all...]
CdmaServiceStateTracker.java 286 loge("Received message " + msg + "[" + msg.what + "]" +
388 loge("error parsing cell location data: " + ex);
633 loge("handlePollStateResultMessage: error parsing GprsRegistrationState: "
712 loge("EVENT_POLL_STATE_REGISTRATION_CDMA: error parsing: " + ex);
791 loge("handlePollStateResultMessage: RIL response handle in wrong phone!"
2004 protected void loge(String s) { method in class:CdmaServiceStateTracker
    [all...]

Completed in 2166 milliseconds

1 23 4