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

  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
ReplyFromAccount.java 42 private static final String IS_DEFAULT = "isDefault";
71 json.put(IS_DEFAULT, isDefault);
86 boolean isDefault = json.getBoolean(IS_DEFAULT);
  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodUtilsTest.java 46 private static final boolean IS_DEFAULT = true;
268 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
292 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
316 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
341 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
362 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
384 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
406 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
423 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
440 "com.android.apps.inputmethod.latin", "DummyLatinIme", !IS_AUX, IS_DEFAULT,
    [all...]
  /external/llvm/lib/Support/
TargetParser.cpp 124 #define ARM_CPU_NAME(NAME, ID, DEFAULT_FPU, IS_DEFAULT, DEFAULT_EXT) \
125 { NAME, sizeof(NAME) - 1, ID, IS_DEFAULT, DEFAULT_EXT },
164 #define ARM_CPU_NAME(NAME, ID, DEFAULT_FPU, IS_DEFAULT, DEFAULT_EXT) \
175 #define ARM_CPU_NAME(NAME, ID, DEFAULT_FPU, IS_DEFAULT, DEFAULT_EXT) \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inputscope.h 35 IS_DEFAULT = 0,
  /system/tools/aidl/
ast_cpp.h 122 IS_DEFAULT = 1 << 1,
ast_cpp.cpp 154 if (modifiers_ & Modifiers::IS_DEFAULT)
generate_cpp.cpp 599 ConstructorDecl::IS_VIRTUAL | ConstructorDecl::IS_DEFAULT}};
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 508 + AccountColumns.IS_DEFAULT + " integer, "
    [all...]

Completed in 352 milliseconds