Searched defs:operation (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlarmManagerInterface.java9 public void set(int type, long triggerAtMillis, PendingIntent operation); argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2ForTesting.java56 public void set(int type, long triggerAtTime, PendingIntent operation) { argument
60 public void cancel(PendingIntent operation) { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java600 private Operation operation; field in class:BluetoothPbapVcardManager.HandlerForStringBuffer
607 operation = op;
629 outputStream = operation.openOutputStream();
645 if (!BluetoothPbapObexServer.closeStream(outputStream, operation)) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImplJni.java65 * Constant about the search operation (for JNI native library)
72 * Constant about the search operation (for JNI native library)
79 * Constant about the search operation (for JNI native library)
219 * @param operation The search operation (see "Constant about the search operation")
229 public static final native int searchWord(long work, int operation, int order, String keyString ); argument
431 * Create the string array that is used by operation of query
H A DWnnDictionary.java67 /** Search operation mode (exact matching). */
69 /** Search operation mode (prefix matching). */
71 /** Search operation mode (link search). */
214 * @param operation The search operation
226 public int searchWord(int operation, int order, String keyString ); argument
232 * set {@code SEARCH_LINK} mode to {@code operation}. The other arguments are
233 * the same as {@link #searchWord(int operation, int order, String keyString)}.
244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord ); argument
H A DOpenWnnDictionaryImpl.java147 /** The query base strings for query operation */
149 /** The query base strings for query operation */
152 /** The query base strings for query operation */
154 /** The query base strings for query operation */
156 /** The query base strings for query operation */
158 /** The query base strings for query operation */
161 /** The query base strings for query operation */
163 /** The query base strings for query operation */
165 /** The query base strings for query operation */
167 /** The query base strings for query operation */
417 createQuery( String keyString, WnnWord wnnWord, int operation, int order) argument
535 searchWord( int operation, int order, String keyString ) argument
580 searchWord( int operation, int order, String keyString, WnnWord wnnWord ) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarAlarmManager.java497 public void set(int type, long triggerAtTime, PendingIntent operation) { argument
498 mAlarmManager.set(type, triggerAtTime, operation);
501 public void cancel(PendingIntent operation) { argument
502 mAlarmManager.cancel(operation);
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java92 static ContentValues getValues(ContentProviderOperation operation) argument
96 return (ContentValues) field.get(operation);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java63 // wait the operation to finish when we want to stop it.
334 MediaOperation operation = new MediaOperation(action, ids, listener);
335 mTask = mActivity.getThreadPool().submit(operation, null);
403 public MediaOperation(int operation, ArrayList<Path> items, argument
405 mOperation = operation;
428 Log.e(TAG, "failed to execute operation " + mOperation
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java398 public void set(int actualAlarmType, long actualAlarmTime, PendingIntent operation) { argument
399 assertNotNull(operation);
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c385 (JNIEnv *env, jobject obj, jlong wnnWork, jint operation, jint order, jstring keyString)
389 if( !( operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_EXACT ||
390 operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_PREFIX ||
391 operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_LINK ) ||
413 work->cursor.cond.operation = operation;
420 if( operation == jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_SEARCH_LINK ) {
384 Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_searchWord(JNIEnv *env, jobject obj, jlong wnnWork, jint operation, jint order, jstring keyString) argument
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java670 * write operation that caused the invalidation
672 * @param operation a string describing the operation causing the invalidate (or null)
676 public synchronized void invalidate(String operation, Uri uri, String selection) { argument
677 if (DEBUG_CACHE && (operation != null)) {
678 Log.d(mLogTag, "============ INVALIDATED BY " + operation + ": " + uri +
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndbdic.c100 static NJ_INT16 search_yomi_node(NJ_UINT8 operation, NJ_UINT8 *node,
605 if ((condition->operation == NJ_CUR_OP_FORE) &&
755 if (condition->operation == NJ_CUR_OP_FORE) {
798 if ((condition->operation == NJ_CUR_OP_FORE) &&
847 if (condition->operation == NJ_CUR_OP_FORE) {
1190 switch (con->operation) {
1226 switch (con->operation) {
1280 switch (con->operation) {
1641 ret = search_yomi_node(condition->operation,
1661 if (condition->operation
1975 search_yomi_node(NJ_UINT8 operation, NJ_UINT8 *node, NJ_UINT8 *now, NJ_UINT16 idx_no, NJ_CHAR *yomi, NJ_UINT16 yomilen, NJ_UINT8 * root, NJ_UINT8 * node_mid, NJ_UINT16 bit_left, NJ_UINT16 bit_data, NJ_UINT8 * data_top, NJ_INT16 ytbl_cnt, NJ_UINT16 y, NJ_UINT8 * ytbl_top, NJ_CACHE_INFO * storebuf, NJ_UINT8 ** con_node, NJ_UINT32 * data_offset) argument
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h181 NJ_UINT8 operation; member in struct:__anon28

Completed in 382 milliseconds