OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
);
/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 294 milliseconds