HomeSort by relevance Sort by last modified time
    Searched refs:callerName (Results 1 - 4 of 4) sorted by null

  /external/emma/core/java12/com/vladium/logging/
Logger.java 453 String callerName = caller.getName ();
455 if (callerName.startsWith (PREFIX_TO_STRIP))
456 callerName = callerName.substring (PREFIX_TO_STRIP_LENGTH);
458 String parentName = callerName;
460 final int firstDollar = callerName.indexOf ('$');
461 if (firstDollar > 0) parentName = callerName.substring (0, firstDollar);
464 buf.append (callerName);
501 String callerName = caller.getName ();
503 if (callerName.startsWith (PREFIX_TO_STRIP)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 279 String callerName = "";
283 callerName = ci.name;
284 if (TextUtils.isEmpty(callerName)) {
288 callerName = PhoneUtils.getPresentationString(mInCallScreen, presentation);
291 callerName = ci.cnapName;
293 callerName = ci.phoneNumber;
302 nameTextView.setText(callerName);
  /hardware/ril/mock-ril/src/js/
simulated_radio.js 60 function RilCall(state, phoneNumber, callerName) {
71 this.name = callerName;
197 this.addCall = function(state, phoneNumber, callerName) {
202 c = new RilCall(state, phoneNumber, callerName);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 58 milliseconds