Home
last modified time | relevance | path

Searched refs:establish (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/docs/html/training/in-app-billing/
Dindex.jd40 …illing API and communicate with Google Play. You will also learn how to establish a connection to …
Dpreparing-iab-app.jd41 …pplication to communicate with Google Play. In addition, you'll need to establish a connection bet…
64 …es a public license key for your application. You will need this key to establish a trusted connec…
/frameworks/base/core/java/android/net/
DVpnService.java764 public ParcelFileDescriptor establish() { in establish() method in VpnService.Builder
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken881 // establish an active call
892 // establish a ringing (WAITING) call
946 // establish an active call
957 // establish a ringing (WAITING) call
1117 // establish an active call
1128 // establish a ringing (WAITING) call
1217 // establish an active call
1257 // establish the first call
/frameworks/base/docs/html/training/graphics/opengl/
Dprojection.jd55 drawn objects. A camera view transformation might be calculated only once when you establish your
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd182 <li>The {@link java.net.URL} object is used to establish an {@link
Dmanaging.jd92 connectivity exists and if it is possible to establish sockets and pass
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd87 to establish the user's identity to a sufficient level of confidence. The server
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_menu.jd115 icons to establish a consistent visual weight across the two types.</li>
Dicon_design_tab.jd160 icons to establish a consistent visual weight across the two types.</li>
Dicon_design_launcher_archive.jd170 icons to establish a consistent visual weight across the two types.</li>
/frameworks/base/docs/html/guide/topics/resources/
Druntime-changes.jd69 <p>If restarting your activity requires that you recover large sets of data, re-establish a network
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd84 <p>Since most Android-powered devices support more than one texture format, you need to establish an
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java713 public synchronized ParcelFileDescriptor establish(VpnConfig config) { in establish() method in Vpn
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd125 establish a BLE connection you need one of each&mdash;two things that only support
Dbluetooth.jd945 establish a connection to the profile proxy object associated with the profile.
1060 establish a connection with the profile proxy object.</p> </li>
/frameworks/base/docs/html/google/play/billing/
Dbilling_integrate.jd178 To establish a connection with the In-app Billing service on Google Play,
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd901 devices, establish reliable or streaming data channels, and manage data
1056 outgoing and incoming packets, and establish secure tunnels to a remote server.
Dandroid-4.0.jd718 android.bluetooth.BluetoothProfile#HEALTH} profile type to establish a connection with the profile
1041 the network address, DNS server, network route, and more. When complete, you can establish the
1042 interface by calling {@link android.net.VpnService.Builder#establish()}, which returns a {@link
Dandroid-5.0.jd565 establish a connection to them. This functionality is useful when your app
Dandroid-4.4.jd199 …uding {@link android.print.PrintDocumentAdapter#onLayout onLayout()} to establish your layout base…
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java3457 public void establish() { in establish() method in BackupManagerService.FullBackupObbConnection
4133 obbConnection.establish(); // we'll want this later in run()
6593 mObbConnection.establish(); in run()
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd532 <p>This scheme for version codes is just a suggestion for how you should establish a
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd1432 {@link android.view.ViewStub.OnInflateListener} and establish the binding at that time. Since
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3211 return mVpns.get(user).establish(config); in establishVpn()

12