HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY (Results 1 - 13 of 13) sorted by null

  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortDimensionTest.java 40 private static final @SortCapability int CAPABILITY =
56 .withSortCapability(CAPABILITY)
67 assertEquals(CAPABILITY, mDimension.getSortCapability());
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 26 PER-CONTAINER CAPABILITY/SECURITY TESTS (NEAR FUTURE)
  /external/google-benchmark/src/
mutex.h 17 #define CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(capability(x))
75 class CAPABILITY("mutex") Mutex {
  /external/libcxx/utils/google-benchmark/src/
mutex.h 17 #define CAPABILITY(x) THREAD_ANNOTATION_ATTRIBUTE__(capability(x))
75 class CAPABILITY("mutex") Mutex {
  /art/runtime/base/
macros.h 94 #define LOCKABLE CAPABILITY("mutex")
mutex.h 561 class CAPABILITY("role") Role {
  /system/core/base/include/android-base/
thread_annotations.h 26 #define CAPABILITY(x) \
27 THREAD_ANNOTATION_ATTRIBUTE__(capability(x))
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 41 public static final String CAPABILITY = "CAPABILITY";
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 42 public static final String CAPABILITY = "CAPABILITY";
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 53 /** ID capability per RFC 2971*/
55 /** NAMESPACE capability per RFC 2342 */
57 /** STARTTLS capability per RFC 3501 */
59 /** UIDPLUS capability per RFC 4315 */
150 // CAPABILITY
164 // such, we save away capability information here for future use.
214 * Returns whether or not the specified capability is supported by the server.
216 private boolean isCapable(int capability) {
217 return (mCapabilities & capability) != 0;
221 * Sets the capability flags according to the response provided by the server
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 171 // Make sure the server does have this capability
283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY);
292 String capability = response.getStringOrEmpty(i).getString(); local
294 if (!disabledCapabilities.contains(capability)) {
295 mCapabilities.add(capability);
298 mCapabilities.add(capability);
306 private boolean hasCapability(String capability) {
307 return mCapabilities.contains(capability);
  /external/curl/tests/
ftpserver.pl 142 my @capabilities; # set if server supports capability commands
618 'CAPABILITY' => \&CAPABILITY_imap,
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 459 milliseconds