/packages/apps/Contacts/tests/src/com/android/contacts/format/ |
H A D | PrefixHighligherTest.java | 28 private static final String START = "<font color =\"#1ff0000\">"; field in class:PrefixHighligherTest 57 SpannedTestUtils.checkHtmlText(START + "te" + END + "st", mView); 60 SpannedTestUtils.checkHtmlText(START + "Te" + END + "st", mView); 63 SpannedTestUtils.checkHtmlText(START + "TE" + END + "st", mView); 66 SpannedTestUtils.checkHtmlText("a " + START + "te" + END + "st", mView); 76 SpannedTestUtils.checkHtmlText("a " +START + "te" + END + "st's tests are not tests", 88 SpannedTestUtils.checkHtmlText("atest " + START + "te" + END + "st", mView);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
H A D | TextEntryState.java | 29 private static final int START = 1; field in class:TextEntryState 98 setState(START); 108 setState(START); 136 case START: 143 setState(START); 148 setState(START); 154 setState(START); 177 setState(START); 207 case START: return "START"; [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
H A D | ContactListItemViewTest.java | 39 private static final String START = "<font color =\"#99cc00\">"; field in class:ContactListItemViewTest 89 SpannedTestUtils.checkHtmlText("John " + START + "Doe" + END, 100 SpannedTestUtils.checkHtmlText("John " + START + "Doe" + END, 108 SpannedTestUtils.checkHtmlText("This is a " + START + "test" + END,
|
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/ |
H A D | XmlDictInputOutput.java | 54 private static final int START = 1; field in class:XmlDictInputOutput.UnigramHandler 77 mState = START; 111 mState = START;
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
H A D | Parser.java | 46 public static final int START = 2; field in class:Parser 306 if (type == START) { 432 * that has been retrieved - START (start of tag), END (end of tag), DONE (end of stream), or 505 type = START;
|
/packages/apps/Mms/src/com/android/mms/model/ |
H A D | AudioModel.java | 137 action = MediaAction.START;
|
H A D | MediaModel.java | 64 START, enum constant in enum:MediaModel.MediaAction
|
H A D | VideoModel.java | 166 action = MediaAction.START;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
H A D | SlideshowPresenter.java | 167 if (action == MediaAction.START) { 239 if (action == MediaAction.START) {
|
/packages/apps/Mms/src/com/android/mms/dom/smil/ |
H A D | SmilPlayer.java | 61 START, enum constant in enum:SmilPlayer.SmilPlayerAction 279 return mAction == SmilPlayerAction.START; 331 mAction = SmilPlayerAction.START; 519 Log.v(TAG, "[START] " + " at " + mCurrentTime + " "
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/ |
H A D | VoiceInput.java | 100 public static final String START = "start"; field in class:VoiceInput.AlternatesBundleKeys 648 int start = spanBundle.getInt(AlternatesBundleKeys.START);
|
H A D | VoiceInputLogger.java | 167 Intent i = newLoggingBroadcast(LoggingEvents.VoiceIme.START);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | DefaultSuggestionView.java | 101 mText1.setEllipsize(TextUtils.TruncateAt.START);
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
H A D | VoiceDialerActivity.java | 630 private static final int START = 0; // beep detection start field in class:VoiceDialerActivity.CommandRecognizerClient 647 int state = START; // detection state 677 case START: 687 if (false) Log.d(TAG, "back to START: " + count +" time: "+ (((1000*count)/2)/mSampleRate)); 689 state = START;
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
H A D | CalendarProvider2Test.java | 1551 final String START = "2008-05-01T00:00:00"; 1555 START, 1562 START, 1569 START, 1582 time.parse3339(START); 2286 final String START = "2008-05-01T00:00:00"; 2290 START, 2298 time.parse3339(START);
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsProvider.java | 765 values.remove(Mms.START);
|