HomeSort by relevance Sort by last modified time
    Searched defs:EditType (Results 1 - 6 of 6) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 186 * {@link Data} rows of this kind, including the possible {@link EditType}
219 public List<EditType> typeList;
244 public static class EditType {
253 public EditType(int rawValue, int labelRes) {
259 public EditType setSecondary(boolean secondary) {
264 public EditType setSpecificMax(int specificMax) {
269 public EditType setCustomColumn(String customColumn) {
276 if (object instanceof EditType) {
277 final EditType other = (EditType)object
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 355 public static class EditType {
366 public EditType(int rawValue, int labelRes) {
372 public EditType setSecondary(boolean secondary) {
377 public EditType setSpecificMax(int specificMax) {
382 public EditType setCustomColumn(String customColumn) {
389 if (object instanceof EditType) {
390 final EditType other = (EditType)object;
412 public static class EventEditType extends EditType {
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountType.java 321 public static class EditType {
335 public EditType(int rawValue, int labelRes) {
341 public EditType setSecondary(boolean secondary) {
346 public EditType setSpecificMax(int specificMax) {
351 public EditType setCustomColumn(String customColumn) {
358 if (object instanceof EditType) {
359 final EditType other = (EditType) object;
386 public static class EventEditType extends EditType {
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
181 GTEST_API_ std::vector<EditType> CalculateOptimalEdits(
185 GTEST_API_ std::vector<EditType> CalculateOptimalEdits(
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
181 GTEST_API_ std::vector<EditType> CalculateOptimalEdits(
185 GTEST_API_ std::vector<EditType> CalculateOptimalEdits(
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 180 enum EditType { kMatch, kAdd, kRemove, kReplace };
181 GTEST_API_ std::vector<EditType> CalculateOptimalEdits(
185 GTEST_API_ std::vector<EditType> CalculateOptimalEdits(
    [all...]

Completed in 164 milliseconds