/frameworks/base/core/java/android/net/ |
D | VpnService.java | 167 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/ |
D | ELFSectionBits.hxx | 54 inline bool ELFSectionBits<Bitwidth>::protect() { in protect() function in ELFSectionBits 65 return chunk.protect(prot); in protect()
|
D | ELFObject.hxx | 721 static_cast<ELFSectionBitsTy *>(stab[i])->protect(); in relocate()
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFSectionBits.h | 38 bool protect();
|
D | MemChunk.h | 47 bool protect(int prot);
|
/frameworks/rs/cpu_ref/linkloader/lib/ |
D | MemChunk.cpp | 104 bool MemChunk::protect(int prot) { in protect() function in MemChunk
|
/frameworks/base/docs/html/guide/topics/search/ |
D | index.jd | 82 <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
|
D | adding-recent-query-suggestions.jd | 223 <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/ |
D | distribution.jd | 122 <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/ |
D | installd.h | 202 int protect(char *pkgname, gid_t gid);
|
/frameworks/base/docs/html/google/backup/ |
D | index.jd | 71 <p>At Google, we are keenly aware of the trust users place in us and our responsibility to protect
|
D | terms.jd | 156 your Applications will protect the privacy and legal rights of users. You must
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 35 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/ |
D | identify.jd | 133 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/ |
D | Vpn.java | 292 public void protect(ParcelFileDescriptor socket) throws Exception { in protect() method in Vpn 302 mCallback.protect(socket); in protect()
|
/frameworks/base/docs/html/guide/faq/ |
D | security.jd | 52 can protect your message using our <a
|
/frameworks/base/docs/html/training/articles/ |
D | security-tips.jd | 46 <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/ |
D | publishing_overview.jd | 95 an End User License Agreement (EULA) to protect your person, organization, and intellectual
|
D | preparing.jd | 151 protect your person, organization, and intellectual property, and we recommend that you provide one
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-intro.jd | 401 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/ |
D | ip.jd | 25 Google Play policies protect your intellectual property (IP) as well as that
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 224 ones, we will always take steps to protect existing applications so that they
|
/frameworks/base/docs/html/sdk/ |
D | terms.jd | 54 …u use the SDK to develop applications for general public users, you will protect the privacy and l…
|
D | win-usb.jd | 62 …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/ |
D | permissions.jd | 397 protect itself with read and write permissions, while its direct clients
|