Searched +refs:android +refs:compile (Results 1 – 9 of 9) sorted by relevance
17 package com.example.android.wiktionary;23 import android.net.Uri;24 import android.text.TextUtils;25 import android.webkit.WebView;53 Pattern.compile("(verb|noun|adjective|pronoun|interjection)", Pattern.CASE_INSENSITIVE);60 Pattern.compile("^=+(.+?)=+.+?(?=^=)", Pattern.MULTILINE | Pattern.DOTALL);67 private static final Pattern sInvalidWord = Pattern.compile("[^A-Za-z0-9 ]");127 mPattern = Pattern.compile(pattern, flags); in FormatRule()
17 package com.example.android.wiktionary;19 import com.example.android.wiktionary.SimpleWikiHelper.ApiException;20 import com.example.android.wiktionary.SimpleWikiHelper.ParseException;22 import android.app.PendingIntent;23 import android.app.Service;24 import android.appwidget.AppWidgetManager;25 import android.appwidget.AppWidgetProvider;26 import android.content.ComponentName;27 import android.content.Context;28 import android.content.Intent;[all …]
17 package com.example.android.simplewiktionary;19 import com.example.android.simplewiktionary.SimpleWikiHelper.ApiException;20 import com.example.android.simplewiktionary.SimpleWikiHelper.ParseException;22 import android.app.PendingIntent;23 import android.app.Service;24 import android.appwidget.AppWidgetManager;25 import android.appwidget.AppWidgetProvider;26 import android.content.ComponentName;27 import android.content.Context;28 import android.content.Intent;[all …]
17 package com.android.commands.monkey;19 import android.app.IActivityManager;20 import android.util.Log;21 import android.view.IWindowManager;53 Pattern.compile(".*\\(([a-f[A-F][0-9]].*?)\\s.*\\)");
17 package com.android.commands.monkey;19 import android.app.IActivityManager;20 import android.os.Environment;21 import android.util.Log;22 import android.view.IWindowManager;54 Pattern.compile(".* ([0-9]*) frames rendered");
19 import android.app.Notification;20 import android.app.NotificationManager;21 import android.app.Service;22 import android.content.Intent;23 import android.content.SharedPreferences;24 import android.os.Binder;25 import android.os.IBinder;26 import android.os.Parcel;27 import android.os.Bundle;28 import android.database.Cursor;[all …]
17 package com.example.android.xmladapters;24 import android.content.ContentProvider;25 import android.content.ContentResolver;26 import android.content.ContentValues;27 import android.content.pm.PackageManager.NameNotFoundException;28 import android.content.res.Resources;29 import android.database.Cursor;30 import android.database.MatrixCursor;31 import android.net.Uri;32 import android.net.http.AndroidHttpClient;[all …]
2 and Eclipse. Your IDE should be able to compile everything in a reasonable24 3) Open android.ipr in IntelliJ. If you already have the project open,
33 see how an android browser plugin is created and how to use the available APIs.59 AndroidManifest.xml: similar to a standard android manifest file, except that it78 style plugin as well as all the android specific APIs. The initial95 as well as the specialized android interfaces.101 To compile and install a plugin on a device/emulator simply...