Searched refs:migrate (Results 1 – 25 of 29) sorted by relevance
12
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneBase.java | 794 migrate(mHandoverRegistrants, from.mHandoverRegistrants); in migrateFrom() 795 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants); in migrateFrom() 796 migrate(mNewRingingConnectionRegistrants, from.mNewRingingConnectionRegistrants); in migrateFrom() 797 migrate(mIncomingRingRegistrants, from.mIncomingRingRegistrants); in migrateFrom() 798 migrate(mDisconnectRegistrants, from.mDisconnectRegistrants); in migrateFrom() 799 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants); in migrateFrom() 800 migrate(mMmiCompleteRegistrants, from.mMmiCompleteRegistrants); in migrateFrom() 801 migrate(mMmiRegistrants, from.mMmiRegistrants); in migrateFrom() 802 migrate(mUnknownConnectionRegistrants, from.mUnknownConnectionRegistrants); in migrateFrom() 803 migrate(mSuppServiceFailedRegistrants, from.mSuppServiceFailedRegistrants); in migrateFrom() [all …]
|
/frameworks/base/docs/html/sdk/installing/ |
D | migrate.jd | 13 <li><a href="#migrate">Importing Projects to Android Studio</a></li> 47 the key changes you should be aware of as you prepare to migrate to Android Studio:</p> 137 option to manage plugins in Android Studio. Android Studio does not migrate any third-party 155 <h2 id="migrate">Importing Projects to Android Studio</h2> 200 <p>The import process prompts to migrate any library and project dependencies to Android Studio,
|
D | installing-adt.jd | 14 class="external-link">announcement</a>. You should migrate your app development projects to 16 <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a>.
|
D | studio-build.jd | 16 <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating from Eclipse</a></li>
|
D | studio-layout.jd | 13 <li><a href="{@docRoot}sdk/installing/migrate.html">
|
/frameworks/base/docs/html/guide/practices/ |
D | index.jd | 23 <p>As Ice Cream Sandwich rolls out to more devices, it's important that you begin to migrate
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 16 <p>As Ice Cream Sandwich rolls out to more devices, it’s important that you begin to migrate
|
D | menus.jd | 64 provide a dedicated <em>Menu</em> button. With this change, Android apps should migrate away from a 84 don't have one), so you should migrate toward using the action bar to provide access to actions and
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 82 migrate(mRingbackRegistrants, from.mRingbackRegistrants); in migrateFrom()
|
/frameworks/base/docs/html/about/versions/ |
D | android-5.1.jd | 103 migrate any app code using these APIs to the {@link java.net.URLConnection} classes as soon as
|
/frameworks/base/docs/html/google/play/billing/ |
D | index.jd | 29 v2, please migrate to the v3 API as soon as possible.</li>
|
D | billing_overview.jd | 165 earlier, you must migrate to <a href="{@docRoot}google/play/billing/api.html">In-app Billing Version
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 72 migrate(mRingbackRegistrants, ((ImsPhoneBase)from).mRingbackRegistrants); in migrateFrom()
|
/frameworks/base/docs/html/sdk/ |
D | index.jd | 304 <li><a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a></li> 422 for Android, so you should migrate to Android Studio to receive all the 424 see <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android
|
D | RELEASENOTES.jd | 86 to make a few changes to your development environment to migrate to the new SDK. 93 to migrate the application to the new SDK, compile it using the platform 361 to make a few changes to your development environment to migrate to the new SDK. 368 to migrate the application to the new SDK, compile it using the platform
|
D | older_releases.jd | 378 SDKs, you must migrate it to the Android 1.0 SDK (or later release) before you
|
/frameworks/base/core/java/android/service/notification/ |
D | ZenModeConfig.java | 381 return migration.migrate(v1); in readXml() 1181 ZenModeConfig migrate(XmlV1 v1); in migrate() method
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_reference.jd | 10 still using the Version 2 API, you must <strong>migrate to the Version 3 API 16 We strongly encourage and recommend you migrate your apps to use Version 3
|
D | billing_subscriptions.jd | 10 still using the Version 2 API, you must <strong>migrate to the Version 3 API 16 We strongly encourage and recommend you migrate your apps to use Version 3
|
D | api.jd | 10 still using the Version 2 API, you must <strong>migrate to the Version 3 API 16 We strongly encourage and recommend you migrate your apps to use Version 3
|
/frameworks/base/docs/html/tools/building/ |
D | building-cmdline-ant.jd | 37 class="external-link">announcement</a>. You should migrate your app development projects to 39 tools, see <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a>.
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 547 public ZenModeConfig migrate(ZenModeConfig.XmlV1 v1) {
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 37 class="external-link">announcement</a>. You should migrate your app development projects to 39 <a href="{@docRoot}sdk/installing/migrate.html">Migrating to Android Studio</a>.
|
/frameworks/base/docs/html/guide/webapps/ |
D | migrating.jd | 222 property is no longer supported and you should migrate to using standard solutions with
|
/frameworks/base/docs/html/ndk/guides/ |
D | standalone_toolchain.jd | 517 better representations. The support provided in Android is only there to help you migrate existing
|
12