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

  /cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DirectoryProvider.java 75 private static final int GAL_PHONE_FILTER = GAL_BASE + 5;
95 mURIMatcher.addURI(AUTHORITY, "data/phones/filter/*", GAL_PHONE_FILTER);
147 case GAL_PHONE_FILTER:
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DummyGalProvider.java 60 private static final int GAL_PHONE_FILTER = 5;
72 // sURIMatcher.addURI(AUTHORITY, "data/phones/filter/*", GAL_PHONE_FILTER);

Completed in 79 milliseconds