Home
last modified time | relevance | path

Searched refs:interested (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanStateManager.java860 int interested = 0; in onNanDownLocal() local
863 interested += client.onNanDown(reason); in onNanDownLocal()
866 if (interested == 0) { in onNanDownLocal()
877 int interested = 0; in onInterfaceAddressChangeLocal() local
880 interested += client.onInterfaceAddressChange(mac); in onInterfaceAddressChangeLocal()
883 if (interested == 0) { in onInterfaceAddressChangeLocal()
895 int interested = 0; in onClusterChangeLocal() local
898 interested += client.onClusterChange(flag, clusterId); in onClusterChangeLocal()
901 if (interested == 0) { in onClusterChangeLocal()
/frameworks/base/docs/html/topic/instant-apps/
Dfaqs.jd65 Developers interested in upgrading their Android apps can visit
69 sign up. We will be reaching out to interested
/frameworks/base/docs/html/distribute/googleplay/edu/
Dcontact.jd32 If you're a school or system interested in tablets and Google Play for Education,
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd31 interested in buying by being in the shop. More interesting is seeing that if
34 9 losses to keep the user interested. Also notice that users who started a
Dunderstand-user-value.jd55 interested in. Among these, the Active Users reports highlight how users come
170 data set you’re interested in breaking up. See the 15 System segments that
197 — maybe you're interested in importing segments that pertain to
Dimprove-roi.jd8 You want to get your apps in the hands of as many interested people as
/frameworks/base/docs/html/training/basics/network-ops/
Dxml.jd72 <p>The first step in parsing a feed is to decide which fields you're interested in.
123 interested in:</p>
188 <li>A "read" method for each tag you're interested in. For example,
206 it's interested in. Then it uses <code>parser.getAttributeValue()</code> to
306 …he XML parsing described above is for the parser to skip tags it's not interested in. Here is the …
/frameworks/base/docs/html/training/wearables/data-layer/
Devents.jd90 events you are interested in handling.
95 handheld apps. If you are not interested in data events in one of these apps,
146 <li>Listen for the events that you're interested in, such as
316 interested in listening for data layer events.</li>
/frameworks/base/docs/html/training/monitoring-device-state/
Ddocking-monitoring.jd71 practice to check for all three where you are only interested in the type of dock rather than it
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dhost.jd197 whether your application is interested in the connected device. If so, you can set up
242 USB devices that you're interested in:</p>
259 <p>If your application is interested in inspecting all of the USB devices currently connected
Daccessory.jd245 determine whether your application is interested in the connected accessory. If so, you can set
289 USB accessories that you're interested in:</p>
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd61 // interested in events where the touch position changed.
/frameworks/base/docs/html/distribute/users/
Dpromote-with-ads.jd14 <p><a href="http://adwords.google.com">AdWords</a> promotes your app to interested
/frameworks/base/docs/html/training/id-auth/
Didentify.jd99 <p>Once you decide what account type you're interested in, you need to query for accounts of that
/frameworks/base/docs/html/training/sharing/
Dreceive.jd36 be interested in receiving text content, like an interesting web URL, from another app. The
/frameworks/base/docs/html/training/wearables/watch-faces/
Dconfiguration.jd35 they are interested in.</p>
Dinformation.jd107 you’re interested in.</p>
/frameworks/base/docs/html/training/location/
Dretrieve-current.jd34 known location of the user's device. In most cases, you are interested in the
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd74 used a single-step intent dispatch to notify interested applications that a tag
Dandroid-2.0.1.jd352 so you might also be interested in reviewing the <a
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd134 project. Usually, you're only interested in the <code>build.gradle</code> file for the module,
/frameworks/base/docs/html/guide/topics/connectivity/
Dwifip2p.jd213 so that your application can respond to events that you are interested in. The basic steps
224 <li>In the broadcast receiver, check for the intents that you are interested in
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dnfc.jd56 an application that is interested in the categorized data. An application that wants to handle the
82 NFC tags, parses them, and tries to locate applications that are interested in the scanned data. It
244 identifying information, it sends the intent to an interested application that
733 intent filters as normal. This is useful if your application is interested in other tags
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd33 developers who are interested in building new apps or extending their existing apps to run on the
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd222 … interest to application developers, but may be of interest to vendors interested in integrating t…
263 …s on Windows, but had some trouble reproducing the issue.&nbsp; We are interested in feedback from…

12