HomeSort by relevance Sort by last modified time
    Searched full: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/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 373 * @param callerName The participant's name.
381 private final void setCallerInfoForRow(View view, String callerName, String callerNumber,
408 new DefaultImageRequest(callerName, lookupKey, true /* isCircularPhoto */);
413 nameTextView.setText(callerName);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certsrv.h 555 #define wszPROPCALLERNAME TEXT("CallerName")
    [all...]
ntsecapi.h 563 PWSTR CallerName;
    [all...]

Completed in 1233 milliseconds