HomeSort by relevance Sort by last modified time
    Searched defs:missed (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 33 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
85 return mResources.missed;
91 // distinguish between rejected and missed calls). Instead of crashing, just
92 // assume that all unknown call types are missed calls.
93 return mResources.missed;
117 public final Drawable missed; field in class:CallTypeIconsView.Resources
125 missed = r.getDrawable(R.drawable.ic_call_missed_holo_dark);
CallLogAdapter.java 712 final int missed; local
714 missed = 0;
716 missed = data.getCount();
719 if (missed != mNumMissedCalls) {
720 mNumMissedCalls = missed;
745 * @param numMissed The number of missed calls.
754 * @param numMissedCalls The number of missed calls.
766 // Exclude the current missed call shown in the shortcut.
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 90 int missed = 0; local
109 missed += (key - next_expected);
120 "expected=%d..%d; got=%d; bad_keys=%d; bad_values=%d; missed=%d\n",
121 min_expected, max_expected, correct, bad_keys, bad_values, missed);
  /external/libppp/src/
cbcp.c 103 const char *missed; local
107 missed = "REQ";
110 missed = "RESPONSE";
113 missed = "ACK";
116 missed = "Terminate REQ";
121 missed = NULL;
124 if (missed)
126 cbcp->p->dl->name, missed);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 60 def missed(ae): function
76 # Workaround for what I feel is a bug in OSX 10.2: 'errn' won't show up in missed...
85 key = missed(ae)

Completed in 1996 milliseconds