Searched refs:FLAG_NONE (Results 1 - 10 of 10) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DEvent.java64 final private static int FLAG_NONE = 0; field in class:Event
139 null /* suggestedWordInfo */, isKeyRepeat ? FLAG_REPEAT : FLAG_NONE, null);
146 null /* suggestedWordInfo */, isKeyRepeat ? FLAG_REPEAT : FLAG_NONE, next);
168 null /* suggestedWordInfo */, FLAG_NONE, null /* next */);
183 x, y, null /* suggestedWordInfo */, FLAG_NONE, null /* next */);
194 suggestedWordInfo, FLAG_NONE, null /* next */);
208 null /* suggestedWordInfo */, FLAG_NONE, null /* next */);
220 Constants.SUGGESTION_STRIP_COORDINATE, suggestedWordInfo, FLAG_NONE,
239 null /* suggestedWordInfo */, FLAG_NONE, null);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOutgoingFragment.java181 new SpinnerOption(HostAuth.FLAG_NONE, context.getString(
232 HostAuth.FLAG_NONE);
H A DAccountSetupIncomingFragment.java210 HostAuth.FLAG_NONE);
236 new SpinnerOption(HostAuth.FLAG_NONE, context.getString(
H A DAccountSetupFinal.java957 HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE);
968 HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE);
/packages/apps/Settings/src/com/android/settings/
H A DCredentialStorage.java232 Log.d(TAG, "Saving private key with FLAG_NONE for WIFI_UID");
233 flags = KeyStore.FLAG_NONE;
242 int flags = (uid == Process.WIFI_UID) ? KeyStore.FLAG_NONE : KeyStore.FLAG_ENCRYPTED;
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DSmtpSenderUnitTests.java255 mockTransport.setSecurity(HostAuth.FLAG_NONE, false);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java53 public static final int FLAG_NONE = 0x00; // No flags field in class:HostAuth
203 int flags = HostAuth.FLAG_NONE;
H A DMailbox.java388 public static final int FLAG_NONE = 0; field in class:Mailbox
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java872 mockTransport.setSecurity(HostAuth.FLAG_NONE, false);
H A DImapStoreUnitTests.java549 return openAndInjectMockTransport(HostAuth.FLAG_NONE, false);

Completed in 876 milliseconds