Home
last modified time | relevance | path

Searched refs:getAllNamespaces (Results 1 – 11 of 11) sorted by relevance

/external/icing/isolated_storage_service/aidl/com/android/isolated_storage_service/
DIIcingSearchEngine.aidl56 /*GetAllNamespacesResultProto*/ byte[] getAllNamespaces(); in getAllNamespaces() method
/external/google-cloud-java/java-gke-backup/proto-google-cloud-gke-backup-v1/src/main/java/com/google/cloud/gkebackup/v1/
DRestoreConfigOrBuilder.java200 boolean getAllNamespaces(); in getAllNamespaces() method
DBackupOrBuilder.java427 boolean getAllNamespaces(); in getAllNamespaces() method
DBackupPlan.java1757 boolean getAllNamespaces(); in getAllNamespaces() method
2035 public boolean getAllNamespaces() { in getAllNamespaces() method in BackupPlan.BackupConfig
2337 if (getAllNamespaces() != other.getAllNamespaces()) return false; in equals()
2370 hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllNamespaces()); in hashCode()
2662 setAllNamespaces(other.getAllNamespaces()); in mergeFrom()
2802 public boolean getAllNamespaces() { in getAllNamespaces() method in BackupPlan.BackupConfig.Builder
DBackup.java2881 public boolean getAllNamespaces() { in getAllNamespaces() method in Backup
3716 if (getAllNamespaces() != other.getAllNamespaces()) return false; in equals()
3805 hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllNamespaces()); in hashCode()
4298 setAllNamespaces(other.getAllNamespaces()); in mergeFrom()
6206 public boolean getAllNamespaces() { in getAllNamespaces() method in Backup.Builder
DRestoreConfig.java5282 public boolean getAllNamespaces() { in getAllNamespaces() method in RestoreConfig
5637 if (getAllNamespaces() != other.getAllNamespaces()) return false; in equals()
5676 hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getAllNamespaces()); in hashCode()
6017 setAllNamespaces(other.getAllNamespaces()); in mergeFrom()
6752 public boolean getAllNamespaces() { in getAllNamespaces() method in RestoreConfig.Builder
/external/icing/java/src/com/google/android/icing/
DIcingSearchEngine.java163 public @NonNull GetAllNamespacesResultProto getAllNamespaces() { in getAllNamespaces() method in IcingSearchEngine
165 icingSearchEngineImpl.getAllNamespaces()); in getAllNamespaces()
DIcingSearchEngineInterface.java120 GetAllNamespacesResultProto getAllNamespaces(); in getAllNamespaces() method
DIcingSearchEngineImpl.java147 public byte[] getAllNamespaces() { in getAllNamespaces() method in IcingSearchEngineImpl
/external/icing/isolated_storage_service/payload/
Dmain.cc195 ScopedAStatus getAllNamespaces( in getAllNamespaces() function in __anonc449b75a0111::IcingConnectionImpl
/external/icing/java/tests/instrumentation/src/com/google/android/icing/
DIcingSearchEngineTest.java1027 GetAllNamespacesResultProto getAllNamespacesResultProto = icingSearchEngine.getAllNamespaces(); in testGetAllNamespaces()