Searched refs:TRUE (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/
H A DTrueFileFilter.java36 public static final IOFileFilter TRUE = new TrueFileFilter(); field in class:TrueFileFilter
39 * Please use the identical TrueFileFilter.TRUE constant.
43 public static final IOFileFilter INSTANCE = TRUE;
H A DFileFilterUtils.java134 return TrueFileFilter.TRUE;
/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp305 driverConfigured = TRUE;
328 result = TRUE;
371 uint8_t update = TRUE;
618 result = TRUE;
621 if (result != TRUE)
698 nat->discovery_cfg.PollDevInfo.PollCfgInfo.EnableIso14443A==TRUE?"3A":"",
699 nat->discovery_cfg.PollDevInfo.PollCfgInfo.EnableIso14443B==TRUE?"3B":"",
700 nat->discovery_cfg.PollDevInfo.PollCfgInfo.EnableFelica212==TRUE?"F2":"",
701 nat->discovery_cfg.PollDevInfo.PollCfgInfo.EnableFelica424==TRUE?"F4":"",
702 nat->discovery_cfg.PollDevInfo.PollCfgInfo.EnableNfcActive==TRUE
[all...]
H A Dcom_android_nfc_NativeNfcSecureElement.cpp209 registry_info.MifareUL = TRUE;
210 registry_info.MifareStd = TRUE;
211 registry_info.ISO14443_4A = TRUE;
212 registry_info.ISO14443_4B = TRUE;
213 registry_info.Jewel = TRUE;
214 registry_info.Felica = TRUE;
H A Dcom_android_nfc_NativeLlcpServiceSocket.cpp197 return TRUE;
H A Dcom_android_nfc_NativeLlcpConnectionlessSocket.cpp227 return TRUE;
H A Dcom_android_nfc_NativeLlcpSocket.cpp242 return TRUE;
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h27 #ifndef TRUE
28 #define TRUE 1==1 macro
H A DDelaunay.cpp489 + ncd * (adx * bdy - ady * bdx))) ? TRUE : FALSE );
492 // TRUE iff A, B, C form a counterclockwise oriented triangle
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
H A DDirectoryWalker.java304 directoryFilter = (directoryFilter != null ? directoryFilter : TrueFileFilter.TRUE);
305 fileFilter = (fileFilter != null ? fileFilter : TrueFileFilter.TRUE);
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.c173 TRUE - otherwise
200 return TRUE;
223 TRUE - otherwise
279 return TRUE;
373 return TRUE;
H A Dvp_motionmodel.h39 #define TRUE 1 macro
/packages/apps/Email/src/com/android/email/activity/
H A DRecentMailboxManager.java153 if (Boolean.TRUE.equals(mDefaultRecentsInitialized.get(accountId))) {
/packages/apps/Camera/src/com/android/camera/
H A DFocusManager.java440 rules[RelativeLayout.CENTER_IN_PARENT] = RelativeLayout.TRUE;
/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java77 private static final boolean DEBUG_CACHE = false; // DO NOT CHECK IN TRUE
78 private static final boolean DEBUG_TOKENS = false; // DO NOT CHECK IN TRUE
79 private static final boolean DEBUG_NOT_CACHEABLE = false; // DO NOT CHECK IN TRUE
80 private static final boolean DEBUG_STATISTICS = false; // DO NOT CHECK THIS IN TRUE
566 value = (val == Boolean.TRUE) ? "1" : "0";
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java54 private static final boolean DEBUG = false; // DON'T SUBMIT WITH TRUE
207 return trueFalse != null && Boolean.TRUE.equals(trueFalse);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java492 values.getAsBoolean(Downloads.Impl.COLUMN_IS_PUBLIC_API) == Boolean.TRUE;
714 enforceAllowedValues(values, Downloads.Impl.COLUMN_IS_PUBLIC_API, Boolean.TRUE);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java605 return Boolean.TRUE;

Completed in 356 milliseconds