HomeSort by relevance Sort by last modified time
    Searched refs:getApplication (Results 1 - 25 of 56) sorted by null

1 2 3

  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
BasicGLSurfaceViewActivity.java 33 mView = new BasicGLSurfaceView(getApplication());
  /frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIActivity.java 29 mView = new GLJNIView(getApplication());
  /external/quake/src/com/android/quake/
QuakeActivity.java 52 getApplication(),
66 QuakeView(getApplication());
72 setContentView(new QuakeViewNoData(getApplication(),
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIActivity.java 33 mView = new GL2JNIView(getApplication());
  /frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaActivity.java 33 mView = new GL2JavaView(getApplication());
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIActivity.java 33 mView = new GL2JNIView(getApplication());
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 154 if (getApplication() == null) {
162 getApplication(),
295 * @see #getApplication()
308 public Application getApplication() {
ApplicationTestCase.java 78 public T getApplication() {
  /frameworks/base/opengl/tests/testPauseResume/src/com/android/test/
TestActivity.java 47 mView = new TestView(getApplication());
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo.java 61 new Intent(MediaPlayerDemo.this.getApplication(),
71 new Intent(MediaPlayerDemo.this.getApplication(),
  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 75 final MockApplication mockApp = (MockApplication) activity.getApplication();
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardStatus.java 130 public IccCardApplication getApplication(int index) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesapp.h 111 static NCursesApplication* getApplication() {
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 66 synchronized public static MmsApp getApplication() {
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 97 if (!MmsApp.getApplication().getTelephonyManager().hasIccCard()) {
110 if (!MmsApp.getApplication().getTelephonyManager().hasIccCard()) {
250 ((MmsApp)getApplication()).getRecentSuggestions();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 158 getApplication(), null);
196 getApplication(), null);
209 Sender sender = Sender.getInstance(getApplication(),
AccountSettings.java 260 Sender sender = Sender.getInstance(getApplication(), mAccount.getSenderUri(this));
395 Store store = Store.getInstance(mAccount.getStoreUri(this), getApplication(), null);
412 Sender sender = Sender.getInstance(getApplication(), mAccount.getSenderUri(this));
  /frameworks/base/core/java/android/app/
Service.java 284 public final Application getApplication() {
  /frameworks/base/core/java/android/webkit/
GeolocationService.java 55 Context context = thread.getApplication();
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHandler.java 142 eci.app = getApplication();
222 ProgressDialog pd = new ProgressDialog(getApplication());
EmergencyDialer.java 466 PhoneApp app = (PhoneApp) getApplication();
478 PhoneApp app = (PhoneApp) getApplication();
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageViewTests.java 80 new MockMessagingController(getActivity().getApplication());
  /packages/apps/Email/src/com/android/email/activity/
MailboxList.java 178 Controller.getInstance(getApplication()).removeResultCallback(mControllerCallback);
184 Controller.getInstance(getApplication()).addResultCallback(mControllerCallback);
287 Controller controller = Controller.getInstance(getApplication());
AccountFolderList.java 186 Controller.getInstance(getApplication()).removeResultCallback(mControllerCallback);
197 Controller.getInstance(getApplication()).addResultCallback(mControllerCallback);
412 Store.getInstance(mAccountUri, getApplication(), null).delete();
462 Controller.getInstance(getApplication()).updateMailboxList(
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java 132 boolean dataSuspended = (MmsApp.getApplication().getTelephonyManager().getDataState() ==

Completed in 538 milliseconds

1 2 3