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 173 * Test getCallDescription method used to get the accessibility description for calls.
179 CharSequence description = mHelper.getCallDescription(details);
185 * Test getCallDescription method used to get the accessibility description for calls.
191 CharSequence description = mHelper.getCallDescription(details);
197 * Test getCallDescription method used to get the accessibility description for calls.
203 CharSequence description = mHelper.getCallDescription(details);
209 * Test getCallDescription method used to get the accessibility description for calls.
215 CharSequence description = mHelper.getCallDescription(details);
221 * Test getCallDescription method used to get the accessibility description for calls.
226 CharSequence description = mHelper.getCallDescription(details)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogListItemHelper.java 72 views.primaryActionView.setContentDescription(getCallDescription(details));
158 public CharSequence getCallDescription(PhoneCallDetails details) {

Completed in 208 milliseconds