Searched refs:one (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupDataInputStream.java52 * Read one byte of entity data from the stream, returning it as
59 byte[] one = mOneByte;
61 one = mOneByte = new byte[1];
63 mData.readEntityData(one, 0, 1);
64 return one[0];
/frameworks/base/tests/CoreTests/android/core/
H A DInstanceofTest.java55 InterfaceOne one = mOne;
57 assertFalse("m_one should not be a ChildOfAFive", one instanceof ChildOfAFive);
103 InterfaceOne one = mFive;
105 assertFalse("m_five does not implement InterfaceFive", one instanceof InterfaceFive);
/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java55 ViewOne one = new ViewOne(mContext);
56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
93 TextView one = new TextView(mContext);
94 one.setText("S");
95 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0));
/frameworks/base/tests/BrowserTestPlugin/
H A DAndroid.mk35 # Also build all of the sub-targets under this one: the shared library.
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java440 private static boolean sameWord(CharSequence text, int one, int two) { argument
441 int start = findWordStart(text, one);
442 int end = findWordEnd(text, one);
512 * either the last offset if there is only one line, or the
514 * if there is more than one line.
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DSimUnlockScreen.java328 mOne = (TextView) findViewById(R.id.one);
/frameworks/base/core/java/android/text/
H A DTextUtils.java219 public static boolean regionMatches(CharSequence one, int toffset, argument
224 getChars(one, toffset, toffset + len, temp, 0);
586 // so one object can be several.
730 * be printed one span per line. If the CharSequence is not a Spanned,
1269 * into one like "Andy, Bob, 2 more".

Completed in 112 milliseconds