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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ValuesDelta.java 42 protected ContentValues mBefore;
64 entry.mBefore = before;
75 entry.mBefore = null;
90 (mBefore != null && mBefore.containsKey(key)));
96 } else if (mBefore != null && mBefore.containsKey(key)) {
97 return mBefore.getAsString(key);
106 } else if (mBefore != null && mBefore.containsKey(key))
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 490 protected ContentValues mBefore;
512 entry.mBefore = before;
523 entry.mBefore = null;
538 } else if (mBefore != null && mBefore.containsKey(key)) {
539 return mBefore.getAsString(key);
548 } else if (mBefore != null && mBefore.containsKey(key)) {
549 return mBefore.getAsByteArray(key);
558 } else if (mBefore != null && mBefore.containsKey(key))
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
FocusSearchNavigationTest.java 84 private View mBefore;
110 mBefore = mActivity.findViewById(R.id.before);
123 requestFocus(mBefore);
124 assertThat(mBefore, hasFocus());
125 View focused = mBefore;
135 assertThat(mBefore, hasFocus());
136 focusSearchAndGive(mBefore, View.FOCUS_FORWARD);
163 assertThat(mBefore, hasFocus());
164 focusSearchAndGive(mBefore, View.FOCUS_BACKWARD);
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 708 private int mBefore = 0;
715 mBefore = 0;
753 mBefore = before;
795 return mBefore;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 291 entry.mBefore = before;
298 entry.mBefore = null;
311 return mBefore != null;
333 return (mBefore == null ? mAfter : mBefore).getAsString(Settings.ACCOUNT_TYPE);
    [all...]

Completed in 350 milliseconds