Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/net/
DVpnService.java167 public boolean protect(int socket) { in protect() method in VpnService
189 public boolean protect(Socket socket) { in protect() method in VpnService
190 return protect(socket.getFileDescriptor$().getInt$()); in protect()
200 public boolean protect(DatagramSocket socket) { in protect() method in VpnService
201 return protect(socket.getFileDescriptor$().getInt$()); in protect()
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionBits.hxx54 inline bool ELFSectionBits<Bitwidth>::protect() { in protect() function in ELFSectionBits
65 return chunk.protect(prot); in protect()
DELFObject.hxx721 static_cast<ELFSectionBitsTy *>(stab[i])->protect(); in relocate()
/frameworks/rs/cpu_ref/linkloader/include/
DELFSectionBits.h38 bool protect();
DMemChunk.h47 bool protect(int prot);
/frameworks/rs/cpu_ref/linkloader/lib/
DMemChunk.cpp104 bool MemChunk::protect(int prot) { in protect() function in MemChunk
/frameworks/base/docs/html/guide/topics/search/
Dindex.jd82 <p>When you implement search in your application, take steps to protect the user's
84 be private information. To protect each user's privacy, you should abide by the following
95 send the personal information, you should not log it. If you must log it, protect that data
Dadding-recent-query-suggestions.jd223 <p>To protect the user's privacy, you should always provide a way for the user to clear the recent
/frameworks/base/docs/html/distribute/googleplay/about/
Ddistribution.jd122 <p>To help you ensure quality and protect your app ratings, you can choose a
151 <p>Google Play provides two key features to help you protect your application
157 the licensing service to protect any app, even apps that you distribute for
162 <p>Additionally, Google Play offers app encryption to help protect your priced
/frameworks/native/cmds/installd/
Dinstalld.h202 int protect(char *pkgname, gid_t gid);
/frameworks/base/docs/html/google/backup/
Dindex.jd71 <p>At Google, we are keenly aware of the trust users place in us and our responsibility to protect
Dterms.jd156 your Applications will protect the privacy and legal rights of users. You must
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt35 To protect your rights, we need to make restrictions that forbid
48 We protect your rights with a two-step method: (1) we copyright the
52 To protect each distributor, we want to make it very clear that
82 does Less to protect the user's freedom than the ordinary General
/frameworks/base/docs/html/training/id-auth/
Didentify.jd133 itself doesn't protect your data or give you access to anything besides the user's account name. If…
/frameworks/base/services/java/com/android/server/connectivity/
DVpn.java292 public void protect(ParcelFileDescriptor socket) throws Exception { in protect() method in Vpn
302 mCallback.protect(socket); in protect()
/frameworks/base/docs/html/guide/faq/
Dsecurity.jd52 can protect your message using our <a
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd46 <li>An encrypted filesystem that can be enabled to protect data on lost or
87 does not protect data from a root compromise that can monitor the user
201 to protect IPC that is security sensitive and will be exposed to other
598 <p>A service can protect individual IPC calls into it with permissions, by
/frameworks/base/docs/html/tools/publishing/
Dpublishing_overview.jd95 an End User License Agreement (EULA) to protect your person, organization, and intellectual
Dpreparing.jd151 protect your person, organization, and intellectual property, and we recommend that you provide one
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-intro.jd401 or to data on the device. The limitation is imposed to protect critical
434 An application can also protect its own components (activities, services,
/frameworks/base/docs/html/distribute/googleplay/policies/
Dip.jd25 Google Play policies protect your intellectual property (IP) as well as that
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd224 ones, we will always take steps to protect existing applications so that they
/frameworks/base/docs/html/sdk/
Dterms.jd54 …u use the SDK to develop applications for general public users, you will protect the privacy and l…
Dwin-usb.jd62 …u use the SDK to develop applications for general public users, you will protect the privacy and l…
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd397 protect itself with read and write permissions, while its direct clients

12