Searched defs:condition (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeVoiceActivity.java51 Condition condition = null;
56 condition = ZenModeConfig.toTimeCondition(this, minutes, UserHandle.myUserId());
60 setZenModeConfig(mode, condition);
77 private void setZenModeConfig(int mode, Condition condition) { argument
78 if (condition != null) {
79 NotificationManager.from(this).setZenMode(mode, condition.id, TAG);
H A DZenModeSettings.java89 private String appendLowercase(String s, boolean condition, int resId) { argument
90 if (condition) {
H A DZenModeConditionSelection.java72 private RadioButton newRadioButton(Condition condition) { argument
74 button.setTag(condition);
/packages/apps/Email/tests/src/com/android/email/
H A DTestUtils.java109 public static void waitUntil(Condition condition, int timeoutSeconds) { argument
110 waitUntil("", condition, timeoutSeconds);
116 public static void waitUntil(String message, Condition condition, int timeoutSeconds) { argument
120 if (condition.isMet()) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DJJTAddressListParserState.java101 /* A conditional node is constructed if its condition is true. All
104 on to the stack. If the condition is false the node is not
106 void closeNodeScope(Node n, boolean condition) { argument
107 if (condition) {
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
H A DJJTAddressListParserState.java101 /* A conditional node is constructed if its condition is true. All
104 on to the stack. If the condition is false the node is not
106 void closeNodeScope(Node n, boolean condition) { argument
107 if (condition) {
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/
H A DFiniteTicketPool.java61 private Waiter(int ticketsRequested, Condition condition) { argument
63 mCondition = condition;
/packages/apps/Messaging/src/com/android/messaging/util/
H A DAssert.java82 public static void isTrue(final boolean condition) { argument
83 if (!condition) {
84 fail("Expected condition to be true", false);
91 public static void isFalse(final boolean condition) { argument
92 if (condition) {
93 fail("Expected condition to be false", false);
100 public static void isTrueReleaseCheck(final boolean condition) { argument
101 if (!condition) {
102 fail("Expected condition to be true", true);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DResourceUtils.java107 * Find the condition that fulfills specified key value pairs from an array of
108 * "condition,constant", and return the corresponding string constant. A condition is
110 * "key=regexp_value" string. The condition matches only if all patterns of the condition
113 * For example, "condition,constant" has the following format.
118 * @param keyValuePairs attributes to be used to look for a matched condition.
119 * @param conditionConstantArray an array of "condition,constant" elements to be searched.
120 * @return the constant part of the matched "condition,constant" element. Returns null if no
121 * condition matche
157 fulfillsCondition(final HashMap<String,String> keyValuePairs, final String condition) argument
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndfdic.c73 static NJ_UINT16 search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
77 static NJ_UINT16 search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset) argument
103 tmp_hinsi = condition->hinsi.fore;
104 condition->hinsi.fore = condition->hinsi.yominasi_fore;
109 if (njd_connect_test(condition, DATA_FHINSI(data), DATA_BHINSI(data))) {
113 if (condition->operation == NJ_CUR_OP_LINK) {
120 if (yomi_strcmp_forward(loctset->loct.handle, data, condition->yomi)) {
136 condition->hinsi.fore = tmp_hinsi;
147 condition
[all...]
H A Dndbdic.c90 static NJ_INT16 search_node(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
91 static NJ_INT16 bdic_search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
92 static NJ_INT16 bdic_search_fore_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset);
96 static NJ_INT16 search_node2(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset,
98 static NJ_INT16 bdic_search_fore_data2(NJ_SEARCH_CONDITION *condition,
550 static NJ_INT16 search_node(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset) argument
564 NJ_UINT16 ysize = (condition->ylen * sizeof(NJ_CHAR));
582 byomi = (NJ_UINT8*)(condition->yomi);
605 if ((condition->operation == NJ_CUR_OP_FORE) &&
606 NJ_CHAR_STRLEN_IS_0(condition
998 bdic_search_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset) argument
1048 bdic_search_fore_data(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset) argument
1539 search_node2(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16 hidx) argument
2377 bdic_search_fore_data2(NJ_SEARCH_CONDITION *condition, NJ_SEARCH_LOCATION_SET *loctset, NJ_UINT16 hidx) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 664 milliseconds