/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
MemoryTracker.java | 42 private static final int MSG_START = 1; 74 case MSG_START: 199 mHandler.sendEmptyMessage(MSG_START); 213 mHandler.sendEmptyMessage(MSG_START);
|
WeightWatcher.java | 47 private static final int MSG_START = 1; 62 case MSG_START: 122 mHandler.sendEmptyMessage(MSG_START);
|
/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 108 private final static int MSG_START = 1; 130 case MSG_START: 295 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));
|
/frameworks/base/services/core/java/com/android/server/tv/ |
TvRemoteService.java | 84 mHandler.sendEmptyMessage(UserHandler.MSG_START); 216 public static final int MSG_START = 1; 230 case MSG_START: {
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/ |
MessagePatternDemo.java | 39 if(type==MessagePattern.Part.Type.MSG_START) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
BluetoothDevicePairer.java | 141 private static final int MSG_START = 2; 290 case MSG_START: 605 mHandler.sendEmptyMessageDelayed(MSG_START, DELAY_RETRY);
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
RecommendationDataManager.java | 66 private static final int MSG_START = 1000; 73 private static final int MSG_FIRST = MSG_START; 250 mHandler.sendEmptyMessage(MSG_START); 571 case MSG_START:
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MessagePattern.java | 49 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT 497 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start. 499 * this Part should be of Type ARG_START or MSG_START. 501 * or start itself if getPartType(msgStart)!=ARG|MSG_START. 595 MSG_START, 743 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT, 862 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel); [all...] |
MessagePatternUtil.java | 57 } else if (pattern.getPartType(0) != MessagePattern.Part.Type.MSG_START) {
|
PluralFormat.java | 713 if (partStart.getType() != MessagePattern.Part.Type.MSG_START) { [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessagePattern.java | 48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT 529 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start. 531 * this Part should be of Type ARG_START or MSG_START. 533 * or start itself if getPartType(msgStart)!=ARG|MSG_START. 637 MSG_START, 802 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT, 933 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel); [all...] |
MessagePatternUtil.java | 58 } else if (pattern.getPartType(0) != MessagePattern.Part.Type.MSG_START) {
|
PluralFormat.java | 732 if (partStart.getType() != MessagePattern.Part.Type.MSG_START) { [all...] |
/external/messageformat/java/com/ibm/icu/text/ |
MessagePattern.java | 48 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT 528 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start. 530 * this Part should be of Type ARG_START or MSG_START. 532 * or start itself if getPartType(msgStart)!=ARG|MSG_START. 636 MSG_START, 801 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT, 932 addPart(Part.Type.MSG_START, index, msgStartLength, nestingLevel); [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
MediaRouterService.java | 299 newUser.mHandler.sendEmptyMessage(UserHandler.MSG_START); 437 userRecord.mHandler.sendEmptyMessage(UserHandler.MSG_START); 615 public static final int MSG_START = 1; 664 case MSG_START: { [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-core.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |