HomeSort by relevance Sort by last modified time
    Searched refs:callerName (Results 1 - 5 of 5) 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 248 String callerName = "";
252 callerName = ci.name;
253 if (TextUtils.isEmpty(callerName)) {
254 callerName = ci.phoneNumber;
255 if (TextUtils.isEmpty(callerName)) {
256 callerName = mInCallScreen.getString(R.string.unknown);
265 nameTextView.setText(callerName);
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 623 String callerName = c.getString(CALLER_NAME_COLUMN_INDEX);
638 callerName, callerNumberType, callerNumberLabel);
643 if (!TextUtils.equals(info.name, callerName)
648 callerName, callerNumberType, callerNumberLabel);
664 if (TextUtils.isEmpty(name) && !TextUtils.isEmpty(callerName)) {
665 name = callerName;
    [all...]
  /hardware/ril/mock-ril/src/js/
simulated_radio.js 60 function RilCall(state, phoneNumber, callerName) {
71 this.name = callerName;
188 this.addCall = function(state, phoneNumber, callerName) {
193 c = new RilCall(state, phoneNumber, callerName);
    [all...]
  /external/emma/lib/
emma.jar 

Completed in 869 milliseconds