/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/ |
D | FolderTest.kt | 17 package com.android.launcher3.folder 45 import com.android.launcher3.folder.Folder.MIN_CONTENT_DIMEN 46 import com.android.launcher3.folder.Folder.ON_EXIT_CLOSE_DELAY 47 import com.android.launcher3.folder.Folder.SCROLL_LEFT 48 import com.android.launcher3.folder.Folder.SCROLL_NONE 49 import com.android.launcher3.folder.Folder.STATE_ANIMATING 50 import com.android.launcher3.folder.Folder.STATE_CLOSED 72 /** Tests for [Folder] */ 80 private val folder: Folder = spy(Folder(context, null)) constant in com.android.launcher3.folder.FolderTest 88 fun `Undo a folder with 1 icon when onDropCompleted is called`() { in Undo a folder with 1 icon when onDropCompleted is called() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/v3/ |
H A D | FoldersClient.java | 49 * Service Description: Manages Cloud Platform folder resources. Folders can be used to organize the 62 * FolderName name = FolderName.of("[FOLDER]"); 63 * Folder response = foldersClient.getFolder(name); 210 * Retrieves a folder identified by the supplied resource name. Valid folder resource names have 212 * `resourcemanager.folders.get` permission on the identified folder. 223 * FolderName name = FolderName.of("[FOLDER]"); 224 * Folder response = foldersClient.getFolder(name); 228 * @param name Required. The resource name of the folder to retrieve. Must be of the form 232 public final Folder getFolder(FolderName name) { in getFolder() 240 * Retrieves a folder identified by the supplied resource name. Valid folder resource names have [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/resourcemanager/v2/ |
H A D | folders.proto | 74 // Retrieves a Folder identified by the supplied resource name. 75 // Valid Folder resource names have the format `folders/{folder_id}` 78 // identified folder. 79 rpc GetFolder(GetFolderRequest) returns (Folder) { 86 // Creates a Folder in the resource hierarchy. 88 // folder creation workflow. 90 // created Folder. 92 // In order to succeed, the addition of this new Folder must not violate 93 // the Folder naming, height or fanout constraints. 95 // + The Folder's display_name must be distinct from all other Folder's that [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/resourcemanager/v3/ |
H A D | folders.proto | 37 // Manages Cloud Platform folder resources. 46 // Retrieves a folder identified by the supplied resource name. 47 // Valid folder resource names have the format `folders/{folder_id}` 50 // identified folder. 51 rpc GetFolder(GetFolderRequest) returns (Folder) { 85 // Creates a folder in the resource hierarchy. 87 // folder creation workflow. 89 // created Folder. 91 // In order to succeed, the addition of this new folder must not violate 92 // the folder naming, height, or fanout constraints. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/proto/google/cloud/resourcemanager/v3/ |
H A D | folders.proto | 37 // Manages Cloud Platform folder resources. 46 // Retrieves a folder identified by the supplied resource name. 47 // Valid folder resource names have the format `folders/{folder_id}` 50 // identified folder. 51 rpc GetFolder(GetFolderRequest) returns (Folder) { 85 // Creates a folder in the resource hierarchy. 87 // folder creation workflow. 89 // created Folder. 91 // In order to succeed, the addition of this new folder must not violate 92 // the folder naming, height, or fanout constraints. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/grpc-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/ |
H A D | FoldersGrpc.java | 24 * Manages Cloud Platform folder resources. 42 com.google.cloud.resourcemanager.v3.Folder> 48 responseType = com.google.cloud.resourcemanager.v3.Folder.class, 52 com.google.cloud.resourcemanager.v3.Folder> 56 com.google.cloud.resourcemanager.v3.Folder> in getGetFolderMethod() 65 com.google.cloud.resourcemanager.v3.Folder> in getGetFolderMethod() 76 com.google.cloud.resourcemanager.v3.Folder.getDefaultInstance())) in getGetFolderMethod() 556 * Manages Cloud Platform folder resources. 567 * Retrieves a folder identified by the supplied resource name. 568 * Valid folder resource names have the format `folders/{folder_id}` [all …]
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1p1beta1/src/main/java/com/google/cloud/securitycenter/v1p1beta1/ |
H A D | Resource.java | 335 private java.util.List<com.google.cloud.securitycenter.v1p1beta1.Folder> folders_; 340 * Output only. Contains a Folder message for each folder in the assets ancestry. 341 * The first folder is the deepest nested folder, and the last folder is the 342 * folder directly under the Organization. 346 …* repeated .google.cloud.securitycenter.v1p1beta1.Folder folders = 7 [(.google.api.field_behavior)… 350 public java.util.List<com.google.cloud.securitycenter.v1p1beta1.Folder> getFoldersList() { in getFoldersList() 357 * Output only. Contains a Folder message for each folder in the assets ancestry. 358 * The first folder is the deepest nested folder, and the last folder is the 359 * folder directly under the Organization. 363 …* repeated .google.cloud.securitycenter.v1p1beta1.Folder folders = 7 [(.google.api.field_behavior)… [all …]
|
H A D | Folder.java | 17 // source: google/cloud/securitycenter/v1p1beta1/folder.proto 25 * Message that contains the resource name and display name of a folder 29 * Protobuf type {@code google.cloud.securitycenter.v1p1beta1.Folder} 31 public final class Folder extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v1p1beta1.Folder) 36 // Use Folder.newBuilder() to construct. 37 private Folder(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Folder() method in Folder 41 private Folder() { in Folder() method in Folder 49 return new Folder(); in newInstance() 68 com.google.cloud.securitycenter.v1p1beta1.Folder.class, in internalGetFieldAccessorTable() [all …]
|
H A D | ResourceOrBuilder.java | 157 * Output only. Contains a Folder message for each folder in the assets ancestry. 158 * The first folder is the deepest nested folder, and the last folder is the 159 * folder directly under the Organization. 163 …* repeated .google.cloud.securitycenter.v1p1beta1.Folder folders = 7 [(.google.api.field_behavior)… 166 java.util.List<com.google.cloud.securitycenter.v1p1beta1.Folder> getFoldersList(); in getFoldersList() 171 * Output only. Contains a Folder message for each folder in the assets ancestry. 172 * The first folder is the deepest nested folder, and the last folder is the 173 * folder directly under the Organization. 177 …* repeated .google.cloud.securitycenter.v1p1beta1.Folder folders = 7 [(.google.api.field_behavior)… 180 com.google.cloud.securitycenter.v1p1beta1.Folder getFolders(int index); in getFolders() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/v3/ |
H A D | FoldersClientHttpJsonTest.java | 92 Folder expectedResponse = in getFolderTest() 93 Folder.newBuilder() in getFolderTest() 94 .setName(FolderName.of("[FOLDER]").toString()) in getFolderTest() 104 FolderName name = FolderName.of("[FOLDER]"); in getFolderTest() 106 Folder actualResponse = client.getFolder(name); in getFolderTest() 132 FolderName name = FolderName.of("[FOLDER]"); in getFolderExceptionTest() 142 Folder expectedResponse = in getFolderTest2() 143 Folder.newBuilder() in getFolderTest2() 144 .setName(FolderName.of("[FOLDER]").toString()) in getFolderTest2() 154 String name = "folders/folder-8133"; in getFolderTest2() [all …]
|
H A D | FoldersClientTest.java | 100 Folder expectedResponse = in getFolderTest() 101 Folder.newBuilder() in getFolderTest() 102 .setName(FolderName.of("[FOLDER]").toString()) in getFolderTest() 112 FolderName name = FolderName.of("[FOLDER]"); in getFolderTest() 114 Folder actualResponse = client.getFolder(name); in getFolderTest() 134 FolderName name = FolderName.of("[FOLDER]"); in getFolderExceptionTest() 144 Folder expectedResponse = in getFolderTest2() 145 Folder.newBuilder() in getFolderTest2() 146 .setName(FolderName.of("[FOLDER]").toString()) in getFolderTest2() 158 Folder actualResponse = client.getFolder(name); in getFolderTest2() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-securitycenter/proto-google-cloud-securitycenter-v1/src/main/java/com/google/cloud/securitycenter/v1/ |
H A D | Resource.java | 439 private java.util.List<com.google.cloud.securitycenter.v1.Folder> folders_; 444 * Output only. Contains a Folder message for each folder in the assets 445 * ancestry. The first folder is the deepest nested folder, and the last 446 * folder is the folder directly under the Organization. 450 …* repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTP… 454 public java.util.List<com.google.cloud.securitycenter.v1.Folder> getFoldersList() { in getFoldersList() 461 * Output only. Contains a Folder message for each folder in the assets 462 * ancestry. The first folder is the deepest nested folder, and the last 463 * folder is the folder directly under the Organization. 467 …* repeated .google.cloud.securitycenter.v1.Folder folders = 7 [(.google.api.field_behavior) = OUTP… [all …]
|
H A D | Folder.java | 17 // source: google/cloud/securitycenter/v1/folder.proto 25 * Message that contains the resource name and display name of a folder 29 * Protobuf type {@code google.cloud.securitycenter.v1.Folder} 31 public final class Folder extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v1.Folder) 36 // Use Folder.newBuilder() to construct. 37 private Folder(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Folder() method in Folder 41 private Folder() { in Folder() method in Folder 49 return new Folder(); in newInstance() 68 com.google.cloud.securitycenter.v1.Folder.class, in internalGetFieldAccessorTable() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | cloudresourcemanager.v2.json | 114 …Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of … 121 …"description": "Required. The resource name of the new Folder's parent. Must be of the form `folde… 128 "$ref": "Folder" 138 …Folder. The Folder is moved into the DELETE_REQUESTED state immediately, and is deleted approximat… 147 …"description": "Required. the resource name of the Folder to be deleted. Must be of the form `fold… 156 "$ref": "Folder" 163 …Folder identified by the supplied resource name. Valid Folder resource names have the format `fold… 172 …"description": "Required. The resource name of the Folder to retrieve. Must be of the form `folder… 181 "$ref": "Folder" 189 …Folder. The returned policy may be empty if no such policy or resource exists. The `resource` fiel… [all …]
|
D | cloudresourcemanager.v2beta1.json | 114 …Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of … 121 …"description": "Required. The resource name of the new Folder's parent. Must be of the form `folde… 128 "$ref": "Folder" 138 …Folder. The Folder is moved into the DELETE_REQUESTED state immediately, and is deleted approximat… 147 …"description": "Required. the resource name of the Folder to be deleted. Must be of the form `fold… 156 "$ref": "Folder" 163 …Folder identified by the supplied resource name. Valid Folder resource names have the format `fold… 172 …"description": "Required. The resource name of the Folder to retrieve. Must be of the form `folder… 181 "$ref": "Folder" 189 …Folder. The returned policy may be empty if no such policy or resource exists. The `resource` fiel… [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | mhlib.rst | 18 particular collection of folders, :class:`Folder`, which represents a single 19 folder, and :class:`Message`, which represents a single message. 27 .. class:: Folder(mh, name) 29 The :class:`Folder` class represents a single folder and its messages. 32 .. class:: Message(folder, number[, name]) 34 :class:`Message` objects represent individual messages in a folder. The Message 63 Return the current folder name. 68 Set the current folder name. 83 Return a list of direct subfolders of the given folder. 88 Return a list of all subfolders of the given folder. [all …]
|
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/proto-google-cloud-resourcemanager-v3/src/main/java/com/google/cloud/resourcemanager/v3/ |
H A D | Folder.java | 25 * A folder in an organization's resource hierarchy, used to 29 * Protobuf type {@code google.cloud.resourcemanager.v3.Folder} 31 public final class Folder extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.resourcemanager.v3.Folder) 36 // Use Folder.newBuilder() to construct. 37 private Folder(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Folder() method in Folder 41 private Folder() { in Folder() method in Folder 52 return new Folder(); in newInstance() 71 com.google.cloud.resourcemanager.v3.Folder.class, in internalGetFieldAccessorTable() 72 com.google.cloud.resourcemanager.v3.Folder.Builder.class); in internalGetFieldAccessorTable() [all …]
|
H A D | CreateFolderRequest.java | 69 private com.google.cloud.resourcemanager.v3.Folder folder_; 74 * Required. The folder being created, only the display name and parent will 79 * .google.cloud.resourcemanager.v3.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED]; 82 * @return Whether the folder field is set. 92 * Required. The folder being created, only the display name and parent will 97 * .google.cloud.resourcemanager.v3.Folder folder = 2 [(.google.api.field_behavior) = REQUIRED]; 100 * @return The folder. 103 public com.google.cloud.resourcemanager.v3.Folder getFolder() { in getFolder() 105 ? com.google.cloud.resourcemanager.v3.Folder.getDefaultInstance() in getFolder() 112 * Required. The folder being created, only the display name and parent will [all …]
|
H A D | SearchFoldersResponse.java | 74 private java.util.List<com.google.cloud.resourcemanager.v3.Folder> folders_; 79 * A possibly paginated folder search results. 83 * <code>repeated .google.cloud.resourcemanager.v3.Folder folders = 1;</code> 86 public java.util.List<com.google.cloud.resourcemanager.v3.Folder> getFoldersList() { in getFoldersList() 93 * A possibly paginated folder search results. 97 * <code>repeated .google.cloud.resourcemanager.v3.Folder folders = 1;</code> 108 * A possibly paginated folder search results. 112 * <code>repeated .google.cloud.resourcemanager.v3.Folder folders = 1;</code> 122 * A possibly paginated folder search results. 126 * <code>repeated .google.cloud.resourcemanager.v3.Folder folders = 1;</code> [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | cloudresourcemanager_v2beta1.folders.html | 82 …Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of … 85 …Folder. The Folder is moved into the DELETE_REQUESTED state immediately, and is deleted approximat… 88 …Folder identified by the supplied resource name. Valid Folder resource names have the format `fold… 91 …Folder. The returned policy may be empty if no such policy or resource exists. The `resource` fiel… 100 …Folder under a new resource parent. Returns an Operation which can be used to track the progress o… 103 …Folder, changing its display_name. Changes to the folder display_name will be rejected if they vio… 112 …Folder, replacing any existing policy. The `resource` field should be the Folder's resource name, … 115 …urns permissions that a caller has on the specified Folder. The `resource` field should be the Fol… 118 …Folder. This method may only be called on a Folder in the DELETE_REQUESTED state. In order to succ… 127 …Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of … [all …]
|
D | cloudresourcemanager_v2.folders.html | 82 …Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of … 85 …Folder. The Folder is moved into the DELETE_REQUESTED state immediately, and is deleted approximat… 88 …Folder identified by the supplied resource name. Valid Folder resource names have the format `fold… 91 …Folder. The returned policy may be empty if no such policy or resource exists. The `resource` fiel… 100 …Folder under a new resource parent. Returns an Operation which can be used to track the progress o… 103 …Folder, changing its display_name. Changes to the folder display_name will be rejected if they vio… 112 …Folder, replacing any existing policy. The `resource` field should be the Folder's resource name, … 115 …urns permissions that a caller has on the specified Folder. The `resource` field should be the Fol… 118 …Folder. This method may only be called on a Folder in the DELETE_REQUESTED state. In order to succ… 127 …Folder in the resource hierarchy. Returns an Operation which can be used to track the progress of … [all …]
|
D | tagmanager_v1.accounts.containers.folders.html | 87 <p class="firstline">Creates a GTM Folder.</p> 90 <p class="firstline">Deletes a GTM Folder.</p> 93 <p class="firstline">Gets a GTM Folder.</p> 99 <p class="firstline">Updates a GTM Folder.</p> 108 <pre>Creates a GTM Folder. 116 { # Represents a Google Tag Manager Folder. 119 …quot;, # The fingerprint of the GTM Folder as computed at storage time. This value is recomputed w… 120 "folderId": "A String", # The Folder ID uniquely identifies the GTM Folder. 121 …"name": "A String", # Folder display name. @mutable tagmanager.accounts.contai… 132 { # Represents a Google Tag Manager Folder. [all …]
|
D | cloudresourcemanager_v3.folders.html | 82 …folder in the resource hierarchy. Returns an `Operation` which can be used to track the progress o… 85 …folder. The folder is moved into the DELETE_REQUESTED state immediately, and is deleted approximat… 88 …folder identified by the supplied resource name. Valid folder resource names have the format `fold… 91 …folder. The returned policy may be empty if no such policy or resource exists. The `resource` fiel… 100 …folder under a new resource parent. Returns an `Operation` which can be used to track the progress… 103 …folder, changing its `display_name`. Changes to the folder `display_name` will be rejected if they… 112 …folder, replacing any existing policy. The `resource` field should be the folder's resource name, … 115 …urns permissions that a caller has on the specified folder. The `resource` field should be the fol… 118 …folder. This method may be called on a folder in any state. If the folder is in the ACTIVE state t… 127 …folder in the resource hierarchy. Returns an `Operation` which can be used to track the progress o… [all …]
|
/aosp_15_r20/external/googleapis/google/storage/control/v2/ |
H A D | storage_control.proto | 50 // Creates a new folder. This operation is only applicable to a hierarchical 53 rpc CreateFolder(CreateFolderRequest) returns (Folder) { 57 option (google.api.method_signature) = "parent,folder,folder_id"; 60 // Permanently deletes an empty folder. This operation is only applicable to a 73 // Returns metadata for the specified folder. This operation is only 76 rpc GetFolder(GetFolderRequest) returns (Folder) { 96 // Renames a source folder to a destination folder. This operation is only 110 response_type: "Folder" 126 // Creates a new managed folder. 135 // Permanently deletes an empty managed folder. [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/systemconfig/ |
H A D | SystemConfigTest.java | 186 final File folder = createTempSubfolder("folder"); in testComponentOverride() local 187 createTempFile(folder, "component-override.xml", contents); in testComponentOverride() 189 readPermissions(folder, /* No permission needed anyway */ 0); in testComponentOverride() 218 final File folder = createTempSubfolder("folder"); in readPermissions_allowAppConfigs_parsesStagedInstallerWhitelist() local 219 createTempFile(folder, "staged-installer-whitelist.xml", contents); in readPermissions_allowAppConfigs_parsesStagedInstallerWhitelist() 221 readPermissions(folder, /* Grant all permission flags */ ~0); in readPermissions_allowAppConfigs_parsesStagedInstallerWhitelist() 236 final File folder = createTempSubfolder("folder"); in readPermissions_parsesStagedInstallerWhitelist_modulesInstaller() local 237 createTempFile(folder, "staged-installer-whitelist.xml", contents); in readPermissions_parsesStagedInstallerWhitelist_modulesInstaller() 239 readPermissions(folder, /* Grant all permission flags */ ~0); in readPermissions_parsesStagedInstallerWhitelist_modulesInstaller() 257 final File folder = createTempSubfolder("folder"); in readPermissions_parsesStagedInstallerWhitelist_multipleModulesInstallers() local [all …]
|