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

  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 228 * Test getCallDescription method used to get the accessibility description for calls.
236 CharSequence description = mHelper.getCallDescription(getContext(), details);
242 * Test getCallDescription method used to get the accessibility description for calls.
250 CharSequence description = mHelper.getCallDescription(getContext(), details);
256 * Test getCallDescription method used to get the accessibility description for calls.
264 CharSequence description = mHelper.getCallDescription(getContext(), details);
270 * Test getCallDescription method used to get the accessibility description for calls.
278 CharSequence description = mHelper.getCallDescription(getContext(), details);
284 * Test getCallDescription method used to get the accessibility description for calls.
292 CharSequence description = mHelper.getCallDescription(getContext(), details)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 68 views.primaryActionView.setContentDescription(getCallDescription(context, details));
135 public CharSequence getCallDescription(Context context, PhoneCallDetails details) {

Completed in 44 milliseconds