Searched full:enterprise (Results 1 – 25 of 1137) sorted by relevance
12345678910>>...46
| /external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
| D | CommonClassNames.java | 16 package com.google.android.enterprise.connectedapps.processor; 35 "com.google.android.enterprise.connectedapps.internal", "CrossProfileFutureResultWriter"); 38 "com.google.android.enterprise.connectedapps.internal", "IfAvailableFutureResultWriter"); 43 "com.google.android.enterprise.connectedapps.exceptions", "UnavailableProfileException"); 46 "com.google.android.enterprise.connectedapps.annotations", "AvailabilityRestrictions"); 49 "com.google.android.enterprise.connectedapps.exceptions", "ProfileRuntimeException"); 51 ClassName.get("com.google.android.enterprise.connectedapps", "ConnectedAppsUtils"); 53 ClassName.get("com.google.android.enterprise.connectedapps.internal", "ExceptionThrower"); 55 ClassName.get("com.google.android.enterprise.connectedapps.internal", "BundleUtilities"); 57 ClassName.get("com.google.android.enterprise.connectedapps.internal", "MethodRunner"); [all …]
|
| D | Processor.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 19 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 20 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 21 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 22 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 23 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 24 import static com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationF… 27 import com.google.android.enterprise.connectedapps.annotations.CustomFutureWrapper; 28 import com.google.android.enterprise.connectedapps.annotations.CustomParcelableWrapper; [all …]
|
| D | CrossUserTypeCodeGenerator.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.AlwaysThrowsGenerator.getAlways… 19 import static com.google.android.enterprise.connectedapps.processor.ClassNameUtilities.prepend; 20 import static com.google.android.enterprise.connectedapps.processor.ClassNameUtilities.transformCla… 21 import static com.google.android.enterprise.connectedapps.processor.CommonClassNames.CONTEXT_CLASSN… 22 import static com.google.android.enterprise.connectedapps.processor.CommonClassNames.PROCESS_CLASSN… 23 import static com.google.android.enterprise.connectedapps.processor.CommonClassNames.USER_CONNECTOR… 24 import static com.google.android.enterprise.connectedapps.processor.CommonClassNames.USER_CONNECTOR… 25 import static com.google.android.enterprise.connectedapps.processor.CommonClassNames.USER_HANDLE_CL… 26 import static com.google.android.enterprise.connectedapps.processor.CommonClassNames.VERSION_CLASSN… [all …]
|
| /external/autotest/metadata/tests/ |
| D | enterprise.star | 13 'enterprise/CFM_AtrusUpdaterStress', 18 'enterprise/CFM_AutoZoomSanity', 23 'enterprise/CFM_AutotestSmokeTest', 28 'enterprise/CFM_BizlinkUpdater', 33 'enterprise/CFM_CEC', 38 'enterprise/CFM_HuddlyMonitor', 43 'enterprise/CFM_HuddlyUpdater', 48 'enterprise/CFM_LogitechMeetupUpdater', 53 'enterprise/CFM_LogitechPtzUpdater', 58 'enterprise/CFM_MeetAppSanity', [all …]
|
| /external/connectedappssdk/tests/shared/basictypes/ |
| D | build.gradle | 37 … "com/google/android/enterprise/connectedapps/testapp/CustomRuntimeException.java", 38 "com/google/android/enterprise/connectedapps/testapp/CustomError.java", 39 "com/google/android/enterprise/connectedapps/testapp/CustomWrapper.java", 40 "com/google/android/enterprise/connectedapps/testapp/CustomWrapper2.java", 41 … "com/google/android/enterprise/connectedapps/testapp/NonSimpleCallbackListener.java", 42 … "com/google/android/enterprise/connectedapps/testapp/NotReallySerializableObject.java", 43 "com/google/android/enterprise/connectedapps/testapp/ParcelableObject.java", 44 "com/google/android/enterprise/connectedapps/testapp/SerializableObject.java", 45 "com/google/android/enterprise/connectedapps/testapp/SimpleFuture.java", 46 "com/google/android/enterprise/connectedapps/testapp/StringWrapper.java", [all …]
|
| /external/tcpdump/tests/ |
| D | sflow_multiple_counter_30_pdus.out | 4 enterprise 0, Generic counter (1) length 88 11 enterprise 0, Ethernet counter (2) length 52 16 enterprise 0, Generic counter (1) length 88 23 enterprise 0, Ethernet counter (2) length 52 28 enterprise 0, Generic counter (1) length 88 35 enterprise 0, Ethernet counter (2) length 52 40 enterprise 0, Generic counter (1) length 88 47 enterprise 0, Ethernet counter (2) length 52 52 enterprise 0, Generic counter (1) length 88 59 enterprise 0, Ethernet counter (2) length 52 [all …]
|
| D | sflow-print-v6.out | 3 enterprise 0, Ethernet counter (2) length 52 7 enterprise 0, Generic counter (1) length 88 16 enterprise 0, Ethernet counter (2) length 52 20 enterprise 0, Generic counter (1) length 88 28 enterprise 0, Ethernet counter (2) length 52 32 enterprise 0, Generic counter (1) length 88 41 enterprise 0, Ethernet counter (2) length 52 45 enterprise 0, Generic counter (1) length 88 53 enterprise 0, Ethernet counter (2) length 52 57 enterprise 0, Generic counter (1) length 88 [all …]
|
| /external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/ |
| D | CustomFutureWrapperTest.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 19 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.SIMPLE_FUTURE; 20 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.SIMPLE_FUTURE_WRA… 58 "import com.google.android.enterprise.connectedapps.FutureWrapper;", 59 "import com.google.android.enterprise.connectedapps.internal.FutureResultWriter;", 60 "import com.google.android.enterprise.connectedapps.Profile;", 61 "import com.google.android.enterprise.connectedapps.internal.Bundler;", 62 "import com.google.android.enterprise.connectedapps.internal.BundlerType;", 64 … + " com.google.android.enterprise.connectedapps.internal.CrossProfileCallbackMultiMerger;", [all …]
|
| D | CacheableTest.java | 1 package com.google.android.enterprise.connectedapps.processor; 3 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.INSTALLATION_LIST… 4 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 5 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.SERIALIZABLE_OBJE… 6 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.installationListe… 7 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.installationListe… 8 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.installationListe… 9 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.installationListe… 13 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationFinder; 14 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationStrings; [all …]
|
| D | DispatcherTest.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.CUSTOM_PROFILE_CO… 19 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 20 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.PROFILE_CONNECTOR… 21 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.UNCAUGHT_EXCEPTIO… 22 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesCon… 23 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesCro… 24 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesPro… 28 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationFinder; 29 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationPrinter; [all …]
|
| D | ProcessorCrossProfileConfigurationTest.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.ANNOTATED_NOTES_C… 19 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 20 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedDifferen… 21 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedDifferen… 22 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesCro… 23 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesPro… 24 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.formatErrorMessag… 25 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.notesTypeWithDefa… 29 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationFinder; [all …]
|
| D | CrossProfileCallbackTest.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.CUSTOM_PROFILE_CO… 19 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.CUSTOM_WRAPPER; 20 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.GENERIC_PARCELABL… 21 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.GENERIC_SERIALIZA… 22 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 23 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.PARCELABLE_CUSTOM… 24 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.PROFILE_CONNECTOR… 25 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.UNSUPPORTED_TYPE; 26 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.UNSUPPORTED_TYPE_… [all …]
|
| D | CrossProfileTestTest.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.CUSTOM_PROFILE_CO… 19 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 20 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.PROFILE_CONNECTOR… 21 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesCon… 22 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesPro… 23 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.formatErrorMessag… 24 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.notesTypeWithDefa… 28 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationFinder; 29 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationStrings; [all …]
|
| D | ServiceTest.java | 16 package com.google.android.enterprise.connectedapps.processor; 18 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.CUSTOM_PROFILE_CO… 19 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.NOTES_PACKAGE; 20 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.PROFILE_CONNECTOR… 21 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesCon… 22 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesCro… 23 import static com.google.android.enterprise.connectedapps.processor.TestUtilities.annotatedNotesPro… 27 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationFinder; 28 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationPrinter; 29 import com.google.android.enterprise.connectedapps.processor.annotationdiscovery.AnnotationStrings; [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | firebaseappcheck_v1beta.projects.apps.recaptchaEnterpriseConfig.html | 88 …is incomplete or invalid, the app will be unable to exchange reCAPTCHA Enterprise tokens for App C… 107 …Enterprise configuration object. This configuration is used by ExchangeRecaptchaEnterpriseToken to… 108 … String", # Required. The relative resource name of the reCAPTCHA Enterprise configuration ob… 109 …Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/create-key#creating_a_site_key) use… 110 …ifies the duration for which App Check tokens exchanged from reCAPTCHA Enterprise tokens will be v… 135 …Enterprise configuration object. This configuration is used by ExchangeRecaptchaEnterpriseToken to… 136 … String", # Required. The relative resource name of the reCAPTCHA Enterprise configuration ob… 137 …Enterprise](https://cloud.google.com/recaptcha-enterprise/docs/create-key#creating_a_site_key) use… 138 …ifies the duration for which App Check tokens exchanged from reCAPTCHA Enterprise tokens will be v… 144 …is incomplete or invalid, the app will be unable to exchange reCAPTCHA Enterprise tokens for App C… [all …]
|
| D | androidenterprise_v1.enterprises.html | 85 …cifying the Completion token and Enterprise token. This request must not be called multiple times … 91 <p class="firstline">Enrolls an enterprise with the calling EMM.</p> 97 <p class="firstline">Retrieves the name and domain of an enterprise.</p> 100 …enterprise by calling setAccount. The service account is unique to this enterprise and EMM, and wi… 103 <p class="firstline">Returns the store layout for the enterprise. If the store layout has not been … 106 …enterprise by domain name. This is only supported for enterprises created via the Google-initiated… 112 …tion to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.</p> 115 …ss="firstline">Sets the account that will be used to authenticate to the API as the enterprise.</p> 118 <p class="firstline">Sets the store layout for the enterprise. By default, storeLayoutType is set t… 121 <p class="firstline">Unenrolls an enterprise from the calling EMM.</p> [all …]
|
| D | androidmanagement_v1.enterprises.html | 112 <p class="firstline">Creates an enterprise. This is the last step in the enterprise signup flow.</p> 115 <p class="firstline">Deletes an enterprise. Only available for EMM-managed enterprises.</p> 118 <p class="firstline">Gets an enterprise.</p> 127 <p class="firstline">Updates an enterprise.</p> 136 <pre>Creates an enterprise. This is the last step in the enterprise signup flow. 142 { # The configuration applied to an enterprise. 144 …etails for managed Google Play enterprises. # The enterprise contact info of an EMM-managed enterp… 153 …dNotificationTypes": [ # The types of Google Pub/Sub notifications enabled for the enterprise. 156 …"enterpriseDisplayName": "A String", # The name of the enterprise displayed to… 161 …"name": "A String", # The name of the enterprise which is generated by the ser… [all …]
|
| D | androidenterprise_v1.grouplicenses.html | 82 <p class="firstline">Retrieves details of an enterprise's group license for a product.</p> 85 <p class="firstline">Retrieves IDs of all products for which the enterprise has a group license.</p> 94 <pre>Retrieves details of an enterprise's group license for a product. 97 enterpriseId: string, The ID of the enterprise. (required) 107 …enterprise admin first approves the product in Google Play or when the first entitlement for the p… 108 …e" means that this Grouplicenses resource was created because the enterprise purchased licens… 109 …pproved by the enterprise. Products are approved when a group license is first created, but this a… 119 <pre>Retrieves IDs of all products for which the enterprise has a group license. 122 enterpriseId: string, The ID of the enterprise. (required) 132 "groupLicense": [ # A group license for a product approved for use in the enterprise. [all …]
|
| /external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/ |
| D | AnnotationFinder.java | 16 package com.google.android.enterprise.connectedapps.processor.annotationdiscovery; 21 import com.google.android.enterprise.connectedapps.annotations.CrossProfile; 22 import com.google.android.enterprise.connectedapps.annotations.CrossProfileCallback; 23 import com.google.android.enterprise.connectedapps.annotations.CrossProfileConfiguration; 24 import com.google.android.enterprise.connectedapps.annotations.CrossProfileConfigurations; 25 import com.google.android.enterprise.connectedapps.annotations.CrossProfileProvider; 26 import com.google.android.enterprise.connectedapps.annotations.CrossUser; 27 import com.google.android.enterprise.connectedapps.annotations.CrossUserCallback; 28 import com.google.android.enterprise.connectedapps.annotations.CrossUserConfiguration; 29 import com.google.android.enterprise.connectedapps.annotations.CrossUserConfigurations; [all …]
|
| /external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/ |
| D | OtherProfileAsyncTest.java | 16 package com.google.android.enterprise.connectedapps.robotests; 18 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.INTERACT_ACROSS_USERS; 28 import com.google.android.enterprise.connectedapps.NonSimpleCallbackListenerImpl; 29 import com.google.android.enterprise.connectedapps.RobolectricTestUtilities; 30 import com.google.android.enterprise.connectedapps.TestBooleanCallbackListenerImpl; 31 import com.google.android.enterprise.connectedapps.TestExceptionCallbackListener; 32 import com.google.android.enterprise.connectedapps.TestScheduledExecutorService; 33 import com.google.android.enterprise.connectedapps.TestStringCallbackListenerImpl; 34 import com.google.android.enterprise.connectedapps.TestVoidCallbackListenerImpl; 35 import com.google.android.enterprise.connectedapps.exceptions.ProfileRuntimeException; [all …]
|
| D | OtherProfileListenableFutureTest.java | 16 package com.google.android.enterprise.connectedapps.robotests; 18 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.INTERACT_ACROSS_USERS; 19 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.assertFutureDoesNotHa… 20 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.assertFutureHasExcept… 30 import com.google.android.enterprise.connectedapps.RobolectricTestUtilities; 31 import com.google.android.enterprise.connectedapps.TestScheduledExecutorService; 32 import com.google.android.enterprise.connectedapps.exceptions.ProfileRuntimeException; 33 import com.google.android.enterprise.connectedapps.exceptions.UnavailableProfileException; 34 import com.google.android.enterprise.connectedapps.testapp.CustomRuntimeException; 35 import com.google.android.enterprise.connectedapps.testapp.configuration.TestApplication; [all …]
|
| D | CurrentProfileTest.java | 16 package com.google.android.enterprise.connectedapps.robotests; 18 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.INTERACT_ACROSS_USERS; 19 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.assertFutureDoesNotHa… 20 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.assertFutureHasExcept… 29 import com.google.android.enterprise.connectedapps.CrossProfileConnector; 30 import com.google.android.enterprise.connectedapps.NonSimpleCallbackListenerImpl; 31 import com.google.android.enterprise.connectedapps.RobolectricTestUtilities; 32 import com.google.android.enterprise.connectedapps.TestBooleanCallbackListenerImpl; 33 import com.google.android.enterprise.connectedapps.TestNotReallySerializableObjectCallbackListenerI… 34 import com.google.android.enterprise.connectedapps.TestScheduledExecutorService; [all …]
|
| /external/googleapis/google/home/enterprise/sdm/v1/ |
| D | smart_device_management_service.proto | 17 package google.home.enterprise.sdm.v1; 23 import "google/home/enterprise/sdm/v1/device.proto"; 24 import "google/home/enterprise/sdm/v1/site.proto"; 27 option csharp_namespace = "Google.Home.Enterprise.Sdm.V1"; 28 option go_package = "google.golang.org/genproto/googleapis/home/enterprise/sdm/v1;sdm"; 30 option java_package = "com.google.home.enterprise.sdm.v1"; 32 option php_namespace = "Google\\Home\\Enterprise\\Sdm\\V1"; 40 // Home structures and devices for enterprise use cases. 46 // Gets a device managed by the enterprise. 53 // Lists devices managed by the enterprise. [all …]
|
| /external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/utils/ |
| D | InstrumentedTestUtilities.java | 16 package com.google.android.enterprise.connectedapps.instrumented.utils; 18 import static com.google.android.enterprise.connectedapps.SharedTestUtilities.getUserHandleForUserI… 19 import static com.google.android.enterprise.connectedapps.instrumented.utils.UserAndProfileTestUtil… 23 import com.google.android.enterprise.connectedapps.ProfileConnectionHolder; 24 import com.google.android.enterprise.connectedapps.ProfileConnector; 25 import com.google.android.enterprise.connectedapps.testing.ProfileAvailabilityPoll; 29 * com.google.android.enterprise.connectedapps.testing.InstrumentedTestUtilities} which adds 36 private final com.google.android.enterprise.connectedapps.testing.InstrumentedTestUtilities 43 new com.google.android.enterprise.connectedapps.testing.InstrumentedTestUtilities( in InstrumentedTestUtilities() 49 … * com.google.android.enterprise.connectedapps.testing.InstrumentedTestUtilities#hasWorkProfile()}. [all …]
|
| /external/cronet/net/data/ssl/chrome_root_store/ |
| D | faq.md | 67 #### Enterprise CA Owners 69 Verifier to be seamless for Enterprise CA owners. 71 Enterprise CAs are intended for use cases exclusively internal to an 76 Consequently, if an enterprise distributes a root CA certificate as 80 #### Enterprise System Administrators 83 Consequently, if an enterprise distributes a root CA certificate as 90 enterprise policy will *temporarily* be available to re-enable the 115 …ore Rollout Begins\*\* | Chrome Root Store Enabled by Default | Sunset of Enterprise Policy\*\*\* | 132 enterprise policy will be temporarily available to revert to the platform 135 enterprise policy. [all …]
|
12345678910>>...46