OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callername
(Results
1 - 3
of
3
) 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/InCallUI/src/com/android/incallui/
ConferenceManagerFragment.java
122
public final void displayCallerInfoForConferenceRow(int rowId, String
callerName
,
133
nameTextView.setText(
callerName
);
ConferenceManagerPresenter.java
163
void displayCallerInfoForConferenceRow(int rowId, String
callerName
, String callerNumber,
Completed in 89 milliseconds