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

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java 443 final long directoryId = getEnterpriseRemoteDirectoryIdSliently();
444 if (directoryId != 0) { // if directoryId == 0, it means it can't access managed directory
447 directoryId);
462 final long directoryId = getEnterpriseRemoteDirectoryIdSliently();
463 if (directoryId != 0) { // if directoryId == 0, it means it can't access managed directory
466 directoryId);
534 final long directoryId = cursor.getLong(0);
535 if (directoryId == Directory.DEFAULT)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_DirectoryTest.java 106 final long directoryId = waitForDirectorySetup();
111 .appendQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY, "" + directoryId)

Completed in 65 milliseconds